mbox series

[0/2] add RSS support in ice vector path

Message ID 20191015075034.112277-1-leyi.rong@intel.com (mailing list archive)
Headers
Series add RSS support in ice vector path |

Message

Leyi Rong Oct. 15, 2019, 7:50 a.m. UTC
  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 changed, 5 insertions(+), 5 deletions(-)
  

Comments

Xiaolong Ye Oct. 16, 2019, 6:30 a.m. UTC | #1
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_rxtx_vec_sse.c  | 2 +-
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
>-- 
>2.17.1
>

Series applied to dpdk-next-net-intel.