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 E3E208E70 for ; Mon, 19 Oct 2015 03:51:55 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 18 Oct 2015 18:51:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,699,1437462000"; d="scan'208";a="814006628" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 18 Oct 2015 18:51:55 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Oct 2015 18:51:54 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 18 Oct 2015 18:51:54 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.47]) with mapi id 14.03.0248.002; Mon, 19 Oct 2015 09:51:52 +0800 From: "Wu, Jingjing" To: "Chilikin, Andrey" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/3] Support for flow director behavior "passthru" on Intel FVL NIC Thread-Index: AQHQ+4YDRROngw5i3kKYKz6KjxXpVJ5yKioA Date: Mon, 19 Oct 2015 01:51:52 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D031E2@SHSMSX104.ccr.corp.intel.com> References: <1443536800-13269-1-git-send-email-andrey.chilikin@intel.com> <1443620583-28310-1-git-send-email-andrey.chilikin@intel.com> In-Reply-To: <1443620583-28310-1-git-send-email-andrey.chilikin@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/3] Support for flow director behavior "passthru" on Intel FVL NIC 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: Mon, 19 Oct 2015 01:51:56 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Andrey Chilikin > Sent: Wednesday, September 30, 2015 9:43 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/3] Support for flow director behavior > "passthru" on Intel FVL NIC >=20 > This patch set adds new flow director behavior "passthru" on Intel X(L)71= 0 > NIC. > When this mode is selected flow director will direct packet to LAN while = the > queue is defined by other filters. This can be used to extract flexible p= ayload > to RX desriptor with the flow director filter while targeted queue will b= e > defined by other filters, for example, by hash filter (RSS). >=20 > v2: rename RTE_ETH_FDIR_OTHER to RTE_ETH_FDIR_PASSTHRU >=20 > Andrey Chilikin (3): > librte_ether: add RTE_ETH_FDIR_PASSTHRU for flow director behavior > i40e: add RTE_ETH_FDIR_PASSTHRU processing for flow director behavior > ixgbe: add check for supported flow director behaviors >=20 > drivers/net/i40e/i40e_fdir.c | 12 ++++++++++-- > drivers/net/ixgbe/ixgbe_fdir.c | 3 ++- > lib/librte_ether/rte_eth_ctrl.h | 1 + > 3 files changed, 13 insertions(+), 3 deletions(-) >=20 > -- Acked-by: Jingjing Wu > 1.7.4.1