From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2A6B15A30 for ; Wed, 13 May 2015 10:38:15 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 13 May 2015 01:38:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="492979063" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 13 May 2015 01:38:13 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id t4D8cBeh031597; Wed, 13 May 2015 16:38:11 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id t4D8c8lS022851; Wed, 13 May 2015 16:38:10 +0800 Received: (from wujingji@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id t4D8c8at022847; Wed, 13 May 2015 16:38:08 +0800 From: Jingjing Wu To: dev@dpdk.org Date: Wed, 13 May 2015 16:38:05 +0800 Message-Id: <1431506288-22814-1-git-send-email-jingjing.wu@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] enable mirror functionality in i40e driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 08:38:15 -0000 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