examples: minor changes
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:16 +0000 (16:16 +0200)
Signed-off-by: Intel
examples/ipv4_frag/main.c
examples/ipv4_multicast/main.c
examples/l2fwd/main.c

index 3072b61..3d63486 100644 (file)
@@ -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;
 
index 8f61af0..ecdd058 100644 (file)
@@ -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;
 
index 07aaab8..05ef330 100644 (file)
@@ -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)
 {