This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from a8cec9a034c Docs/platforms/esp32s3: Add ostest docs
     new 8f9f31fb69f mm/iob:support iob queue concat to another iob queue
     new adb161aa10e arp: the manually configured arp table should not have a 
timeout period
     new 5b52ab13c80 net/arp: support queue iob when arp_out failed
     new d6bd89ff144 Revert "net/arp: reducing unnecessary ARP requests can 
mitigate"

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/nuttx/mm/iob.h         |  13 ++++
 include/nuttx/net/netdev.h     |   4 ++
 mm/iob/iob_add_queue.c         |  41 +++++++++++
 net/arp/Kconfig                |  12 +++-
 net/arp/arp.h                  |  40 +++++++++--
 net/arp/arp_out.c              |  13 +++-
 net/arp/arp_send.c             |   4 +-
 net/arp/arp_table.c            | 154 ++++++++++++++++++++++++++++++++++-------
 net/devif/devif_poll.c         |  90 ++++++++++++++++++++----
 net/netdev/netdev_findbyaddr.c |   3 +-
 net/netdev/netdev_ioctl.c      |   5 +-
 11 files changed, 326 insertions(+), 53 deletions(-)

Reply via email to