From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AB98E3775 for ; Wed, 13 May 2015 10:45:26 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 13 May 2015 01:45:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,420,1427785200"; d="scan'208";a="709463614" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga001.fm.intel.com with ESMTP; 13 May 2015 01:45:20 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 13 May 2015 16:43:26 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.162]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.69]) with mapi id 14.03.0224.002; Wed, 13 May 2015 16:43:14 +0800 From: "Wu, Jingjing" To: "dev@dpdk.org" Thread-Topic: enable mirror functionality in i40e driver Thread-Index: AQHQjVgruH1lKjkUhE24KHf8p0Pk5p15lryw Date: Wed, 13 May 2015 08:43:14 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8C1AF8C@SHSMSX104.ccr.corp.intel.com> References: <1431506288-22814-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1431506288-22814-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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:45:27 -0000 Due to the PATCH prefix is missed in the cover-letter, I will resend the pa= tch set. Please just ignore this one. > -----Original Message----- > From: Wu, Jingjing > Sent: Wednesday, May 13, 2015 4:38 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Jiajia, SunX; Zhang, Helin; Liu, Jijiang > Subject: enable mirror functionality in i40e driver >=20 > This patch set enables mirror functionality in i40e driver, and redefine > structure and macros used to configure mirror. >=20 > Jingjing Wu (3): > ethdev: rename rte_eth_vmdq_mirror_conf > ethdev: redefine the mirror type > i40e: enable mirror functionality in i40e driver >=20 > 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(-) >=20 > -- > 1.9.3