diff options
author | Tomas Slusny <slusnucky@gmail.com> | 2018-06-26 16:53:48 +0200 |
---|---|---|
committer | Tomas Slusny <slusnucky@gmail.com> | 2018-07-06 16:17:37 +0200 |
commit | 2e99b881938437dd6d6808bd233ce05d03af9f6e (patch) | |
tree | 9ec8af2e51af7fa660f113735fcdadf81093eda4 /extras/libmemif/README.md | |
parent | 3f26790b479f8a0cab00093b83491e9f47648b56 (diff) |
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 <slusnucky@gmail.com>
Diffstat (limited to 'extras/libmemif/README.md')
-rw-r--r-- | extras/libmemif/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |