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 9F47D2A5B; Mon, 23 Jan 2017 14:52:38 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 23 Jan 2017 05:52:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,274,1477983600"; d="scan'208";a="925648297" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 23 Jan 2017 05:52:36 -0800 To: Jingjing Wu , dev@dpdk.org References: <1485164565-1867-1-git-send-email-jingjing.wu@intel.com> Cc: henlin.zhang@intel.com, dpdk stable From: Ferruh Yigit Message-ID: <6abe080d-6899-2684-268d-c33711816191@intel.com> Date: Mon, 23 Jan 2017 13:52:35 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1485164565-1867-1-git-send-email-jingjing.wu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/i40e: fix MAC check when delete MAC 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, 23 Jan 2017 13:52:39 -0000 On 1/23/2017 9:42 AM, Jingjing Wu wrote: > When VF sends request to remove MAC address, PF host will check > if it is a non-zero or unicast address. When VF remove a multicast > address, it will report error. > This patch fixes this issue. > > Fixes: ec852c94af39 ("net/i40e: enhance sanity check of MAC") Cc: stable@dpdk.org > Signed-off-by: Jingjing Wu Series applied to dpdk-next-net/master, thanks.