Re: [PATCH v3 01/13] net: eth: Add a helper to pad a short ethernet frame

2021-03-16 Thread Bin Meng
On Tue, Mar 16, 2021 at 4:49 PM Philippe Mathieu-Daudé wrote: > > On 3/16/21 9:12 AM, Bin Meng wrote: > > Add a helper to pad a short ethernet frame to the minimum required > > length, which can be used by backend codes. > > > > Signed-off-by: Bin Meng > > > > --- > > > > Changes in v3: > > - use

Re: [PATCH v3 01/13] net: eth: Add a helper to pad a short ethernet frame

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/16/21 9:12 AM, Bin Meng wrote: > Add a helper to pad a short ethernet frame to the minimum required > length, which can be used by backend codes. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > - use 'without' instead of 'sans' > - add a helper to pad short frames > > include/ne

[PATCH v3 01/13] net: eth: Add a helper to pad a short ethernet frame

2021-03-16 Thread Bin Meng
Add a helper to pad a short ethernet frame to the minimum required length, which can be used by backend codes. Signed-off-by: Bin Meng --- Changes in v3: - use 'without' instead of 'sans' - add a helper to pad short frames include/net/eth.h | 25 + 1 file changed, 25 i