Lines Matching defs:tx
67 } tx;
264 * to go directly to tx, no distribution.
333 * packets are then send straight to the tx core.
364 /* set tx threads quit flag */
379 app_stats.tx.tx_pkts += outbuf->count;
382 app_stats.tx.enqdrop_pkts += outbuf->count - nb_tx;
451 /* set tx threads quit flag */
492 app_stats.tx.dequeue_pkts += nb_rx;
527 printf("\nCore %u exiting tx task.\n", rte_lcore_id());
591 (app_stats.tx.dequeue_pkts -
592 prev_app_stats.tx.dequeue_pkts)/1000000.0);
600 (app_stats.tx.tx_pkts -
601 prev_app_stats.tx.tx_pkts)/1000000.0);
603 (app_stats.tx.enqdrop_pkts -
604 prev_app_stats.tx.enqdrop_pkts)/1000000.0,
615 prev_app_stats.tx.dequeue_pkts = app_stats.tx.dequeue_pkts;
616 prev_app_stats.tx.tx_pkts = app_stats.tx.tx_pkts;
617 prev_app_stats.tx.enqdrop_pkts = app_stats.tx.enqdrop_pkts;
878 * Here we'll pre-assign lcore ids to the rx, tx and
884 * distributor first, then rx, then tx.
942 printf(" tx id %d, rx id %d\n",
946 printf(" tx id %d, dist id %d, rx id %d\n",
953 * lcore_ids for tx, rx and distributor workloads.
973 /* Start tx core */