]> git.baikalelectronics.ru Git - uboot.git/commit
net: add a define for the number of packets received as batch
authorPatrick Wildt <patrick@blueri.se>
Wed, 7 Oct 2020 09:03:30 +0000 (11:03 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 19 Oct 2020 20:59:53 +0000 (22:59 +0200)
commit981630506e2d91d2c88e4ddf40d230d9771501c9
tree19ef15a9056a188ca7ddf9c695e7eb6ccf577ac3
parent9d2b3d862d6e80acd1cc9a9108c66dd47b4c8fa5
net: add a define for the number of packets received as batch

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 <patrick@blueri.se>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/net.h
net/eth-uclass.c