From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: [PATCH 0/3] enable mirror functionality in i40e driver Date: Wed, 13 May 2015 16:47:01 +0800 Message-ID: <1431506824-23032-1-git-send-email-jingjing.wu@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 19F663775 for ; Wed, 13 May 2015 10:47:12 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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