From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E508C7CDA for ; Mon, 5 Jun 2017 08:14:49 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 04 Jun 2017 23:14:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,299,1493708400"; d="scan'208";a="95592209" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 04 Jun 2017 23:14:48 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Jun 2017 23:14:48 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Jun 2017 23:14:47 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Mon, 5 Jun 2017 14:14:39 +0800 From: "Lu, Wenzhuo" To: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [PATCH] net/e1000: add support 2-tuple filter on i210/i211 Thread-Index: AQHS3b+fzIOOjkDg1EKPMuyCO8PVbaIVyncg Date: Mon, 5 Jun 2017 06:14:38 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> References: <1496641257-29375-1-git-send-email-wei.zhao1@intel.com> In-Reply-To: <1496641257-29375-1-git-send-email-wei.zhao1@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] 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:14:50 -0000 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 >=20 > Add support of i210 and i211 type nic in 2-tuple filter. >=20 > Signed-off-by: Wei Zhao Acked-by: Wenzhuo Lu