i40e: add vector Tx
authorZhe Tao <zhe.tao@intel.com>
Fri, 30 Oct 2015 14:16:36 +0000 (22:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 30 Oct 2015 15:50:14 +0000 (16:50 +0100)
commitb4669bb95038cb6394c00d5582dfaf3f95bc996c
treebe30bf53ec54f123a9bdfe87a12e48ee17a8de4a
parent9ed94e5bb04ef289dedb1184212ed3f0f308a44c
i40e: add vector Tx

The way to increase the performance of the vPMD TX is to use some fast mbuf
release method compares to the scalar TX.

Signed-off-by: Zhe Tao <zhe.tao@intel.com>
Acked-by: Cunming Liang <cunming.liang@intel.com>
drivers/net/i40e/i40e_rxtx.c
drivers/net/i40e/i40e_rxtx.h
drivers/net/i40e/i40e_rxtx_vec.c