On Tue, Oct 19, 2021 at 10:16:53AM -0500, Shiraz Saleem wrote: > From: Mustafa Ismail <mustafa.ismail@xxxxxxxxx> > > Currently VLAN is reported in UD work completion when VLAN id is zero, > i.e. no VLAN case. > > Report VLAN in UD work completion only when VLAN id is non-zero. > > Fixes: b48c24c2d710 ("RDMA/irdma: Implement device supported verb APIs") > Signed-off-by: Mustafa Ismail <mustafa.ismail@xxxxxxxxx> > Signed-off-by: Shiraz Saleem <shiraz.saleem@xxxxxxxxx> > --- > drivers/infiniband/hw/irdma/verbs.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) These two patches applied to for-rc, thanks Jason