From 2e99b881938437dd6d6808bd233ce05d03af9f6e Mon Sep 17 00:00:00 2001 From: Tomas Slusny Date: Tue, 26 Jun 2018 16:53:48 +0200 Subject: Add support for jumbo frames to libmemif Add support for frames larger than maximum buffer size to libmemif adapter. Change-Id: I8b2d9fe7e05328194cd0aafd6e3ab40392ebbfed Signed-off-by: Tomas Slusny --- extras/libmemif/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extras/libmemif/README.md') diff --git a/extras/libmemif/README.md b/extras/libmemif/README.md index 854aa96..d663fd2 100644 --- a/extras/libmemif/README.md +++ b/extras/libmemif/README.md @@ -146,6 +146,12 @@ through each of the 3 queues. The received packets are printed to stdout. Stop an instance of *raw-data* with an interrupt signal (^C). +#### Jumbo Frames Raw data (libmemif <-> libmemif) + +*jumbo-frames* is simple example how to send larger and larger jumbo +packets with libmemif adapter. This is simple copy of *raw-data* but with +sending larger packets, so for more information read its code and documentation. + #### ICMP Responder *icmp-responder* is a simple example showing how to answer APR and ICMP -- cgit 1.2.3-korg