Re: [dpdk-dev] [PATCH 1/2] net/ice: add RSS support in SSE path

2019-10-15 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Rong, Leyi > Sent: Tuesday, October 15, 2019 3:51 PM > To: Lu, Wenzhuo ; Zhang, Qi Z > ; Ye, Xiaolong > Cc: dev@dpdk.org; Rong, Leyi > Subject: [PATCH 1/2] net/ice: add RSS support in SSE path > > Support 32 bits RSS in FlexMD fields in SSE path. > > Si

[dpdk-dev] [PATCH 1/2] net/ice: add RSS support in SSE path

2019-10-15 Thread Leyi Rong
Support 32 bits RSS in FlexMD fields in SSE path. Signed-off-by: Leyi Rong --- drivers/net/ice/ice_rxtx_vec_sse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ice/ice_rxtx_vec_sse.c b/drivers/net/ice/ice_rxtx_vec_sse.c index 2ae9370f4..9d5f1f194 100644 --- a/d