On Mon, Aug 12, 2019 at 04:13:06PM -0500, Thomas Falcon wrote: > The ibm,mac-address-filters property defines the maximum number of > addresses the hypervisor's multicast filter list can support. It is > encoded as a big-endian integer in the OF device tree, but the virtual > ethernet driver does not convert it for use by little-endian systems. > As a result, the driver is not behaving as it should on affected systems > when a large number of multicast addresses are assigned to the device. > > Reported-by: Hangbin Liu <liuhang...@gmail.com> > Signed-off-by: Thomas Falcon <tlfal...@linux.ibm.com>
Thanks, I tested and it works good.