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 2D1678D9A for ; Fri, 30 Oct 2015 08:43:04 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 30 Oct 2015 00:43:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="674891979" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 30 Oct 2015 00:43:03 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:43:02 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:43:02 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 15:43:01 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/4] extend flow director to support VF filtering in i40e driver Thread-Index: AQHREVyBp31ydtn35UeMPhqCxNoa156DqmGQ Date: Fri, 30 Oct 2015 07:42:59 +0000 Message-ID: References: <1442893533-32546-1-git-send-email-jingjing.wu@intel.com> <1446021688-17544-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1446021688-17544-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 v2 0/4] extend flow director to support VF filtering 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, 30 Oct 2015 07:43:04 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Wednesday, October 28, 2015 4:41 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Pei, Yulong > Subject: [PATCH v2 0/4] extend flow director to support VF filtering in i= 40e driver >=20 > This patch set extends flow director to VF filtering in i40e driver. >=20 > v2 change: > - rework the doc, including release notes and testpmd guide >=20 > Jingjing Wu (4): > ethdev: extend struct to support flow director in VFs > i40e: extend flow diretcor to support filtering in VFs > testpmd: extend commands > doc: extend commands in testpmd and remove related ABI deprecation >=20 > app/test-pmd/cmdline.c | 41 > ++++++++++++++++++++++++++--- > doc/guides/rel_notes/deprecation.rst | 4 --- > doc/guides/rel_notes/release_2_2.rst | 2 ++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++++++----- > drivers/net/i40e/i40e_ethdev.c | 4 +-- > drivers/net/i40e/i40e_fdir.c | 15 ++++++++--- > lib/librte_ether/rte_eth_ctrl.h | 2 ++ > 7 files changed, 64 insertions(+), 19 deletions(-) >=20 > -- > 2.4.0 Acked-by: Helin Zhang