numam-dpdk/lib/librte_node
Nithin Dabilpuram 77edede86f node: add ethdev Tx
Add rte_node ethdev_tx process function and register it to
graph infra. This node has a specific (port, tx-queue) as context
and it enqueue's all the packets received to that specific queue pair.
When rte_eth_tx_burst() i.e enqueue to queue pair fails, packets
are forwarded to pkt_drop node to be free'd.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Signed-off-by: Kiran Kumar K <kirankumark@marvell.com>
2020-05-05 23:38:31 +02:00
..
ethdev_rx_priv.h node: add ethdev Rx 2020-05-05 23:38:10 +02:00
ethdev_rx.c node: add ethdev Rx 2020-05-05 23:38:10 +02:00
ethdev_tx_priv.h node: add ethdev Tx 2020-05-05 23:38:31 +02:00
ethdev_tx.c node: add ethdev Tx 2020-05-05 23:38:31 +02:00
log.c node: add logging and null node 2020-05-05 23:37:43 +02:00
Makefile node: add ethdev Tx 2020-05-05 23:38:31 +02:00
meson.build node: add ethdev Tx 2020-05-05 23:38:31 +02:00
node_private.h node: add logging and null node 2020-05-05 23:37:43 +02:00
null.c node: add logging and null node 2020-05-05 23:37:43 +02:00
rte_node_version.map node: add logging and null node 2020-05-05 23:37:43 +02:00