summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/netmap/pkt-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/netmap/pkt-gen.c b/tools/tools/netmap/pkt-gen.c
index f2f4e40..5627e9e 100644
--- a/tools/tools/netmap/pkt-gen.c
+++ b/tools/tools/netmap/pkt-gen.c
@@ -124,7 +124,7 @@ struct pkt {
struct ether_header eh;
struct ip ip;
struct udphdr udp;
- uint8_t body[NETMAP_BUF_SIZE];
+ uint8_t body[2048]; // XXX hardwired
} __attribute__((__packed__));
/*
OpenPOWER on IntegriCloud