aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Slusny <slusnucky@gmail.com>2018-06-26 16:53:48 +0200
committerTomas Slusny <slusnucky@gmail.com>2018-07-06 16:17:37 +0200
commit2e99b881938437dd6d6808bd233ce05d03af9f6e (patch)
tree9ec8af2e51af7fa660f113735fcdadf81093eda4 /Makefile
parent3f26790b479f8a0cab00093b83491e9f47648b56 (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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 214f632..ad9aa5e 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ extras:
@cd extras/libmemif/examples/raw-data && go build -v
@cd extras/libmemif/examples/icmp-responder && go build -v
@cd extras/libmemif/examples/gopacket && go build -v
+ @cd extras/libmemif/examples/jumbo-frames && go build -v
clean:
@rm -f cmd/binapi-generator/binapi-generator