[dpdk-dev] [PATCH v2 1/4] ixgbe: rearrange vector PMD code for x86
Jianbo Liu
jianbo.liu at linaro.org
Tue May 3 07:51:55 CEST 2016
Ping, please review this updated version...
On 26 April 2016 at 21:50, Jianbo Liu <jianbo.liu at linaro.org> wrote:
> move common code to new file "ixgbe_rxtx_vec_common.h",
> and vPMD for x86 is implemented in ixgbe_rxtx_vec.c
>
> Signed-off-by: Jianbo Liu <jianbo.liu at linaro.org>
> Suggested-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> drivers/net/ixgbe/ixgbe_rxtx_vec.c | 256 +----------------------
> drivers/net/ixgbe/ixgbe_rxtx_vec_common.h | 325 ++++++++++++++++++++++++++++++
> 2 files changed, 333 insertions(+), 248 deletions(-)
> create mode 100644 drivers/net/ixgbe/ixgbe_rxtx_vec_common.h
>
More information about the dev
mailing list