examples/l2fwd-event: add option to configure port pairs
[dpdk.git] / examples / l2fwd-event / l2fwd_common.h
index 7e33ee7..939221d 100644 (file)
@@ -69,6 +69,7 @@ struct l2fwd_resources {
        uint8_t sched_type;
        uint8_t mac_updating;
        uint8_t rx_queue_per_lcore;
+       bool port_pairs;
        uint16_t nb_rxd;
        uint16_t nb_txd;
        uint32_t enabled_port_mask;