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 0E9BB7CDA for ; Mon, 5 Jun 2017 08:16:11 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2017 23:16:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,299,1493708400"; d="scan'208";a="94699788" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga004.jf.intel.com with ESMTP; 04 Jun 2017 23:16:10 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.82]) by KMSMSX151.gar.corp.intel.com ([169.254.10.60]) with mapi id 14.03.0319.002; Mon, 5 Jun 2017 14:16:09 +0800 From: "Zhao1, Wei" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 Thread-Index: AQHS3b+fn0g5PqDneUez0shnF9vF86IVRGkAgACGQtA= Date: Mon, 5 Jun 2017 06:16:08 +0000 Message-ID: References: <1496641257-29375-1-git-send-email-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [172.30.20.206] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/e1000: add support 2-tuple filter on i210/i211 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 06:16:12 -0000 Hi ,wenzhuo > -----Original Message----- > From: Lu, Wenzhuo > Sent: Monday, June 5, 2017 2:15 PM > To: Zhao1, Wei ; dev@dpdk.org > Subject: RE: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 >=20 > Hi, >=20 >=20 > > -----Original Message----- > > From: Zhao1, Wei > > Sent: Monday, June 5, 2017 1:41 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo; Zhao1, Wei > > Subject: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 > > > > Add support of i210 and i211 type nic in 2-tuple filter. > > > > Signed-off-by: Wei Zhao > Acked-by: Wenzhuo Lu I will commit v3 later to rework code as your suggestion.