i40e: add vector Rx
authorZhe Tao <zhe.tao@intel.com>
Fri, 30 Oct 2015 14:16:35 +0000 (22:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 30 Oct 2015 15:49:30 +0000 (16:49 +0100)
commit9ed94e5bb04ef289dedb1184212ed3f0f308a44c
treea1af296099352a8513470d8afb049d8bf24f0c20
parent71dfdbe66a66986c80a551268562ff6c54831f04
i40e: add vector Rx

The vPMD RX function uses the multi-buffer and SSE instructions to
accelerate the RX speed, but now the pktype cannot be supported by the vPMD RX,
because it will decrease the performance heavily.

Signed-off-by: Zhe Tao <zhe.tao@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
config/common_bsdapp
config/common_linuxapp
drivers/net/i40e/Makefile
drivers/net/i40e/i40e_rxtx.c
drivers/net/i40e/i40e_rxtx.h
drivers/net/i40e/i40e_rxtx_vec.c [new file with mode: 0644]