Re: [dpdk-dev] [PATCH] net/sfc: multicast list set must not fail if list is empty

2017-02-01 Thread Ferruh Yigit
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: sup

[dpdk-dev] [PATCH] net/sfc: multicast list set must not fail if list is empty

2017-02-01 Thread Andrew Rybchenko
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: Iv