mbox series

[0/2] net: lwip: rename output function, add packet dump

Message ID 20250306143224.3080316-1-jerome.forissier@linaro.org
Headers show
Series net: lwip: rename output function, add packet dump | expand

Message

Jerome Forissier March 6, 2025, 2:32 p.m. UTC
A cosmetic patch and a new Kconfig to help troubleshoot NET_LWIP=y.

Jerome Forissier (2):
  net: lwip: rename linkoutput() as net_lwip_tx()
  net: lwip: add CONFIG_LWIP_DEBUG_RXTX

 net/lwip/Kconfig    |  6 ++++++
 net/lwip/net-lwip.c | 18 ++++++++++++++++--
 2 files changed, 22 insertions(+), 2 deletions(-)