On 20/05/2020 3:04, Jason Gunthorpe wrote: > On Tue, May 12, 2020 at 06:22:03PM +0300, Gal Pressman wrote: >> When using a control buffer the ctrl_data bit should be set in order to >> indicate the control buffer address is valid, not ctrl_data_indirect >> which is used when the control buffer itself is indirect. >> >> Reviewed-by: Firas JahJah <firasj@xxxxxxxxxx> >> Reviewed-by: Yossi Leybovich <sleybo@xxxxxxxxxx> >> Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> >> --- >> drivers/infiniband/hw/efa/efa_com_cmd.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > No fixes line?? The reason I didn't add a fixes line (and sent it to for-next) is that it turns out this is the first set feature command to use a control buffer so nothing was broken, but this is necessary for patch #2 to work.