aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/netbe.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/netbe.h')
-rw-r--r--examples/l4fwd/netbe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/l4fwd/netbe.h b/examples/l4fwd/netbe.h
index ebb1345..6d9aa35 100644
--- a/examples/l4fwd/netbe.h
+++ b/examples/l4fwd/netbe.h
@@ -71,8 +71,8 @@ struct netbe_port {
uint32_t nb_lcore;
uint32_t *lcore_id;
uint32_t mtu;
- uint32_t rx_offload;
- uint32_t tx_offload;
+ uint64_t rx_offload;
+ uint64_t tx_offload;
uint32_t ipv4;
struct in6_addr ipv6;
struct ether_addr mac;