This patch set enables mirror functionality in i40e driver, and redefines 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