Re: [PATCH net v2] ibmveth: Convert multicast list size for little-endian system

2019-08-14 Thread Thomas Falcon
On 8/13/19 9:43 PM, Jakub Kicinski wrote: On Mon, 12 Aug 2019 16:13:06 -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 t

Re: [PATCH net v2] ibmveth: Convert multicast list size for little-endian system

2019-08-13 Thread Hangbin Liu
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 n

Re: [PATCH net v2] ibmveth: Convert multicast list size for little-endian system

2019-08-13 Thread Jakub Kicinski
On Mon, 12 Aug 2019 16:13:06 -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 con

[PATCH net v2] ibmveth: Convert multicast list size for little-endian system

2019-08-12 Thread Thomas Falcon
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