[dpdk-dev] enable mirror functionality in i40e driver

Wu, Jingjing jingjing.wu at intel.com
Wed May 13 10:43:14 CEST 2015


Due to the PATCH prefix is missed in the cover-letter, I will resend the patch set. Please just ignore this one.

> -----Original Message-----
> From: Wu, Jingjing
> Sent: Wednesday, May 13, 2015 4:38 PM
> To: dev at dpdk.org
> Cc: Wu, Jingjing; Jiajia, SunX; Zhang, Helin; Liu, Jijiang
> Subject: enable mirror functionality in i40e driver
> 
> This patch set enables mirror functionality in i40e driver, and redefine
> structure and macros used to configure mirror.
> 
> Jingjing Wu (3):
>   ethdev: rename rte_eth_vmdq_mirror_conf
>   ethdev: redefine the mirror type
>   i40e: enable mirror functionality in i40e driver
> 
>  app/test-pmd/cmdline.c              |  60 ++++---
>  lib/librte_ether/rte_ethdev.c       |  28 ++-
>  lib/librte_ether/rte_ethdev.h       |  30 ++--
>  lib/librte_pmd_i40e/i40e_ethdev.c   | 334
> ++++++++++++++++++++++++++++++++++++
>  lib/librte_pmd_i40e/i40e_ethdev.h   |  23 +++
>  lib/librte_pmd_ixgbe/ixgbe_ethdev.c |  72 +++++---
>  lib/librte_pmd_ixgbe/ixgbe_ethdev.h |   4 +-
>  7 files changed, 464 insertions(+), 87 deletions(-)
> 
> --
> 1.9.3



More information about the dev mailing list