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
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
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