linux/tools/net/ynl/lib
Mina Almasry 85585b4bc8 selftests: add ncdevmem, netcat for devmem TCP
ncdevmem is a devmem TCP netcat. It works similarly to netcat, but it
sends and receives data using the devmem TCP APIs. It uses udmabuf as
the dmabuf provider. It is compatible with a regular netcat running on
a peer, or a ncdevmem running on a peer.

In addition to normal netcat support, ncdevmem has a validation mode,
where it sends a specific pattern and validates this pattern on the
receiver side to ensure data integrity.

Suggested-by: Stanislav Fomichev <sdf@fomichev.me>
Signed-off-by: Mina Almasry <almasrymina@google.com>
Link: https://patch.msgid.link/20240910171458.219195-13-almasrymina@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-09-11 20:44:32 -07:00
..
__init__.py tools/net/ynl: Report netlink errors without stacktrace 2024-03-07 20:28:26 -08:00
.gitignore selftests: add ncdevmem, netcat for devmem TCP 2024-09-11 20:44:32 -07:00
Makefile tools: net: package libynl for use in selftests 2024-07-02 18:59:33 -07:00
nlspec.py tools: ynl: add --list-ops and --list-msgs to CLI 2024-05-03 15:13:21 -07:00
ynl-priv.h tools: ynl: make user space policies const 2024-06-09 15:51:40 +01:00
ynl.c tools: ynl: remove extraneous ; after statements 2024-08-05 16:28:39 -07:00
ynl.h tools: ynl: make user space policies const 2024-06-09 15:51:40 +01:00
ynl.py tools/net/ynl: fix cli.py --subscribe feature 2024-09-05 14:56:45 -07:00