examples: use buffered Tx
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Thu, 10 Mar 2016 17:19:35 +0000 (18:19 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 11 Mar 2016 17:05:55 +0000 (18:05 +0100)
commite2366e74e0295a8b21019dd871a10c77e9adb4b2
treecae25c4c2a82eaa2fe83ab64e47ec2cfda598416
parentd6c99e62c852f607ff6efc2749a774dc0d9bbad1
examples: use buffered Tx

The internal buffering of packets for TX in sample apps is no longer
needed, so this patchset also replaces this code with calls to the new
rte_eth_tx_buffer* APIs in:

* l2fwd-jobstats
* l2fwd-keepalive
* l2fwd
* l3fwd-acl
* l3fwd-power
* link_status_interrupt
* client_server_mp
* l2fwd_fork
* packet_ordering
* qos_meter

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
examples/l2fwd-jobstats/main.c
examples/l2fwd-keepalive/main.c
examples/l2fwd/main.c
examples/l3fwd-acl/main.c
examples/l3fwd-power/main.c
examples/link_status_interrupt/main.c
examples/multi_process/client_server_mp/mp_client/client.c
examples/multi_process/l2fwd_fork/main.c
examples/packet_ordering/main.c
examples/qos_meter/main.c