[PATCH net-next 2/2] net: stmmac: add tc flower filter for EtherType matching
Ong, Boon Leong
boon.leong.ong at intel.com
Sat Dec 11 06:03:06 PST 2021
>On 2021-12-10 11:10:04 [+0100], Kurt Kanzenbach wrote:
>> > + if (match.mask->n_proto) {
>> > + __be16 etype = ntohs(match.key->n_proto);
>>
>> n_proto is be16. The ntohs() call will produce an u16.
>
>While at it, could we be please remove that __force in
>ETHER_TYPE_FULL_MASK and use cpu_to_be16() macro?
>
>> Thanks,
>> Kurt
>
>Sebastian
Thanks. Will do.
More information about the linux-arm-kernel
mailing list