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 9903b116562 drivers/rpmsg: remove unnecessary header files, revise
make.def and cmake
new d2dde8a29a8 net/netdev: modify for hardware checksum offload
new 42da4e322aa net/netdev: fix compile error and add cmake/makefile
new 99bf7c3c5f6 net: skip TCP/UDP pseudo-header checksum with hardware
offload
new b01f8b04e97 netdev: delete macro CONFIG_NETDEV_CHECKSUM with nuttx
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:
Documentation/components/net/netdev.rst | 29 ++++
include/nuttx/net/netdev.h | 146 ++++++++----------
net/devif/ipv4_input.c | 3 +-
net/inet/ipv4_build_header.c | 1 +
net/netdev/CMakeLists.txt | 2 +
net/netdev/Make.defs | 2 +
net/netdev/netdev.h | 93 +++++++++++
net/netdev/netdev_checksum.c | 264 ++++++++++++++++++++++++++++++++
net/tcp/tcp_input.c | 3 +-
net/tcp/tcp_send.c | 20 ++-
net/udp/udp_input.c | 8 +-
net/udp/udp_send.c | 25 +--
12 files changed, 491 insertions(+), 105 deletions(-)
create mode 100644 net/netdev/netdev_checksum.c