net/ice: add AVX512 vector path
authorLeyi Rong <leyi.rong@intel.com>
Fri, 23 Oct 2020 04:14:05 +0000 (12:14 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 3 Nov 2020 22:24:26 +0000 (23:24 +0100)
commit7f85d5ebcfe1af9a3cb7af7d05ec05fd797c1b09
tree2120ec6d284f5e18ad48a3092597cb0993aa3119
parent7966fcd39b45dd020de427734196693540f6ce93
net/ice: add AVX512 vector path

Add AVX512 support for ice PMD. This patch adds ice_rxtx_vec_avx512.c
to support ice AVX512 vPMD.

This patch aims to enable AVX512 on ice vPMD. Main changes are focus
on Rx path compared with AVX2 vPMD.

Signed-off-by: Leyi Rong <leyi.rong@intel.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/ice/ice_rxtx.c
drivers/net/ice/ice_rxtx.h
drivers/net/ice/ice_rxtx_vec_avx512.c [new file with mode: 0644]
drivers/net/ice/meson.build