Re: [dpdk-dev] [PATCH 0/2] add RSS support in ice vector path

2019-10-15 Thread Ye Xiaolong
On 10/15, Leyi Rong wrote: >This patchset support 32 bits RSS in FlexMD fields in >ice vector path, both SSE and AVX paths. > >Leyi Rong (2): > net/ice: add RSS support in SSE path > net/ice: add RSS support in AVX path > > drivers/net/ice/ice_rxtx_vec_avx2.c | 8 > drivers/net/ice/ice_rx

[dpdk-dev] [PATCH 0/2] add RSS support in ice vector path

2019-10-15 Thread Leyi Rong
This patchset support 32 bits RSS in FlexMD fields in ice vector path, both SSE and AVX paths. Leyi Rong (2): net/ice: add RSS support in SSE path net/ice: add RSS support in AVX path drivers/net/ice/ice_rxtx_vec_avx2.c | 8 drivers/net/ice/ice_rxtx_vec_sse.c | 2 +- 2 files change