Re: [PATCH 4/8] net: dsa: allow rcv() and xmit() to be optional

2022-05-18 Thread Vladimir Oltean
On Wed, May 11, 2022 at 05:19:59PM -0700, Tim Harvey wrote: > Allow rcv() and xmit() dsa driver ops to be optional in case a driver > does not care to mangle a packet as in U-Boot only one network port is > enabled at a time and thus no packet mangling is necessary. > > Suggested-by: Vladimir Olte

[PATCH 4/8] net: dsa: allow rcv() and xmit() to be optional

2022-05-11 Thread Tim Harvey
Allow rcv() and xmit() dsa driver ops to be optional in case a driver does not care to mangle a packet as in U-Boot only one network port is enabled at a time and thus no packet mangling is necessary. Suggested-by: Vladimir Oltean Signed-off-by: Tim Harvey --- v2: new patch --- net/dsa-uclass.c