[dpdk-dev] [PATCH 0/4 v4] i40e: add vector PMD support for FVL

Liang, Cunming cunming.liang at intel.com
Fri Oct 30 15:24:15 CET 2015


Hi,

> -----Original Message-----
> From: Tao, Zhe
> Sent: Friday, October 30, 2015 10:17 PM
> To: dev at dpdk.org
> Cc: Tao, Zhe; Liang, Cunming
> Subject: [dpdk-dev][PATCH 0/4 v4] i40e: add vector PMD support for FVL
> 
> This patch set add the vector PMD support for FVL.
> FVL vPMD works like the way ixgbe does
> All the functionality is tested
> 
> PATCH v1: add the vector PMD support for FVL
> 
> PATCH v2: remove the extra code out of share code
>           change the prefetch position for splitter packets support
>           update the release note
> 
> PATCH v3: make the new patch set
> 
> PATCH v4: fix some format issues
> 
> Zhe Tao (4):
>   add vector PMD RX for FVL
>   add vector PMD TX for FVL
>   add vector PMD scatter RX for FVL
>   add RX and TX selection function for FVL
> 
>  config/common_bsdapp                 |   2 +
>  config/common_linuxapp               |   2 +
>  doc/guides/rel_notes/release_2_2.rst |   4 +
>  drivers/net/i40e/Makefile            |   1 +
>  drivers/net/i40e/i40e_ethdev.c       |  20 +-
>  drivers/net/i40e/i40e_ethdev.h       |   6 +
>  drivers/net/i40e/i40e_ethdev_vf.c    |  28 +-
>  drivers/net/i40e/i40e_rxtx.c         | 227 +++++++++-
>  drivers/net/i40e/i40e_rxtx.h         |  40 +-
>  drivers/net/i40e/i40e_rxtx_vec.c     | 777
> +++++++++++++++++++++++++++++++++++
>  10 files changed, 1082 insertions(+), 25 deletions(-)
>  create mode 100644 drivers/net/i40e/i40e_rxtx_vec.c
> 
> --
> 1.9.3
Acked-by: Cunming Liang <cunming.liang at intel.com>



More information about the dev mailing list