> -----Original Message----- > From: Zhang, AlvinX <[email protected]> > Sent: Thursday, March 25, 2021 09:52 > To: Guo, Jia <[email protected]>; Wang, Haiyue <[email protected]> > Cc: [email protected]; Zhang, AlvinX <[email protected]>; [email protected] > Subject: [PATCH] net/igc: fix Rx RSS hash offload capabilities > > Add DEV_RX_OFFLOAD_RSS_HASH flag to the PMD's Rx offload capabilities > for it supports RSS hash delivery. > > Fixes: 4f09bc55ac3d ("net/igc: implement device base operations") > Cc: [email protected] > > Signed-off-by: Alvin Zhang <[email protected]> > --- > drivers/net/igc/igc_ethdev.c | 3 +++ > drivers/net/igc/igc_ethdev.h | 3 ++- > 2 files changed, 5 insertions(+), 1 deletion(-) >
Acked-by: Haiyue Wang <[email protected]> > -- > 1.8.3.1

