[PATCH net-next 2/2] net: stmmac: add tc flower filter for EtherType matching

Sebastian Andrzej Siewior bigeasy at linutronix.de
Fri Dec 10 03:57:42 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



More information about the linux-arm-kernel mailing list