From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6C96D567C for ; Tue, 6 Jun 2017 09:22:32 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2017 00:22:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,305,1493708400"; d="scan'208";a="109664955" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga005.jf.intel.com with ESMTP; 06 Jun 2017 00:22:25 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.82]) by PGSMSX101.gar.corp.intel.com ([169.254.1.101]) with mapi id 14.03.0319.002; Tue, 6 Jun 2017 15:22:24 +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+fn0g5PqDneUez0shnF9vF86IVRGkAgACGQtCAAaTZYA== Date: Tue, 6 Jun 2017 07:22:24 +0000 Message-ID: References: <1496641257-29375-1-git-send-email-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> In-Reply-To: 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.205] 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: Tue, 06 Jun 2017 07:22:36 -0000 I'm sorry for this mistake, this patch is ok and I will not deliver a n= ew version. The mail about v3 before is intended to be reply to another mail else. Thank you. > -----Original Message----- > From: Zhao1, Wei > Sent: Monday, June 5, 2017 2:16 PM > To: Lu, Wenzhuo ; dev@dpdk.org > Subject: RE: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 >=20 > Hi ,wenzhuo >=20 > > -----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 > > > > Hi, > > > > > > > -----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 >=20 > I will commit v3 later to rework code as your suggestion.