On Thu, 2 Nov 2017 16:33:45 -0700 Alexander Duyck <alexander.du...@gmail.com> wrote:
> From: Alexander Duyck <alexander.h.du...@intel.com> > > The fm10k driver didn't work correctly when macvlan offload was enabled. > Specifically what would occur is that we would see no unicast packets being > received. This was traced down to us not correctly configuring the default > VLAN ID for the port and defaulting to 0. > > To correct this we either use the default ID provided by the switch or > simply use 1. With that we are able to pass and receive traffic without any > issues. Reviewed-by: Jesse Brandeburg <jesse.brandeb...@intel.com>