From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 518112C3F for ; Thu, 18 May 2017 12:27:30 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 18 May 2017 03:27:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,358,1491289200"; d="scan'208";a="88957482" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 18 May 2017 03:27:28 -0700 To: "Lu, Wenzhuo" , Markus Theil Cc: "dev@dpdk.org" References: <1495044388-21059-1-git-send-email-markus.theil@tu-ilmenau.de> <6A0DE07E22DDAD4C9103DF62FEBC09093B5BA03D@shsmsx102.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <45c4a743-35c2-8f39-2ead-ac0e28acf956@intel.com> Date: Thu, 18 May 2017 11:27:27 +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: <6A0DE07E22DDAD4C9103DF62FEBC09093B5BA03D@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: support MAC filters for i210 and i211 chips 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: Thu, 18 May 2017 10:27:30 -0000 On 5/18/2017 2:23 AM, Lu, Wenzhuo wrote: > Hi, > > >> -----Original Message----- >> From: Markus Theil [mailto:markus.theil@tu-ilmenau.de] >> Sent: Thursday, May 18, 2017 2:06 AM >> To: Lu, Wenzhuo >> Cc: dev@dpdk.org; Markus Theil >> Subject: [PATCH] net/e1000: support MAC filters for i210 and i211 chips >> >> i210 and i211 also support unicast MAC filters. >> The patch was tested on i210 based hw, for i211 support was looked up in >> the specs. >> >> Signed-off-by: Markus Theil > Acked-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks. (patch title updated to net/igb: ..) > > Thanks for this patch. >