mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] tftp updates
@ 2022-09-16 12:52 Sascha Hauer
  2022-09-16 12:52 ` [PATCH 1/3] tftp: remove selftest Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sascha Hauer @ 2022-09-16 12:52 UTC (permalink / raw)
  To: Barebox List; +Cc: Enrico Scholz

This series has some updates for the recently introduced RFC7440
support.

Also I found it useful to increase the number of receive packets in the
network driver I am currently using. Other drivers might be adjusted as
well accordingly.

Sascha

Sascha Hauer (3):
  tftp: remove selftest
  tftp: implement UDP reorder cache using lists
  net: designware_eqos: Allocate more receive buffers

 drivers/net/designware_eqos.c |   2 +-
 fs/Kconfig                    |  22 ---
 fs/tftp.c                     | 344 ++++------------------------------
 test/self/Kconfig             |   7 -
 4 files changed, 37 insertions(+), 338 deletions(-)

-- 
2.30.2




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-19  7:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 12:52 [PATCH 0/3] tftp updates Sascha Hauer
2022-09-16 12:52 ` [PATCH 1/3] tftp: remove selftest Sascha Hauer
2022-09-16 12:52 ` [PATCH 2/3] tftp: implement UDP reorder cache using lists Sascha Hauer
2022-09-16 14:12   ` Enrico Scholz
2022-09-19  7:33     ` Sascha Hauer
2022-09-16 12:52 ` [PATCH 3/3] net: designware_eqos: Allocate more receive buffers Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox