Re: [PATCH v3 1/2] net: add a define for the number of packets received as batch

2020-10-07 Thread Heinrich Schuchardt
On 07.10.20 11:03, Patrick Wildt wrote: > With a define for the magic number of packets received as batch > we can make sure that the EFI network stack caches the same amount > of packets. > > Signed-off-by: Patrick Wildt Reviewed-by: Heinrich Schuchardt > --- > > Changes in v3: > - Simple reba

[PATCH v3 1/2] net: add a define for the number of packets received as batch

2020-10-07 Thread Patrick Wildt
With a define for the magic number of packets received as batch we can make sure that the EFI network stack caches the same amount of packets. Signed-off-by: Patrick Wildt --- Changes in v3: - Simple rebase to resend patches together. Changes in v2: - Split this commit out of another one. inc