From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0031DC338 for ; Tue, 2 Jun 2015 09:33:39 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 02 Jun 2015 00:33:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,538,1427785200"; d="scan'208";a="580484047" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga003.jf.intel.com with ESMTP; 02 Jun 2015 00:33:39 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 2 Jun 2015 15:33:38 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.94]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.50]) with mapi id 14.03.0224.002; Tue, 2 Jun 2015 15:33:36 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Thread-Index: AQHQi50fQupQvTQf4Um5hpfYJXDtP52Y9XWA Date: Tue, 2 Jun 2015 07:33:35 +0000 Message-ID: References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1431315990-3067-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 0/6] extend flow director to support L2_paylod type and 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: Tue, 02 Jun 2015 07:33:40 -0000 Acked-by: Helin Zhang > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, May 11, 2015 11:46 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Cao, Min; Liu, Jijiang > Subject: [PATCH 0/6] extend flow director to support L2_paylod type and V= F > filtering in i40e driver >=20 > This patch set extends flow director to support L2_paylod type and VF fil= tering in > i40e driver. >=20 > Jingjing Wu (6): > ethdev: add struct rte_eth_l2_flow to support l2_payload flow type > i40e: extend flow diretcor to support l2_payload flow type > 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 >=20 > app/test-pmd/cmdline.c | 87 > +++++++++++++++++++++++++++-- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 15 ++--- > lib/librte_ether/rte_eth_ctrl.h | 10 ++++ > lib/librte_pmd_i40e/i40e_fdir.c | 39 +++++++++++-- > 4 files changed, 132 insertions(+), 19 deletions(-) >=20 > -- > 1.9.3