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 0AF08378E for ; Tue, 23 May 2017 14:28:48 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 May 2017 05:28:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,382,1491289200"; d="scan'208";a="90643059" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 23 May 2017 05:28:45 -0700 To: "Lu, Wenzhuo" , Markus Theil , "dev@dpdk.org" References: <1495110014-20074-1-git-send-email-markus.theil@tu-ilmenau.de> <1495448270-15232-1-git-send-email-markus.theil@tu-ilmenau.de> <6A0DE07E22DDAD4C9103DF62FEBC09093B5BB966@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <6ca8a235-b7d5-a5f9-f19d-e70e3ff1e64a@intel.com> Date: Tue, 23 May 2017 13:28:45 +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: <6A0DE07E22DDAD4C9103DF62FEBC09093B5BB966@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 v3 1/2] net/igb: support flex filters 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, 23 May 2017 12:28:49 -0000 On 5/23/2017 1:36 AM, Lu, Wenzhuo wrote: > Hi, > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Markus Theil >> Sent: Monday, May 22, 2017 6:18 PM >> To: dev@dpdk.org >> Cc: Markus Theil >> Subject: [dpdk-dev] [PATCH v3 1/2] net/igb: support flex filters on i210/i211 >> >> i210/i211 also support flex filters. Tested on i210. >> >> Signed-off-by: Markus Theil > Acked-by: Wenzhuo Lu Series applied to dpdk-next-net/master, thanks.