On 3/30/2020 11:25 AM, Andrew Rybchenko wrote: > VFs (as well as unpriviledged PFs) are not always allowed to > enable promiscuous and all-multicast. Handle it properly and > ensure consistency for settings applied and reported. > > Base driver patches have warnings/errors from checkpatch.sh > since coding style differs a bit. > > Return of non-negative errno is OK as well, since driver does > positive to negative errno conversion on return from callbacks. > > Igor Romanov (6): > net/sfc/base: refactor filters cleanup in reconfigure > net/sfc/base: refactor filters mark in reconfigure > net/sfc/base: refactor unicast filters reconfiguration > net/sfc/base: refactor mcast filters reconfiguration > net/sfc/base: add API to get currently operating filters > net/sfc: check actual all multicast unknown unicast filters >
Series applied to dpdk-next-net/master, thanks.