4 * Copyright(c) 2010-2017 Intel Corporation. All rights reserved.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
11 * * Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * * Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in
15 * the documentation and/or other materials provided with the
17 * * Neither the name of Intel Corporation nor the names of its
18 * contributors may be used to endorse or promote products derived
19 * from this software without specific prior written permission.
21 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43 #include <sys/types.h>
46 #include <sys/queue.h>
53 #include <rte_common.h>
54 #include <rte_byteorder.h>
56 #include <rte_debug.h>
57 #include <rte_cycles.h>
58 #include <rte_memory.h>
59 #include <rte_memzone.h>
60 #include <rte_launch.h>
62 #include <rte_per_lcore.h>
63 #include <rte_lcore.h>
64 #include <rte_atomic.h>
65 #include <rte_branch_prediction.h>
66 #include <rte_mempool.h>
67 #include <rte_interrupts.h>
69 #include <rte_ether.h>
70 #include <rte_ethdev.h>
71 #include <rte_string_fns.h>
72 #ifdef RTE_LIBRTE_CMDLINE
73 #include <cmdline_parse.h>
74 #include <cmdline_parse_etheraddr.h>
76 #ifdef RTE_LIBRTE_PMD_BOND
77 #include <rte_eth_bond.h>
87 #ifdef RTE_LIBRTE_CMDLINE
89 "[--cmdline-file=FILENAME] "
91 "[--help|-h] | [--auto-start|-a] | ["
92 "--coremask=COREMASK --portmask=PORTMASK --numa "
93 "--mbuf-size= | --total-num-mbufs= | "
94 "--nb-cores= | --nb-ports= | "
95 #ifdef RTE_LIBRTE_CMDLINE
96 "--eth-peers-configfile= | "
97 "--eth-peer=X,M:M:M:M:M:M | "
99 "--pkt-filter-mode= |"
100 "--rss-ip | --rss-udp | "
101 "--rxpt= | --rxht= | --rxwt= | --rxfreet= | "
102 "--txpt= | --txht= | --txwt= | --txfreet= | "
103 "--txrst= | --txqflags= ]\n",
105 #ifdef RTE_LIBRTE_CMDLINE
106 printf(" --interactive: run in interactive mode.\n");
107 printf(" --cmdline-file: execute cli commands before startup.\n");
109 printf(" --auto-start: start forwarding on init "
110 "[always when non-interactive].\n");
111 printf(" --help: display this message and quit.\n");
112 printf(" --nb-cores=N: set the number of forwarding cores "
113 "(1 <= N <= %d).\n", nb_lcores);
114 printf(" --nb-ports=N: set the number of forwarding ports "
115 "(1 <= N <= %d).\n", nb_ports);
116 printf(" --coremask=COREMASK: hexadecimal bitmask of cores running "
117 "the packet forwarding test. The master lcore is reserved for "
118 "command line parsing only, and cannot be masked on for "
119 "packet forwarding.\n");
120 printf(" --portmask=PORTMASK: hexadecimal bitmask of ports used "
121 "by the packet forwarding test.\n");
122 printf(" --numa: enable NUMA-aware allocation of RX/TX rings and of "
123 "RX memory buffers (mbufs).\n");
124 printf(" --port-numa-config=(port,socket)[,(port,socket)]: "
125 "specify the socket on which the memory pool "
126 "used by the port will be allocated.\n");
127 printf(" --ring-numa-config=(port,flag,socket)[,(port,flag,socket)]: "
128 "specify the socket on which the TX/RX rings for "
129 "the port will be allocated "
130 "(flag: 1 for RX; 2 for TX; 3 for RX and TX).\n");
131 printf(" --socket-num=N: set socket from which all memory is allocated "
133 printf(" --mbuf-size=N: set the data size of mbuf to N bytes.\n");
134 printf(" --total-num-mbufs=N: set the number of mbufs to be allocated "
136 printf(" --max-pkt-len=N: set the maximum size of packet to N bytes.\n");
137 #ifdef RTE_LIBRTE_CMDLINE
138 printf(" --eth-peers-configfile=name: config file with ethernet addresses "
140 printf(" --eth-peer=X,M:M:M:M:M:M: set the MAC address of the X peer "
141 "port (0 <= X < %d).\n", RTE_MAX_ETHPORTS);
143 printf(" --pkt-filter-mode=N: set Flow Director mode "
144 "(N: none (default mode) or signature or perfect).\n");
145 printf(" --pkt-filter-report-hash=N: set Flow Director report mode "
146 "(N: none or match (default) or always).\n");
147 printf(" --pkt-filter-size=N: set Flow Director mode "
148 "(N: 64K (default mode) or 128K or 256K).\n");
149 printf(" --pkt-filter-drop-queue=N: set drop-queue. "
150 "In perfect mode, when you add a rule with queue = -1 "
151 "the packet will be enqueued into the rx drop-queue. "
152 "If the drop-queue doesn't exist, the packet is dropped. "
153 "By default drop-queue=127.\n");
154 #ifdef RTE_LIBRTE_LATENCY_STATS
155 printf(" --latencystats=N: enable latency and jitter statistcs "
156 "monitoring on forwarding lcore id N.\n");
158 printf(" --disable-crc-strip: disable CRC stripping by hardware.\n");
159 printf(" --enable-lro: enable large receive offload.\n");
160 printf(" --enable-rx-cksum: enable rx hardware checksum offload.\n");
161 printf(" --disable-hw-vlan: disable hardware vlan.\n");
162 printf(" --disable-hw-vlan-filter: disable hardware vlan filter.\n");
163 printf(" --disable-hw-vlan-strip: disable hardware vlan strip.\n");
164 printf(" --disable-hw-vlan-extend: disable hardware vlan extend.\n");
165 printf(" --enable-drop-en: enable per queue packet drop.\n");
166 printf(" --disable-rss: disable rss.\n");
167 printf(" --port-topology=N: set port topology (N: paired (default) or "
169 printf(" --forward-mode=N: set forwarding mode (N: %s).\n",
170 list_pkt_forwarding_modes());
171 printf(" --rss-ip: set RSS functions to IPv4/IPv6 only .\n");
172 printf(" --rss-udp: set RSS functions to IPv4/IPv6 + UDP.\n");
173 printf(" --rxq=N: set the number of RX queues per port to N.\n");
174 printf(" --rxd=N: set the number of descriptors in RX rings to N.\n");
175 printf(" --txq=N: set the number of TX queues per port to N.\n");
176 printf(" --txd=N: set the number of descriptors in TX rings to N.\n");
177 printf(" --burst=N: set the number of packets per burst to N.\n");
178 printf(" --mbcache=N: set the cache of mbuf memory pool to N.\n");
179 printf(" --rxpt=N: set prefetch threshold register of RX rings to N.\n");
180 printf(" --rxht=N: set the host threshold register of RX rings to N.\n");
181 printf(" --rxfreet=N: set the free threshold of RX descriptors to N "
182 "(0 <= N < value of rxd).\n");
183 printf(" --rxwt=N: set the write-back threshold register of RX rings to N.\n");
184 printf(" --txpt=N: set the prefetch threshold register of TX rings to N.\n");
185 printf(" --txht=N: set the nhost threshold register of TX rings to N.\n");
186 printf(" --txwt=N: set the write-back threshold register of TX rings to N.\n");
187 printf(" --txfreet=N: set the transmit free threshold of TX rings to N "
188 "(0 <= N <= value of txd).\n");
189 printf(" --txrst=N: set the transmit RS bit threshold of TX rings to N "
190 "(0 <= N <= value of txd).\n");
191 printf(" --txqflags=0xXXXXXXXX: hexadecimal bitmask of TX queue flags "
192 "(0 <= N <= 0x7FFFFFFF).\n");
193 printf(" --tx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
194 "tx queues statistics counters mapping "
195 "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
196 printf(" --rx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
197 "rx queues statistics counters mapping "
198 "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
199 printf(" --no-flush-rx: Don't flush RX streams before forwarding."
200 " Used mainly with PCAP drivers.\n");
201 printf(" --txpkts=X[,Y]*: set TX segment sizes"
202 " or total packet length.\n");
203 printf(" --disable-link-check: disable check on link status when "
204 "starting/stopping ports.\n");
205 printf(" --no-lsc-interrupt: disable link status change interrupt.\n");
206 printf(" --no-rmv-interrupt: disable device removal interrupt.\n");
207 printf(" --bitrate-stats=N: set the logical core N to perform "
208 "bit-rate calculation.\n");
209 printf(" --print-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>: "
210 "enable print of designated event or all of them.");
211 printf(" --mask-event <unknown|intr_lsc|queue_state|intr_reset|vf_mbox|macsec|intr_rmv|all>: "
212 "disable print of designated event or all of them.");
215 #ifdef RTE_LIBRTE_CMDLINE
217 init_peer_eth_addrs(char *config_filename)
223 config_file = fopen(config_filename, "r");
224 if (config_file == NULL) {
225 perror("Failed to open eth config file\n");
229 for (i = 0; i < RTE_MAX_ETHPORTS; i++) {
231 if (fgets(buf, sizeof(buf), config_file) == NULL)
234 if (cmdline_parse_etheraddr(NULL, buf, &peer_eth_addrs[i],
235 sizeof(peer_eth_addrs[i])) < 0) {
236 printf("Bad MAC address format on line %d\n", i+1);
242 nb_peer_eth_addrs = (portid_t) i;
248 * Parse the coremask given as argument (hexadecimal string) and set
249 * the global configuration of forwarding cores.
252 parse_fwd_coremask(const char *coremask)
255 unsigned long long int cm;
257 /* parse hexadecimal string */
259 cm = strtoull(coremask, &end, 16);
260 if ((coremask[0] == '\0') || (end == NULL) || (*end != '\0'))
261 rte_exit(EXIT_FAILURE, "Invalid fwd core mask\n");
262 else if (set_fwd_lcores_mask((uint64_t) cm) < 0)
263 rte_exit(EXIT_FAILURE, "coremask is not valid\n");
267 * Parse the coremask given as argument (hexadecimal string) and set
268 * the global configuration of forwarding cores.
271 parse_fwd_portmask(const char *portmask)
274 unsigned long long int pm;
276 /* parse hexadecimal string */
278 pm = strtoull(portmask, &end, 16);
279 if ((portmask[0] == '\0') || (end == NULL) || (*end != '\0'))
280 rte_exit(EXIT_FAILURE, "Invalid fwd port mask\n");
282 set_fwd_ports_mask((uint64_t) pm);
287 parse_queue_stats_mapping_config(const char *q_arg, int is_rx)
290 const char *p, *p0 = q_arg;
298 unsigned long int_fld[_NUM_FLD];
299 char *str_fld[_NUM_FLD];
303 /* reset from value set at definition */
304 is_rx ? (nb_rx_queue_stats_mappings = 0) : (nb_tx_queue_stats_mappings = 0);
306 while ((p = strchr(p0,'(')) != NULL) {
308 if((p0 = strchr(p,')')) == NULL)
312 if(size >= sizeof(s))
315 snprintf(s, sizeof(s), "%.*s", size, p);
316 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
318 for (i = 0; i < _NUM_FLD; i++){
320 int_fld[i] = strtoul(str_fld[i], &end, 0);
321 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
324 /* Check mapping field is in correct range (0..RTE_ETHDEV_QUEUE_STAT_CNTRS-1) */
325 if (int_fld[FLD_STATS_COUNTER] >= RTE_ETHDEV_QUEUE_STAT_CNTRS) {
326 printf("Stats counter not in the correct range 0..%d\n",
327 RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
332 if ((nb_tx_queue_stats_mappings >=
333 MAX_TX_QUEUE_STATS_MAPPINGS)) {
334 printf("exceeded max number of TX queue "
335 "statistics mappings: %hu\n",
336 nb_tx_queue_stats_mappings);
339 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].port_id =
340 (uint8_t)int_fld[FLD_PORT];
341 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].queue_id =
342 (uint8_t)int_fld[FLD_QUEUE];
343 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].stats_counter_id =
344 (uint8_t)int_fld[FLD_STATS_COUNTER];
345 ++nb_tx_queue_stats_mappings;
348 if ((nb_rx_queue_stats_mappings >=
349 MAX_RX_QUEUE_STATS_MAPPINGS)) {
350 printf("exceeded max number of RX queue "
351 "statistics mappings: %hu\n",
352 nb_rx_queue_stats_mappings);
355 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].port_id =
356 (uint8_t)int_fld[FLD_PORT];
357 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].queue_id =
358 (uint8_t)int_fld[FLD_QUEUE];
359 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].stats_counter_id =
360 (uint8_t)int_fld[FLD_STATS_COUNTER];
361 ++nb_rx_queue_stats_mappings;
365 /* Reassign the rx/tx_queue_stats_mappings pointer to point to this newly populated array rather */
366 /* than to the default array (that was set at its definition) */
367 is_rx ? (rx_queue_stats_mappings = rx_queue_stats_mappings_array) :
368 (tx_queue_stats_mappings = tx_queue_stats_mappings_array);
373 print_invalid_socket_id_error(void)
377 printf("Invalid socket id, options are: ");
378 for (i = 0; i < num_sockets; i++) {
379 printf("%u%s", socket_ids[i],
380 (i == num_sockets - 1) ? "\n" : ",");
385 parse_portnuma_config(const char *q_arg)
388 const char *p, *p0 = q_arg;
390 uint8_t i,port_id,socket_id;
397 unsigned long int_fld[_NUM_FLD];
398 char *str_fld[_NUM_FLD];
401 /* reset from value set at definition */
402 while ((p = strchr(p0,'(')) != NULL) {
404 if((p0 = strchr(p,')')) == NULL)
408 if(size >= sizeof(s))
411 snprintf(s, sizeof(s), "%.*s", size, p);
412 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
414 for (i = 0; i < _NUM_FLD; i++) {
416 int_fld[i] = strtoul(str_fld[i], &end, 0);
417 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
420 port_id = (uint8_t)int_fld[FLD_PORT];
421 if (port_id_is_invalid(port_id, ENABLED_WARN)) {
422 printf("Valid port range is [0");
423 RTE_ETH_FOREACH_DEV(pid)
428 socket_id = (uint8_t)int_fld[FLD_SOCKET];
429 if (new_socket_id(socket_id)) {
430 print_invalid_socket_id_error();
433 port_numa[port_id] = socket_id;
440 parse_ringnuma_config(const char *q_arg)
443 const char *p, *p0 = q_arg;
445 uint8_t i,port_id,ring_flag,socket_id;
453 unsigned long int_fld[_NUM_FLD];
454 char *str_fld[_NUM_FLD];
456 #define RX_RING_ONLY 0x1
457 #define TX_RING_ONLY 0x2
458 #define RXTX_RING 0x3
460 /* reset from value set at definition */
461 while ((p = strchr(p0,'(')) != NULL) {
463 if((p0 = strchr(p,')')) == NULL)
467 if(size >= sizeof(s))
470 snprintf(s, sizeof(s), "%.*s", size, p);
471 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
473 for (i = 0; i < _NUM_FLD; i++) {
475 int_fld[i] = strtoul(str_fld[i], &end, 0);
476 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
479 port_id = (uint8_t)int_fld[FLD_PORT];
480 if (port_id_is_invalid(port_id, ENABLED_WARN)) {
481 printf("Valid port range is [0");
482 RTE_ETH_FOREACH_DEV(pid)
487 socket_id = (uint8_t)int_fld[FLD_SOCKET];
488 if (new_socket_id(socket_id)) {
489 print_invalid_socket_id_error();
492 ring_flag = (uint8_t)int_fld[FLD_FLAG];
493 if ((ring_flag < RX_RING_ONLY) || (ring_flag > RXTX_RING)) {
494 printf("Invalid ring-flag=%d config for port =%d\n",
499 switch (ring_flag & RXTX_RING) {
501 rxring_numa[port_id] = socket_id;
504 txring_numa[port_id] = socket_id;
507 rxring_numa[port_id] = socket_id;
508 txring_numa[port_id] = socket_id;
511 printf("Invalid ring-flag=%d config for port=%d\n",
521 parse_event_printing_config(const char *optarg, int enable)
525 if (!strcmp(optarg, "unknown"))
526 mask = UINT32_C(1) << RTE_ETH_EVENT_UNKNOWN;
527 else if (!strcmp(optarg, "intr_lsc"))
528 mask = UINT32_C(1) << RTE_ETH_EVENT_INTR_LSC;
529 else if (!strcmp(optarg, "queue_state"))
530 mask = UINT32_C(1) << RTE_ETH_EVENT_QUEUE_STATE;
531 else if (!strcmp(optarg, "intr_reset"))
532 mask = UINT32_C(1) << RTE_ETH_EVENT_INTR_RESET;
533 else if (!strcmp(optarg, "vf_mbox"))
534 mask = UINT32_C(1) << RTE_ETH_EVENT_VF_MBOX;
535 else if (!strcmp(optarg, "macsec"))
536 mask = UINT32_C(1) << RTE_ETH_EVENT_MACSEC;
537 else if (!strcmp(optarg, "intr_rmv"))
538 mask = UINT32_C(1) << RTE_ETH_EVENT_INTR_RMV;
539 else if (!strcmp(optarg, "all"))
542 fprintf(stderr, "Invalid event: %s\n", optarg);
546 event_print_mask |= mask;
548 event_print_mask &= ~mask;
553 launch_args_parse(int argc, char** argv)
560 static struct option lgopts[] = {
562 #ifdef RTE_LIBRTE_CMDLINE
563 { "interactive", 0, 0, 0 },
564 { "cmdline-file", 1, 0, 0 },
565 { "auto-start", 0, 0, 0 },
566 { "eth-peers-configfile", 1, 0, 0 },
567 { "eth-peer", 1, 0, 0 },
569 { "ports", 1, 0, 0 },
570 { "nb-cores", 1, 0, 0 },
571 { "nb-ports", 1, 0, 0 },
572 { "coremask", 1, 0, 0 },
573 { "portmask", 1, 0, 0 },
575 { "no-numa", 0, 0, 0 },
576 { "mp-anon", 0, 0, 0 },
577 { "port-numa-config", 1, 0, 0 },
578 { "ring-numa-config", 1, 0, 0 },
579 { "socket-num", 1, 0, 0 },
580 { "mbuf-size", 1, 0, 0 },
581 { "total-num-mbufs", 1, 0, 0 },
582 { "max-pkt-len", 1, 0, 0 },
583 { "pkt-filter-mode", 1, 0, 0 },
584 { "pkt-filter-report-hash", 1, 0, 0 },
585 { "pkt-filter-size", 1, 0, 0 },
586 { "pkt-filter-drop-queue", 1, 0, 0 },
587 #ifdef RTE_LIBRTE_LATENCY_STATS
588 { "latencystats", 1, 0, 0 },
590 #ifdef RTE_LIBRTE_BITRATE
591 { "bitrate-stats", 1, 0, 0 },
593 { "disable-crc-strip", 0, 0, 0 },
594 { "enable-lro", 0, 0, 0 },
595 { "enable-rx-cksum", 0, 0, 0 },
596 { "enable-scatter", 0, 0, 0 },
597 { "disable-hw-vlan", 0, 0, 0 },
598 { "disable-hw-vlan-filter", 0, 0, 0 },
599 { "disable-hw-vlan-strip", 0, 0, 0 },
600 { "disable-hw-vlan-extend", 0, 0, 0 },
601 { "enable-drop-en", 0, 0, 0 },
602 { "disable-rss", 0, 0, 0 },
603 { "port-topology", 1, 0, 0 },
604 { "forward-mode", 1, 0, 0 },
605 { "rss-ip", 0, 0, 0 },
606 { "rss-udp", 0, 0, 0 },
611 { "burst", 1, 0, 0 },
612 { "mbcache", 1, 0, 0 },
616 { "txfreet", 1, 0, 0 },
617 { "txrst", 1, 0, 0 },
618 { "txqflags", 1, 0, 0 },
622 { "rxfreet", 1, 0, 0 },
623 { "tx-queue-stats-mapping", 1, 0, 0 },
624 { "rx-queue-stats-mapping", 1, 0, 0 },
625 { "no-flush-rx", 0, 0, 0 },
626 { "txpkts", 1, 0, 0 },
627 { "disable-link-check", 0, 0, 0 },
628 { "no-lsc-interrupt", 0, 0, 0 },
629 { "no-rmv-interrupt", 0, 0, 0 },
630 { "print-event", 1, 0, 0 },
631 { "mask-event", 1, 0, 0 },
637 #ifdef RTE_LIBRTE_CMDLINE
638 #define SHORTOPTS "i"
642 while ((opt = getopt_long(argc, argvopt, SHORTOPTS "ah",
643 lgopts, &opt_idx)) != EOF) {
645 #ifdef RTE_LIBRTE_CMDLINE
647 printf("Interactive-mode selected\n");
652 printf("Auto-start selected\n");
656 case 0: /*long options */
657 if (!strcmp(lgopts[opt_idx].name, "help")) {
659 rte_exit(EXIT_SUCCESS, "Displayed help\n");
661 #ifdef RTE_LIBRTE_CMDLINE
662 if (!strcmp(lgopts[opt_idx].name, "interactive")) {
663 printf("Interactive-mode selected\n");
666 if (!strcmp(lgopts[opt_idx].name, "cmdline-file")) {
667 printf("CLI commands to be read from %s\n",
669 snprintf(cmdline_filename,
670 sizeof(cmdline_filename), "%s",
673 if (!strcmp(lgopts[opt_idx].name, "auto-start")) {
674 printf("Auto-start selected\n");
677 if (!strcmp(lgopts[opt_idx].name,
678 "eth-peers-configfile")) {
679 if (init_peer_eth_addrs(optarg) != 0)
680 rte_exit(EXIT_FAILURE,
681 "Cannot open logfile\n");
683 if (!strcmp(lgopts[opt_idx].name, "eth-peer")) {
685 uint8_t c, peer_addr[6];
688 n = strtoul(optarg, &port_end, 10);
689 if (errno != 0 || port_end == optarg || *port_end++ != ',')
690 rte_exit(EXIT_FAILURE,
691 "Invalid eth-peer: %s", optarg);
692 if (n >= RTE_MAX_ETHPORTS)
693 rte_exit(EXIT_FAILURE,
694 "eth-peer: port %d >= RTE_MAX_ETHPORTS(%d)\n",
695 n, RTE_MAX_ETHPORTS);
697 if (cmdline_parse_etheraddr(NULL, port_end,
698 &peer_addr, sizeof(peer_addr)) < 0)
699 rte_exit(EXIT_FAILURE,
700 "Invalid ethernet address: %s\n",
702 for (c = 0; c < 6; c++)
703 peer_eth_addrs[n].addr_bytes[c] =
708 if (!strcmp(lgopts[opt_idx].name, "nb-ports")) {
710 if (n > 0 && n <= nb_ports)
711 nb_fwd_ports = (uint8_t) n;
713 rte_exit(EXIT_FAILURE,
714 "Invalid port %d\n", n);
716 if (!strcmp(lgopts[opt_idx].name, "nb-cores")) {
718 if (n > 0 && n <= nb_lcores)
719 nb_fwd_lcores = (uint8_t) n;
721 rte_exit(EXIT_FAILURE,
722 "nb-cores should be > 0 and <= %d\n",
725 if (!strcmp(lgopts[opt_idx].name, "coremask"))
726 parse_fwd_coremask(optarg);
727 if (!strcmp(lgopts[opt_idx].name, "portmask"))
728 parse_fwd_portmask(optarg);
729 if (!strcmp(lgopts[opt_idx].name, "no-numa"))
731 if (!strcmp(lgopts[opt_idx].name, "numa"))
733 if (!strcmp(lgopts[opt_idx].name, "mp-anon")) {
736 if (!strcmp(lgopts[opt_idx].name, "port-numa-config")) {
737 if (parse_portnuma_config(optarg))
738 rte_exit(EXIT_FAILURE,
739 "invalid port-numa configuration\n");
741 if (!strcmp(lgopts[opt_idx].name, "ring-numa-config"))
742 if (parse_ringnuma_config(optarg))
743 rte_exit(EXIT_FAILURE,
744 "invalid ring-numa configuration\n");
745 if (!strcmp(lgopts[opt_idx].name, "socket-num")) {
747 if (!new_socket_id((uint8_t)n)) {
748 socket_num = (uint8_t)n;
750 print_invalid_socket_id_error();
751 rte_exit(EXIT_FAILURE,
752 "Invalid socket id");
755 if (!strcmp(lgopts[opt_idx].name, "mbuf-size")) {
757 if (n > 0 && n <= 0xFFFF)
758 mbuf_data_size = (uint16_t) n;
760 rte_exit(EXIT_FAILURE,
761 "mbuf-size should be > 0 and < 65536\n");
763 if (!strcmp(lgopts[opt_idx].name, "total-num-mbufs")) {
766 param_total_num_mbufs = (unsigned)n;
768 rte_exit(EXIT_FAILURE,
769 "total-num-mbufs should be > 1024\n");
771 if (!strcmp(lgopts[opt_idx].name, "max-pkt-len")) {
773 if (n >= ETHER_MIN_LEN) {
774 rx_mode.max_rx_pkt_len = (uint32_t) n;
775 if (n > ETHER_MAX_LEN)
776 rx_mode.jumbo_frame = 1;
778 rte_exit(EXIT_FAILURE,
779 "Invalid max-pkt-len=%d - should be > %d\n",
782 if (!strcmp(lgopts[opt_idx].name, "pkt-filter-mode")) {
783 if (!strcmp(optarg, "signature"))
785 RTE_FDIR_MODE_SIGNATURE;
786 else if (!strcmp(optarg, "perfect"))
787 fdir_conf.mode = RTE_FDIR_MODE_PERFECT;
788 else if (!strcmp(optarg, "perfect-mac-vlan"))
789 fdir_conf.mode = RTE_FDIR_MODE_PERFECT_MAC_VLAN;
790 else if (!strcmp(optarg, "perfect-tunnel"))
791 fdir_conf.mode = RTE_FDIR_MODE_PERFECT_TUNNEL;
792 else if (!strcmp(optarg, "none"))
793 fdir_conf.mode = RTE_FDIR_MODE_NONE;
795 rte_exit(EXIT_FAILURE,
796 "pkt-mode-invalid %s invalid - must be: "
797 "none, signature, perfect, perfect-mac-vlan"
798 " or perfect-tunnel\n",
801 if (!strcmp(lgopts[opt_idx].name,
802 "pkt-filter-report-hash")) {
803 if (!strcmp(optarg, "none"))
805 RTE_FDIR_NO_REPORT_STATUS;
806 else if (!strcmp(optarg, "match"))
808 RTE_FDIR_REPORT_STATUS;
809 else if (!strcmp(optarg, "always"))
811 RTE_FDIR_REPORT_STATUS_ALWAYS;
813 rte_exit(EXIT_FAILURE,
814 "pkt-filter-report-hash %s invalid "
815 "- must be: none or match or always\n",
818 if (!strcmp(lgopts[opt_idx].name, "pkt-filter-size")) {
819 if (!strcmp(optarg, "64K"))
821 RTE_FDIR_PBALLOC_64K;
822 else if (!strcmp(optarg, "128K"))
824 RTE_FDIR_PBALLOC_128K;
825 else if (!strcmp(optarg, "256K"))
827 RTE_FDIR_PBALLOC_256K;
829 rte_exit(EXIT_FAILURE, "pkt-filter-size %s invalid -"
830 " must be: 64K or 128K or 256K\n",
833 if (!strcmp(lgopts[opt_idx].name,
834 "pkt-filter-drop-queue")) {
837 fdir_conf.drop_queue = (uint8_t) n;
839 rte_exit(EXIT_FAILURE,
840 "drop queue %d invalid - must"
843 #ifdef RTE_LIBRTE_LATENCY_STATS
844 if (!strcmp(lgopts[opt_idx].name,
848 latencystats_lcore_id = (lcoreid_t) n;
849 latencystats_enabled = 1;
851 rte_exit(EXIT_FAILURE,
852 "invalid lcore id %d for latencystats"
853 " must be >= 0\n", n);
856 #ifdef RTE_LIBRTE_BITRATE
857 if (!strcmp(lgopts[opt_idx].name, "bitrate-stats")) {
860 bitrate_lcore_id = (lcoreid_t) n;
863 rte_exit(EXIT_FAILURE,
864 "invalid lcore id %d for bitrate stats"
865 " must be >= 0\n", n);
868 if (!strcmp(lgopts[opt_idx].name, "disable-crc-strip"))
869 rx_mode.hw_strip_crc = 0;
870 if (!strcmp(lgopts[opt_idx].name, "enable-lro"))
871 rx_mode.enable_lro = 1;
872 if (!strcmp(lgopts[opt_idx].name, "enable-scatter"))
873 rx_mode.enable_scatter = 1;
874 if (!strcmp(lgopts[opt_idx].name, "enable-rx-cksum"))
875 rx_mode.hw_ip_checksum = 1;
877 if (!strcmp(lgopts[opt_idx].name, "disable-hw-vlan")) {
878 rx_mode.hw_vlan_filter = 0;
879 rx_mode.hw_vlan_strip = 0;
880 rx_mode.hw_vlan_extend = 0;
883 if (!strcmp(lgopts[opt_idx].name,
884 "disable-hw-vlan-filter"))
885 rx_mode.hw_vlan_filter = 0;
887 if (!strcmp(lgopts[opt_idx].name,
888 "disable-hw-vlan-strip"))
889 rx_mode.hw_vlan_strip = 0;
891 if (!strcmp(lgopts[opt_idx].name,
892 "disable-hw-vlan-extend"))
893 rx_mode.hw_vlan_extend = 0;
895 if (!strcmp(lgopts[opt_idx].name, "enable-drop-en"))
898 if (!strcmp(lgopts[opt_idx].name, "disable-rss"))
900 if (!strcmp(lgopts[opt_idx].name, "port-topology")) {
901 if (!strcmp(optarg, "paired"))
902 port_topology = PORT_TOPOLOGY_PAIRED;
903 else if (!strcmp(optarg, "chained"))
904 port_topology = PORT_TOPOLOGY_CHAINED;
905 else if (!strcmp(optarg, "loop"))
906 port_topology = PORT_TOPOLOGY_LOOP;
908 rte_exit(EXIT_FAILURE, "port-topology %s invalid -"
909 " must be: paired or chained \n",
912 if (!strcmp(lgopts[opt_idx].name, "forward-mode"))
913 set_pkt_forwarding_mode(optarg);
914 if (!strcmp(lgopts[opt_idx].name, "rss-ip"))
916 if (!strcmp(lgopts[opt_idx].name, "rss-udp"))
917 rss_hf = ETH_RSS_UDP;
918 if (!strcmp(lgopts[opt_idx].name, "rxq")) {
920 if (n >= 0 && n <= (int) MAX_QUEUE_ID)
921 nb_rxq = (queueid_t) n;
923 rte_exit(EXIT_FAILURE, "rxq %d invalid - must be"
924 " >= 0 && <= %d\n", n,
927 if (!strcmp(lgopts[opt_idx].name, "txq")) {
929 if (n >= 0 && n <= (int) MAX_QUEUE_ID)
930 nb_txq = (queueid_t) n;
932 rte_exit(EXIT_FAILURE, "txq %d invalid - must be"
933 " >= 0 && <= %d\n", n,
936 if (!nb_rxq && !nb_txq) {
937 rte_exit(EXIT_FAILURE, "Either rx or tx queues should "
940 if (!strcmp(lgopts[opt_idx].name, "burst")) {
942 if ((n >= 1) && (n <= MAX_PKT_BURST))
943 nb_pkt_per_burst = (uint16_t) n;
945 rte_exit(EXIT_FAILURE,
946 "burst must >= 1 and <= %d]",
949 if (!strcmp(lgopts[opt_idx].name, "mbcache")) {
952 (n <= RTE_MEMPOOL_CACHE_MAX_SIZE))
953 mb_mempool_cache = (uint16_t) n;
955 rte_exit(EXIT_FAILURE,
956 "mbcache must be >= 0 and <= %d\n",
957 RTE_MEMPOOL_CACHE_MAX_SIZE);
959 if (!strcmp(lgopts[opt_idx].name, "txfreet")) {
962 tx_free_thresh = (int16_t)n;
964 rte_exit(EXIT_FAILURE, "txfreet must be >= 0\n");
966 if (!strcmp(lgopts[opt_idx].name, "txrst")) {
969 tx_rs_thresh = (int16_t)n;
971 rte_exit(EXIT_FAILURE, "txrst must be >= 0\n");
973 if (!strcmp(lgopts[opt_idx].name, "txqflags")) {
975 n = strtoul(optarg, &end, 16);
977 txq_flags = (int32_t)n;
979 rte_exit(EXIT_FAILURE,
980 "txqflags must be >= 0\n");
982 if (!strcmp(lgopts[opt_idx].name, "rxd")) {
985 if (rx_free_thresh >= n)
986 rte_exit(EXIT_FAILURE,
988 "rx_free_thresh(%d)\n",
989 (int)rx_free_thresh);
991 nb_rxd = (uint16_t) n;
993 rte_exit(EXIT_FAILURE,
994 "rxd(%d) invalid - must be > 0\n",
997 if (!strcmp(lgopts[opt_idx].name, "txd")) {
1000 nb_txd = (uint16_t) n;
1002 rte_exit(EXIT_FAILURE, "txd must be in > 0\n");
1004 if (!strcmp(lgopts[opt_idx].name, "txpt")) {
1007 tx_pthresh = (int8_t)n;
1009 rte_exit(EXIT_FAILURE, "txpt must be >= 0\n");
1011 if (!strcmp(lgopts[opt_idx].name, "txht")) {
1014 tx_hthresh = (int8_t)n;
1016 rte_exit(EXIT_FAILURE, "txht must be >= 0\n");
1018 if (!strcmp(lgopts[opt_idx].name, "txwt")) {
1021 tx_wthresh = (int8_t)n;
1023 rte_exit(EXIT_FAILURE, "txwt must be >= 0\n");
1025 if (!strcmp(lgopts[opt_idx].name, "rxpt")) {
1028 rx_pthresh = (int8_t)n;
1030 rte_exit(EXIT_FAILURE, "rxpt must be >= 0\n");
1032 if (!strcmp(lgopts[opt_idx].name, "rxht")) {
1035 rx_hthresh = (int8_t)n;
1037 rte_exit(EXIT_FAILURE, "rxht must be >= 0\n");
1039 if (!strcmp(lgopts[opt_idx].name, "rxwt")) {
1042 rx_wthresh = (int8_t)n;
1044 rte_exit(EXIT_FAILURE, "rxwt must be >= 0\n");
1046 if (!strcmp(lgopts[opt_idx].name, "rxfreet")) {
1049 rx_free_thresh = (int16_t)n;
1051 rte_exit(EXIT_FAILURE, "rxfreet must be >= 0\n");
1053 if (!strcmp(lgopts[opt_idx].name, "tx-queue-stats-mapping")) {
1054 if (parse_queue_stats_mapping_config(optarg, TX)) {
1055 rte_exit(EXIT_FAILURE,
1056 "invalid TX queue statistics mapping config entered\n");
1059 if (!strcmp(lgopts[opt_idx].name, "rx-queue-stats-mapping")) {
1060 if (parse_queue_stats_mapping_config(optarg, RX)) {
1061 rte_exit(EXIT_FAILURE,
1062 "invalid RX queue statistics mapping config entered\n");
1065 if (!strcmp(lgopts[opt_idx].name, "txpkts")) {
1066 unsigned seg_lengths[RTE_MAX_SEGS_PER_PKT];
1067 unsigned int nb_segs;
1069 nb_segs = parse_item_list(optarg, "txpkt segments",
1070 RTE_MAX_SEGS_PER_PKT, seg_lengths, 0);
1072 set_tx_pkt_segments(seg_lengths, nb_segs);
1074 rte_exit(EXIT_FAILURE, "bad txpkts\n");
1076 if (!strcmp(lgopts[opt_idx].name, "no-flush-rx"))
1078 if (!strcmp(lgopts[opt_idx].name, "disable-link-check"))
1080 if (!strcmp(lgopts[opt_idx].name, "no-lsc-interrupt"))
1082 if (!strcmp(lgopts[opt_idx].name, "no-rmv-interrupt"))
1084 if (!strcmp(lgopts[opt_idx].name, "print-event"))
1085 if (parse_event_printing_config(optarg, 1)) {
1086 rte_exit(EXIT_FAILURE,
1087 "invalid print-event argument\n");
1089 if (!strcmp(lgopts[opt_idx].name, "mask-event"))
1090 if (parse_event_printing_config(optarg, 0)) {
1091 rte_exit(EXIT_FAILURE,
1092 "invalid mask-event argument\n");
1098 rte_exit(EXIT_SUCCESS, "Displayed help\n");
1102 rte_exit(EXIT_FAILURE,
1103 "Command line is incomplete or incorrect\n");