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 363FF1150 for ; Wed, 1 Feb 2017 19:29:24 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 01 Feb 2017 10:29:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,321,1477983600"; d="scan'208";a="60716578" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga006.fm.intel.com with ESMTP; 01 Feb 2017 10:29:22 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1485937031-23172-1-git-send-email-arybchenko@solarflare.com> Cc: Ivan Malov From: Ferruh Yigit Message-ID: Date: Wed, 1 Feb 2017 18:29:22 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1485937031-23172-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/sfc: multicast list set must not fail if list is empty 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: Wed, 01 Feb 2017 18:29:25 -0000 On 2/1/2017 8:17 AM, Andrew Rybchenko wrote: > From: Ivan Malov > > The patch is to fix sfc_set_mc_addr_list() behaviour in order > to make it accept an empty multicast address list thus making > it possible to remove multicast addresses inserted previously > > Fixes: 0fa0070e4391 ("net/sfc: support multicast addresses list controls") > > Signed-off-by: Ivan Malov > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.