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 82C75C71E for ; Fri, 26 Jun 2015 05:14:31 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 25 Jun 2015 20:14:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,682,1427785200"; d="scan'208";a="753473868" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by orsmga002.jf.intel.com with ESMTP; 25 Jun 2015 20:14:31 -0700 Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 26 Jun 2015 11:14:17 +0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 26 Jun 2015 11:14:16 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by shsmsx102.ccr.corp.intel.com ([169.254.2.165]) with mapi id 14.03.0224.002; Fri, 26 Jun 2015 11:14:14 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/4] extend flow director to support L2_paylod type Thread-Index: AQHQp+ayO/P80CbHxU+h5MS7cdLUAp2+LGlA Date: Fri, 26 Jun 2015 03:14:14 +0000 Message-ID: References: <1431315990-3067-1-git-send-email-jingjing.wu@intel.com> <1434426227-5477-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1434426227-5477-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 L2_paylod type 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, 26 Jun 2015 03:14:32 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Tuesday, June 16, 2015 11:44 AM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Xu, HuilongX > Subject: [PATCH v2 0/4] extend flow director to support L2_paylod type >=20 > This patch set extends flow director to support L2_paylod type in i40e dr= iver. >=20 > v2 change: > - remove the flow director VF filtering from this patch to avoid breakin= g ABI. >=20 > Jingjing Wu (4): > ethdev: add struct rte_eth_l2_flow to support l2_payload flow type > i40e: extend flow diretcor to support l2_payload flow type > testpmd: extend commands > doc: extend commands in testpmd >=20 > app/test-pmd/cmdline.c | 48 > +++++++++++++++++++++++++++-- > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 5 ++- > drivers/net/i40e/i40e_fdir.c | 24 +++++++++++++-- > lib/librte_ether/rte_eth_ctrl.h | 8 +++++ > 4 files changed, 78 insertions(+), 7 deletions(-) Acked-by: Helin Zhang >=20 > -- > 1.9.3