From 9787d22f34c258ee78a038c58d78a8373d2012e0 Mon Sep 17 00:00:00 2001 From: Intel Date: Wed, 18 Sep 2013 12:00:00 +0200 Subject: [PATCH] examples: minor changes Signed-off-by: Intel --- examples/ipv4_frag/main.c | 2 +- examples/ipv4_multicast/main.c | 2 +- examples/l2fwd/main.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/ipv4_frag/main.c b/examples/ipv4_frag/main.c index 3072b61fb4..3d63486f56 100644 --- a/examples/ipv4_frag/main.c +++ b/examples/ipv4_frag/main.c @@ -571,7 +571,7 @@ MAIN(int argc, char **argv) int ret; unsigned nb_ports, i; uint16_t queueid = 0; - unsigned lcore_id = 0, rx_lcore_id = 0;; + unsigned lcore_id = 0, rx_lcore_id = 0; uint32_t n_tx_queue, nb_lcores; uint8_t portid; diff --git a/examples/ipv4_multicast/main.c b/examples/ipv4_multicast/main.c index 8f61af05e7..ecdd058f14 100644 --- a/examples/ipv4_multicast/main.c +++ b/examples/ipv4_multicast/main.c @@ -714,7 +714,7 @@ MAIN(int argc, char **argv) struct lcore_queue_conf *qconf; int ret; uint16_t queueid; - unsigned lcore_id = 0, rx_lcore_id = 0;; + unsigned lcore_id = 0, rx_lcore_id = 0; uint32_t n_tx_queue, nb_lcores; uint8_t portid; diff --git a/examples/l2fwd/main.c b/examples/l2fwd/main.c index 07aaab8c7c..05ef3307a1 100644 --- a/examples/l2fwd/main.c +++ b/examples/l2fwd/main.c @@ -226,7 +226,7 @@ print_stats(void) printf("\n====================================================\n"); } -/* Send the packet on an output interface */ +/* Send the burst of packets on an output interface */ static int l2fwd_send_burst(struct lcore_queue_conf *qconf, unsigned n, uint8_t port) { @@ -248,7 +248,7 @@ l2fwd_send_burst(struct lcore_queue_conf *qconf, unsigned n, uint8_t port) return 0; } -/* Send the packet on an output interface */ +/* Enqueue packets for TX and prepare them to be sent */ static int l2fwd_send_packet(struct rte_mbuf *m, uint8_t port) { -- 2.20.1