From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 142775ABA for ; Fri, 12 Jun 2015 10:18:50 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 12 Jun 2015 01:18:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,601,1427785200"; d="scan'208";a="745439422" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga002.jf.intel.com with ESMTP; 12 Jun 2015 01:18:42 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 12 Jun 2015 16:18:32 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0224.002; Fri, 12 Jun 2015 16:18:30 +0800 From: "Liu, Jijiang" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v4 0/4] enable mirror functionality in i40e driver Thread-Index: AQHQo0YuBRHn2XbaeUO3KAGQ44E9q52oicDQ Date: Fri, 12 Jun 2015 08:18:30 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC0576CC02@SHSMSX101.ccr.corp.intel.com> References: <1433492166-30758-1-git-send-email-jingjing.wu@intel.com> <1433917473-21508-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1433917473-21508-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] [PATCH v4 0/4] 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: Fri, 12 Jun 2015 08:18:51 -0000 Acked-By: Jijiang Liu > -----Original Message----- > From: Wu, Jingjing > Sent: Wednesday, June 10, 2015 2:24 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Liu, Jijiang; Jiajia, SunX; Zhang, Helin > Subject: [PATCH v4 0/4] enable mirror functionality in i40e driver >=20 > This patch set enables mirror functionality in i40e driver, and redefines= structure > and macros used to configure mirror. >=20 > v2 changes: > - correct comments style > - add doc change >=20 > v3 changes: > - change the mirror rule type to support bit mask > - fix code style >=20 > v4 changes: > - correct the rule type check ixgbe >=20 > Jingjing Wu (4): > ethdev: rename rte_eth_vmdq_mirror_conf > ethdev: rename and extend the mirror type > i40e: enable mirror functionality in i40e driver > doc: modify the command about mirror in testpmd guide >=20 > app/test-pmd/cmdline.c | 62 +++--- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 +- > drivers/net/i40e/i40e_ethdev.c | 334 ++++++++++++++++++++++= ++++++ > drivers/net/i40e/i40e_ethdev.h | 23 ++ > drivers/net/ixgbe/ixgbe_ethdev.c | 62 ++++-- > drivers/net/ixgbe/ixgbe_ethdev.h | 4 +- > lib/librte_ether/rte_ethdev.c | 28 +-- > lib/librte_ether/rte_ethdev.h | 30 +-- > 8 files changed, 466 insertions(+), 85 deletions(-) >=20 > -- > 1.9.3