On Fri, Feb 26, 2016 at 6:43 PM, Ivan Vecera <ivec...@redhat.com> wrote: > Should the MULTICAST bit be masked in any be_cmd_rx_filter() call on BE3's > VFs if the trans. tagging is enabled?
Not on any be_cmd_rx_filter() call, but on the first call in be_open()->be_if_enable_filters() where the basic filtering flags are being enabled and the driver is explicitly checking for the return status. We have a fix for this already in our internal builds that hasn't been upstreamed yet. Will send out a patch for this asap. Thanks for the help on this Ivan!