X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fl2fwd-event%2Fl2fwd_common.h;h=939221d45ab7bb921ec086a50fb421edae05b614;hb=c13ca4e81cac591904c893a65ffbbf446af0268a;hp=7e33ee7496690389b7e56ef2a50fd6a2a27cb66a;hpb=080f57bceca4eff7048dc990ec03404d233b885e;p=dpdk.git diff --git a/examples/l2fwd-event/l2fwd_common.h b/examples/l2fwd-event/l2fwd_common.h index 7e33ee7496..939221d45a 100644 --- a/examples/l2fwd-event/l2fwd_common.h +++ b/examples/l2fwd-event/l2fwd_common.h @@ -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;