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 D91692C58 for ; Thu, 14 Sep 2017 20:55:52 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 14 Sep 2017 11:55:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,394,1500966000"; d="scan'208";a="151950782" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga006.fm.intel.com with ESMTP; 14 Sep 2017 11:55:49 -0700 To: "Xing, Beilei" , David Harton , "Wu, Jingjing" Cc: "dev@dpdk.org" , David Harton References: <20170912130210.18288-1-dharton@cpp-rtpbld-31.cpprtplab> <20170913032110.39994-1-dharton@cpp-rtpbld-31.cpprtplab> <94479800C636CB44BD422CB454846E013201C124@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <6ed155d9-ff42-5645-4492-2a94bb1d6920@intel.com> Date: Thu, 14 Sep 2017 19:55:49 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E013201C124@SHSMSX101.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] i40e: fix i40evf_add_mac_addr to permit multicast addresses 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, 14 Sep 2017 18:55:53 -0000 On 9/13/2017 4:42 AM, Xing, Beilei wrote: > > >> -----Original Message----- >> From: David Harton [mailto:dharton@cpp-rtpbld-31.cpprtplab] >> Sent: Wednesday, September 13, 2017 11:21 AM >> To: Xing, Beilei ; Wu, Jingjing >> Cc: dev@dpdk.org; David Harton >> Subject: [PATCH v3] i40e: fix i40evf_add_mac_addr to permit multicast >> addresses >> >> From: David Harton >> >> The i40e maintains a single MAC filter table for both unicast and multicast >> addresses. The i40e_validate_mac_addr function was preventing multicast >> addresses from being added to the table via i40evf_add_mac_addr. Fixed >> the issue by adjusting the check in i40evf_add_mac_addr. >> >> Fixes: 4861cde46116 ("i40e: new poll mode driver") >> Fixes: 97ac72aa71a9 ("i40e: support setting VF MAC address") >> >> Signed-off-by: David Harton > > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.