aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/main.c')
-rw-r--r--examples/l4fwd/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/l4fwd/main.c b/examples/l4fwd/main.c
index c43b8d7..ff572be 100644
--- a/examples/l4fwd/main.c
+++ b/examples/l4fwd/main.c
@@ -73,6 +73,11 @@ static const struct rte_eth_conf port_conf_default = {
},
};
+struct tx_content tx_content = {
+ .sz = 0,
+ .data = NULL,
+};
+
/* function pointers */
static TLE_RX_BULK_FUNCTYPE tle_rx_bulk;
static TLE_TX_BULK_FUNCTYPE tle_tx_bulk;