From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 3BB1A4CE4 for ; Tue, 6 Jun 2017 12:42:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jun 2017 03:42:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,306,1493708400"; d="scan'208";a="270746458" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by fmsmga004.fm.intel.com with ESMTP; 06 Jun 2017 03:42:19 -0700 To: "Lu, Wenzhuo" , "Zhao1, Wei" , "dev@dpdk.org" References: <1496641257-29375-1-git-send-email-wei.zhao1@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <6df7761f-2fc5-7eb0-1ac5-6e7c9050ca4e@intel.com> Date: Tue, 6 Jun 2017 11:42:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B5CBE99@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 10:42:21 -0000 On 6/5/2017 7:14 AM, Lu, Wenzhuo wrote: > 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 Applied to dpdk-next-net/master, thanks.