4 * Copyright(c) 2010-2014 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>
61 #include <rte_tailq.h>
63 #include <rte_per_lcore.h>
64 #include <rte_lcore.h>
65 #include <rte_atomic.h>
66 #include <rte_branch_prediction.h>
68 #include <rte_mempool.h>
69 #include <rte_interrupts.h>
71 #include <rte_ether.h>
72 #include <rte_ethdev.h>
73 #include <rte_string_fns.h>
74 #ifdef RTE_LIBRTE_CMDLINE
75 #include <cmdline_parse.h>
76 #include <cmdline_parse_etheraddr.h>
78 #ifdef RTE_LIBRTE_PMD_BOND
79 #include <rte_eth_bond.h>
88 #ifdef RTE_LIBRTE_CMDLINE
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");
108 printf(" --auto-start: start forwarding on init "
109 "[always when non-interactive].\n");
110 printf(" --help: display this message and quit.\n");
111 printf(" --nb-cores=N: set the number of forwarding cores "
112 "(1 <= N <= %d).\n", nb_lcores);
113 printf(" --nb-ports=N: set the number of forwarding ports "
114 "(1 <= N <= %d).\n", nb_ports);
115 printf(" --coremask=COREMASK: hexadecimal bitmask of cores running "
116 "the packet forwarding test. The master lcore is reserved for "
117 "command line parsing only, and cannot be masked on for "
118 "packet forwarding.\n");
119 printf(" --portmask=PORTMASK: hexadecimal bitmask of ports used "
120 "by the packet forwarding test.\n");
121 printf(" --numa: enable NUMA-aware allocation of RX/TX rings and of "
122 "RX memory buffers (mbufs).\n");
123 printf(" --port-numa-config=(port,socket)[,(port,socket)]: "
124 "specify the socket on which the memory pool "
125 "used by the port will be allocated.\n");
126 printf(" --ring-numa-config=(port,flag,socket)[,(port,flag,socket)]: "
127 "specify the socket on which the TX/RX rings for "
128 "the port will be allocated "
129 "(flag: 1 for RX; 2 for TX; 3 for RX and TX).\n");
130 printf(" --socket-num=N: set socket from which all memory is allocated "
132 printf(" --mbuf-size=N: set the data size of mbuf to N bytes.\n");
133 printf(" --total-num-mbufs=N: set the number of mbufs to be allocated "
135 printf(" --max-pkt-len=N: set the maximum size of packet to N bytes.\n");
136 #ifdef RTE_LIBRTE_CMDLINE
137 printf(" --eth-peers-configfile=name: config file with ethernet addresses "
139 printf(" --eth-peer=X,M:M:M:M:M:M: set the MAC address of the X peer "
140 "port (0 <= X < %d).\n", RTE_MAX_ETHPORTS);
142 printf(" --pkt-filter-mode=N: set Flow Director mode "
143 "(N: none (default mode) or signature or perfect).\n");
144 printf(" --pkt-filter-report-hash=N: set Flow Director report mode "
145 "(N: none or match (default) or always).\n");
146 printf(" --pkt-filter-size=N: set Flow Director mode "
147 "(N: 64K (default mode) or 128K or 256K).\n");
148 printf(" --pkt-filter-flexbytes-offset=N: set flexbytes-offset. "
149 "The offset is defined in word units counted from the "
150 "first byte of the destination Ethernet MAC address. "
152 printf(" --pkt-filter-drop-queue=N: set drop-queue. "
153 "In perfect mode, when you add a rule with queue = -1 "
154 "the packet will be enqueued into the rx drop-queue. "
155 "If the drop-queue doesn't exist, the packet is dropped. "
156 "By default drop-queue=127.\n");
157 printf(" --crc-strip: enable CRC stripping by hardware.\n");
158 printf(" --enable-rx-cksum: enable rx hardware checksum offload.\n");
159 printf(" --disable-hw-vlan: disable hardware vlan.\n");
160 printf(" --enable-drop-en: enable per queue packet drop.\n");
161 printf(" --disable-rss: disable rss.\n");
162 printf(" --port-topology=N: set port topology (N: paired (default) or "
164 printf(" --forward-mode=N: set forwarding mode (N: %s).\n",
165 list_pkt_forwarding_modes());
166 printf(" --rss-ip: set RSS functions to IPv4/IPv6 only .\n");
167 printf(" --rss-udp: set RSS functions to IPv4/IPv6 + UDP.\n");
168 printf(" --rxq=N: set the number of RX queues per port to N.\n");
169 printf(" --rxd=N: set the number of descriptors in RX rings to N.\n");
170 printf(" --txq=N: set the number of TX queues per port to N.\n");
171 printf(" --txd=N: set the number of descriptors in TX rings to N.\n");
172 printf(" --burst=N: set the number of packets per burst to N.\n");
173 printf(" --mbcache=N: set the cache of mbuf memory pool to N.\n");
174 printf(" --rxpt=N: set prefetch threshold register of RX rings to N "
175 "(0 <= N <= 16).\n");
176 printf(" --rxht=N: set the host threshold register of RX rings to N "
177 "(0 <= N <= 16).\n");
178 printf(" --rxfreet=N: set the free threshold of RX descriptors to N "
179 "(0 <= N < value of rxd).\n");
180 printf(" --rxwt=N: set the write-back threshold register of RX rings "
181 "to N (0 <= N <= 16).\n");
182 printf(" --txpt=N: set the prefetch threshold register of TX rings "
183 "to N (0 <= N <= 16).\n");
184 printf(" --txht=N: set the nhost threshold register of TX rings to N "
185 "(0 <= N <= 16).\n");
186 printf(" --txwt=N: set the write-back threshold register of TX rings "
187 "to N (0 <= N <= 16).\n");
188 printf(" --txfreet=N: set the transmit free threshold of TX rings to N "
189 "(0 <= N <= value of txd).\n");
190 printf(" --txrst=N: set the transmit RS bit threshold of TX rings to N "
191 "(0 <= N <= value of txd).\n");
192 printf(" --txqflags=0xXXXXXXXX: hexadecimal bitmask of TX queue flags "
193 "(0 <= N <= 0x7FFFFFFF).\n");
194 printf(" --tx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
195 "tx queues statistics counters mapping "
196 "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
197 printf(" --rx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
198 "rx queues statistics counters mapping "
199 "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
200 printf(" --no-flush-rx: Don't flush RX streams before forwarding."
201 " Used mainly with PCAP drivers.\n");
202 printf(" --txpkts=X[,Y]*: set TX segment sizes.\n");
203 printf(" --disable-link-check: disable check on link status when "
204 "starting/stopping ports.\n");
207 #ifdef RTE_LIBRTE_CMDLINE
209 init_peer_eth_addrs(char *config_filename)
215 config_file = fopen(config_filename, "r");
216 if (config_file == NULL) {
217 perror("Failed to open eth config file\n");
221 for (i = 0; i < RTE_MAX_ETHPORTS; i++) {
223 if (fgets(buf, sizeof(buf), config_file) == NULL)
226 if (cmdline_parse_etheraddr(NULL, buf, &peer_eth_addrs[i],
227 sizeof(peer_eth_addrs[i])) < 0) {
228 printf("Bad MAC address format on line %d\n", i+1);
234 nb_peer_eth_addrs = (portid_t) i;
240 * Parse the coremask given as argument (hexadecimal string) and set
241 * the global configuration of forwarding cores.
244 parse_fwd_coremask(const char *coremask)
247 unsigned long long int cm;
249 /* parse hexadecimal string */
251 cm = strtoull(coremask, &end, 16);
252 if ((coremask[0] == '\0') || (end == NULL) || (*end != '\0'))
253 rte_exit(EXIT_FAILURE, "Invalid fwd core mask\n");
254 else if (set_fwd_lcores_mask((uint64_t) cm) < 0)
255 rte_exit(EXIT_FAILURE, "coremask is not valid\n");
259 * Parse the coremask given as argument (hexadecimal string) and set
260 * the global configuration of forwarding cores.
263 parse_fwd_portmask(const char *portmask)
266 unsigned long long int pm;
268 /* parse hexadecimal string */
270 pm = strtoull(portmask, &end, 16);
271 if ((portmask[0] == '\0') || (end == NULL) || (*end != '\0'))
272 rte_exit(EXIT_FAILURE, "Invalid fwd port mask\n");
274 set_fwd_ports_mask((uint64_t) pm);
279 parse_queue_stats_mapping_config(const char *q_arg, int is_rx)
282 const char *p, *p0 = q_arg;
290 unsigned long int_fld[_NUM_FLD];
291 char *str_fld[_NUM_FLD];
295 /* reset from value set at definition */
296 is_rx ? (nb_rx_queue_stats_mappings = 0) : (nb_tx_queue_stats_mappings = 0);
298 while ((p = strchr(p0,'(')) != NULL) {
300 if((p0 = strchr(p,')')) == NULL)
304 if(size >= sizeof(s))
307 snprintf(s, sizeof(s), "%.*s", size, p);
308 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
310 for (i = 0; i < _NUM_FLD; i++){
312 int_fld[i] = strtoul(str_fld[i], &end, 0);
313 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
316 /* Check mapping field is in correct range (0..RTE_ETHDEV_QUEUE_STAT_CNTRS-1) */
317 if (int_fld[FLD_STATS_COUNTER] >= RTE_ETHDEV_QUEUE_STAT_CNTRS) {
318 printf("Stats counter not in the correct range 0..%d\n",
319 RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
324 if ((nb_tx_queue_stats_mappings >=
325 MAX_TX_QUEUE_STATS_MAPPINGS)) {
326 printf("exceeded max number of TX queue "
327 "statistics mappings: %hu\n",
328 nb_tx_queue_stats_mappings);
331 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].port_id =
332 (uint8_t)int_fld[FLD_PORT];
333 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].queue_id =
334 (uint8_t)int_fld[FLD_QUEUE];
335 tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].stats_counter_id =
336 (uint8_t)int_fld[FLD_STATS_COUNTER];
337 ++nb_tx_queue_stats_mappings;
340 if ((nb_rx_queue_stats_mappings >=
341 MAX_RX_QUEUE_STATS_MAPPINGS)) {
342 printf("exceeded max number of RX queue "
343 "statistics mappings: %hu\n",
344 nb_rx_queue_stats_mappings);
347 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].port_id =
348 (uint8_t)int_fld[FLD_PORT];
349 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].queue_id =
350 (uint8_t)int_fld[FLD_QUEUE];
351 rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].stats_counter_id =
352 (uint8_t)int_fld[FLD_STATS_COUNTER];
353 ++nb_rx_queue_stats_mappings;
357 /* Reassign the rx/tx_queue_stats_mappings pointer to point to this newly populated array rather */
358 /* than to the default array (that was set at its definition) */
359 is_rx ? (rx_queue_stats_mappings = rx_queue_stats_mappings_array) :
360 (tx_queue_stats_mappings = tx_queue_stats_mappings_array);
365 parse_portnuma_config(const char *q_arg)
368 const char *p, *p0 = q_arg;
370 uint8_t i,port_id,socket_id;
377 unsigned long int_fld[_NUM_FLD];
378 char *str_fld[_NUM_FLD];
380 /* reset from value set at definition */
381 while ((p = strchr(p0,'(')) != NULL) {
383 if((p0 = strchr(p,')')) == NULL)
387 if(size >= sizeof(s))
390 snprintf(s, sizeof(s), "%.*s", size, p);
391 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
393 for (i = 0; i < _NUM_FLD; i++) {
395 int_fld[i] = strtoul(str_fld[i], &end, 0);
396 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
399 port_id = (uint8_t)int_fld[FLD_PORT];
400 if (port_id >= nb_ports) {
401 printf("Invalid port, range is [0, %d]\n", nb_ports - 1);
404 socket_id = (uint8_t)int_fld[FLD_SOCKET];
405 if(socket_id >= MAX_SOCKET) {
406 printf("Invalid socket id, range is [0, %d]\n",
410 port_numa[port_id] = socket_id;
417 parse_ringnuma_config(const char *q_arg)
420 const char *p, *p0 = q_arg;
422 uint8_t i,port_id,ring_flag,socket_id;
430 unsigned long int_fld[_NUM_FLD];
431 char *str_fld[_NUM_FLD];
432 #define RX_RING_ONLY 0x1
433 #define TX_RING_ONLY 0x2
434 #define RXTX_RING 0x3
436 /* reset from value set at definition */
437 while ((p = strchr(p0,'(')) != NULL) {
439 if((p0 = strchr(p,')')) == NULL)
443 if(size >= sizeof(s))
446 snprintf(s, sizeof(s), "%.*s", size, p);
447 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
449 for (i = 0; i < _NUM_FLD; i++) {
451 int_fld[i] = strtoul(str_fld[i], &end, 0);
452 if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
455 port_id = (uint8_t)int_fld[FLD_PORT];
456 if (port_id >= nb_ports) {
457 printf("Invalid port, range is [0, %d]\n", nb_ports - 1);
460 socket_id = (uint8_t)int_fld[FLD_SOCKET];
461 if (socket_id >= MAX_SOCKET) {
462 printf("Invalid socket id, range is [0, %d]\n",
466 ring_flag = (uint8_t)int_fld[FLD_FLAG];
467 if ((ring_flag < RX_RING_ONLY) || (ring_flag > RXTX_RING)) {
468 printf("Invalid ring-flag=%d config for port =%d\n",
473 switch (ring_flag & RXTX_RING) {
475 rxring_numa[port_id] = socket_id;
478 txring_numa[port_id] = socket_id;
481 rxring_numa[port_id] = socket_id;
482 txring_numa[port_id] = socket_id;
485 printf("Invalid ring-flag=%d config for port=%d\n",
495 parse_item_list(char* str, unsigned int max_items, unsigned int *parsed_items)
497 unsigned int nb_item;
504 * First parse all items in the list and store their value.
509 for (i = 0; i < strlen(str); i++) {
511 if ((c >= '0') && (c <= '9')) {
512 value = (unsigned int) (value * 10 + (c - '0'));
517 printf("character %c is not a decimal digit\n", c);
521 printf("No valid value before comma\n");
524 if (nb_item < max_items) {
525 parsed_items[nb_item] = value;
532 if (nb_item >= max_items)
533 rte_exit(EXIT_FAILURE, "too many txpkt segments!\n");
535 parsed_items[nb_item++] = value;
541 launch_args_parse(int argc, char** argv)
548 static struct option lgopts[] = {
550 #ifdef RTE_LIBRTE_CMDLINE
551 { "interactive", 0, 0, 0 },
552 { "auto-start", 0, 0, 0 },
553 { "eth-peers-configfile", 1, 0, 0 },
554 { "eth-peer", 1, 0, 0 },
556 { "ports", 1, 0, 0 },
557 { "nb-cores", 1, 0, 0 },
558 { "nb-ports", 1, 0, 0 },
559 { "coremask", 1, 0, 0 },
560 { "portmask", 1, 0, 0 },
562 { "mp-anon", 0, 0, 0 },
563 { "port-numa-config", 1, 0, 0 },
564 { "ring-numa-config", 1, 0, 0 },
565 { "socket-num", 1, 0, 0 },
566 { "mbuf-size", 1, 0, 0 },
567 { "total-num-mbufs", 1, 0, 0 },
568 { "max-pkt-len", 1, 0, 0 },
569 { "pkt-filter-mode", 1, 0, 0 },
570 { "pkt-filter-report-hash", 1, 0, 0 },
571 { "pkt-filter-size", 1, 0, 0 },
572 { "pkt-filter-flexbytes-offset",1, 0, 0 },
573 { "pkt-filter-drop-queue", 1, 0, 0 },
574 { "crc-strip", 0, 0, 0 },
575 { "enable-rx-cksum", 0, 0, 0 },
576 { "disable-hw-vlan", 0, 0, 0 },
577 { "enable-drop-en", 0, 0, 0 },
578 { "disable-rss", 0, 0, 0 },
579 { "port-topology", 1, 0, 0 },
580 { "forward-mode", 1, 0, 0 },
581 { "rss-ip", 0, 0, 0 },
582 { "rss-udp", 0, 0, 0 },
587 { "burst", 1, 0, 0 },
588 { "mbcache", 1, 0, 0 },
592 { "txfreet", 1, 0, 0 },
593 { "txrst", 1, 0, 0 },
594 { "txqflags", 1, 0, 0 },
598 { "rxfreet", 1, 0, 0 },
599 { "tx-queue-stats-mapping", 1, 0, 0 },
600 { "rx-queue-stats-mapping", 1, 0, 0 },
601 { "no-flush-rx", 0, 0, 0 },
602 { "txpkts", 1, 0, 0 },
603 { "disable-link-check", 0, 0, 0 },
609 #ifdef RTE_LIBRTE_CMDLINE
610 #define SHORTOPTS "i"
614 while ((opt = getopt_long(argc, argvopt, SHORTOPTS "ah",
615 lgopts, &opt_idx)) != EOF) {
617 #ifdef RTE_LIBRTE_CMDLINE
619 printf("Interactive-mode selected\n");
624 printf("Auto-start selected\n");
628 case 0: /*long options */
629 if (!strcmp(lgopts[opt_idx].name, "help")) {
631 rte_exit(EXIT_SUCCESS, "Displayed help\n");
633 #ifdef RTE_LIBRTE_CMDLINE
634 if (!strcmp(lgopts[opt_idx].name, "interactive")) {
635 printf("Interactive-mode selected\n");
638 if (!strcmp(lgopts[opt_idx].name, "auto-start")) {
639 printf("Auto-start selected\n");
642 if (!strcmp(lgopts[opt_idx].name,
643 "eth-peers-configfile")) {
644 if (init_peer_eth_addrs(optarg) != 0)
645 rte_exit(EXIT_FAILURE,
646 "Cannot open logfile\n");
648 if (!strcmp(lgopts[opt_idx].name, "eth-peer")) {
650 uint8_t c, peer_addr[6];
653 n = strtoul(optarg, &port_end, 10);
654 if (errno != 0 || port_end == optarg || *port_end++ != ',')
655 rte_exit(EXIT_FAILURE,
656 "Invalid eth-peer: %s", optarg);
657 if (n >= RTE_MAX_ETHPORTS)
658 rte_exit(EXIT_FAILURE,
659 "eth-peer: port %d >= RTE_MAX_ETHPORTS(%d)\n",
660 n, RTE_MAX_ETHPORTS);
662 if (cmdline_parse_etheraddr(NULL, port_end,
663 &peer_addr, sizeof(peer_addr)) < 0)
664 rte_exit(EXIT_FAILURE,
665 "Invalid ethernet address: %s\n",
667 for (c = 0; c < 6; c++)
668 peer_eth_addrs[n].addr_bytes[c] =
673 if (!strcmp(lgopts[opt_idx].name, "nb-ports")) {
675 if (n > 0 && n <= nb_ports)
676 nb_fwd_ports = (uint8_t) n;
678 rte_exit(EXIT_FAILURE,
679 "nb-ports should be > 0 and <= %d\n",
682 if (!strcmp(lgopts[opt_idx].name, "nb-cores")) {
684 if (n > 0 && n <= nb_lcores)
685 nb_fwd_lcores = (uint8_t) n;
687 rte_exit(EXIT_FAILURE,
688 "nb-cores should be > 0 and <= %d\n",
691 if (!strcmp(lgopts[opt_idx].name, "coremask"))
692 parse_fwd_coremask(optarg);
693 if (!strcmp(lgopts[opt_idx].name, "portmask"))
694 parse_fwd_portmask(optarg);
695 if (!strcmp(lgopts[opt_idx].name, "numa")) {
697 memset(port_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
698 memset(rxring_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
699 memset(txring_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
701 if (!strcmp(lgopts[opt_idx].name, "mp-anon")) {
704 if (!strcmp(lgopts[opt_idx].name, "port-numa-config")) {
705 if (parse_portnuma_config(optarg))
706 rte_exit(EXIT_FAILURE,
707 "invalid port-numa configuration\n");
709 if (!strcmp(lgopts[opt_idx].name, "ring-numa-config"))
710 if (parse_ringnuma_config(optarg))
711 rte_exit(EXIT_FAILURE,
712 "invalid ring-numa configuration\n");
713 if (!strcmp(lgopts[opt_idx].name, "socket-num")) {
716 socket_num = (uint8_t)n;
718 rte_exit(EXIT_FAILURE,
719 "The socket number should be < %d\n",
722 if (!strcmp(lgopts[opt_idx].name, "mbuf-size")) {
724 if (n > 0 && n <= 0xFFFF)
725 mbuf_data_size = (uint16_t) n;
727 rte_exit(EXIT_FAILURE,
728 "mbuf-size should be > 0 and < 65536\n");
730 if (!strcmp(lgopts[opt_idx].name, "total-num-mbufs")) {
733 param_total_num_mbufs = (unsigned)n;
735 rte_exit(EXIT_FAILURE,
736 "total-num-mbufs should be > 1024\n");
738 if (!strcmp(lgopts[opt_idx].name, "max-pkt-len")) {
740 if (n >= ETHER_MIN_LEN) {
741 rx_mode.max_rx_pkt_len = (uint32_t) n;
742 if (n > ETHER_MAX_LEN)
743 rx_mode.jumbo_frame = 1;
745 rte_exit(EXIT_FAILURE,
746 "Invalid max-pkt-len=%d - should be > %d\n",
749 if (!strcmp(lgopts[opt_idx].name, "pkt-filter-mode")) {
750 if (!strcmp(optarg, "signature"))
752 RTE_FDIR_MODE_SIGNATURE;
753 else if (!strcmp(optarg, "perfect"))
754 fdir_conf.mode = RTE_FDIR_MODE_PERFECT;
755 else if (!strcmp(optarg, "none"))
756 fdir_conf.mode = RTE_FDIR_MODE_NONE;
758 rte_exit(EXIT_FAILURE,
759 "pkt-mode-invalid %s invalid - must be: "
760 "none, signature or perfect\n",
763 if (!strcmp(lgopts[opt_idx].name,
764 "pkt-filter-report-hash")) {
765 if (!strcmp(optarg, "none"))
767 RTE_FDIR_NO_REPORT_STATUS;
768 else if (!strcmp(optarg, "match"))
770 RTE_FDIR_REPORT_STATUS;
771 else if (!strcmp(optarg, "always"))
773 RTE_FDIR_REPORT_STATUS_ALWAYS;
775 rte_exit(EXIT_FAILURE,
776 "pkt-filter-report-hash %s invalid "
777 "- must be: none or match or always\n",
780 if (!strcmp(lgopts[opt_idx].name, "pkt-filter-size")) {
781 if (!strcmp(optarg, "64K"))
783 RTE_FDIR_PBALLOC_64K;
784 else if (!strcmp(optarg, "128K"))
786 RTE_FDIR_PBALLOC_128K;
787 else if (!strcmp(optarg, "256K"))
789 RTE_FDIR_PBALLOC_256K;
791 rte_exit(EXIT_FAILURE, "pkt-filter-size %s invalid -"
792 " must be: 64K or 128K or 256K\n",
795 if (!strcmp(lgopts[opt_idx].name,
796 "pkt-filter-flexbytes-offset")) {
798 if ( n >= 0 && n <= (int) 32)
799 fdir_conf.flexbytes_offset =
802 rte_exit(EXIT_FAILURE,
803 "flexbytes %d invalid - must"
804 "be >= 0 && <= 32\n", n);
806 if (!strcmp(lgopts[opt_idx].name,
807 "pkt-filter-drop-queue")) {
810 fdir_conf.drop_queue = (uint8_t) n;
812 rte_exit(EXIT_FAILURE,
813 "drop queue %d invalid - must"
816 if (!strcmp(lgopts[opt_idx].name, "crc-strip"))
817 rx_mode.hw_strip_crc = 1;
818 if (!strcmp(lgopts[opt_idx].name, "enable-rx-cksum"))
819 rx_mode.hw_ip_checksum = 1;
821 if (!strcmp(lgopts[opt_idx].name, "disable-hw-vlan")) {
822 rx_mode.hw_vlan_filter = 0;
823 rx_mode.hw_vlan_strip = 0;
824 rx_mode.hw_vlan_extend = 0;
827 if (!strcmp(lgopts[opt_idx].name, "enable-drop-en"))
830 if (!strcmp(lgopts[opt_idx].name, "disable-rss"))
832 if (!strcmp(lgopts[opt_idx].name, "port-topology")) {
833 if (!strcmp(optarg, "paired"))
834 port_topology = PORT_TOPOLOGY_PAIRED;
835 else if (!strcmp(optarg, "chained"))
836 port_topology = PORT_TOPOLOGY_CHAINED;
837 else if (!strcmp(optarg, "loop"))
838 port_topology = PORT_TOPOLOGY_LOOP;
840 rte_exit(EXIT_FAILURE, "port-topology %s invalid -"
841 " must be: paired or chained \n",
844 if (!strcmp(lgopts[opt_idx].name, "forward-mode"))
845 set_pkt_forwarding_mode(optarg);
846 if (!strcmp(lgopts[opt_idx].name, "rss-ip"))
848 if (!strcmp(lgopts[opt_idx].name, "rss-udp"))
849 rss_hf = ETH_RSS_UDP;
850 if (!strcmp(lgopts[opt_idx].name, "rxq")) {
852 if (n >= 1 && n <= (int) MAX_QUEUE_ID)
853 nb_rxq = (queueid_t) n;
855 rte_exit(EXIT_FAILURE, "rxq %d invalid - must be"
856 " >= 1 && <= %d\n", n,
859 if (!strcmp(lgopts[opt_idx].name, "txq")) {
861 if (n >= 1 && n <= (int) MAX_QUEUE_ID)
862 nb_txq = (queueid_t) n;
864 rte_exit(EXIT_FAILURE, "txq %d invalid - must be"
865 " >= 1 && <= %d\n", n,
868 if (!strcmp(lgopts[opt_idx].name, "rxd")) {
871 nb_rxd = (uint16_t) n;
873 rte_exit(EXIT_FAILURE, "rxd must be > 0\n");
875 if (!strcmp(lgopts[opt_idx].name, "txd")) {
878 nb_txd = (uint16_t) n;
880 rte_exit(EXIT_FAILURE, "txd must be in > 0\n");
882 if (!strcmp(lgopts[opt_idx].name, "burst")) {
884 if ((n >= 1) && (n <= MAX_PKT_BURST))
885 nb_pkt_per_burst = (uint16_t) n;
887 rte_exit(EXIT_FAILURE,
888 "burst must >= 1 and <= %d]",
891 if (!strcmp(lgopts[opt_idx].name, "mbcache")) {
894 (n <= RTE_MEMPOOL_CACHE_MAX_SIZE))
895 mb_mempool_cache = (uint16_t) n;
897 rte_exit(EXIT_FAILURE,
898 "mbcache must be >= 0 and <= %d\n",
899 RTE_MEMPOOL_CACHE_MAX_SIZE);
901 if (!strcmp(lgopts[opt_idx].name, "txpt")) {
904 tx_thresh.pthresh = (uint8_t)n;
906 rte_exit(EXIT_FAILURE, "txpt must be >= 0\n");
908 if (!strcmp(lgopts[opt_idx].name, "txht")) {
911 tx_thresh.hthresh = (uint8_t)n;
913 rte_exit(EXIT_FAILURE, "txht must be >= 0\n");
915 if (!strcmp(lgopts[opt_idx].name, "txwt")) {
918 tx_thresh.wthresh = (uint8_t)n;
920 rte_exit(EXIT_FAILURE, "txwt must be >= 0\n");
922 if (!strcmp(lgopts[opt_idx].name, "txfreet")) {
925 tx_free_thresh = (uint16_t)n;
927 rte_exit(EXIT_FAILURE, "txfreet must be >= 0\n");
929 if (!strcmp(lgopts[opt_idx].name, "txrst")) {
932 tx_rs_thresh = (uint16_t)n;
934 rte_exit(EXIT_FAILURE, "txrst must be >= 0\n");
936 if (!strcmp(lgopts[opt_idx].name, "txqflags")) {
938 n = strtoul(optarg, &end, 16);
940 txq_flags = (uint32_t)n;
942 rte_exit(EXIT_FAILURE,
943 "txqflags must be >= 0\n");
945 if (!strcmp(lgopts[opt_idx].name, "rxpt")) {
948 rx_thresh.pthresh = (uint8_t)n;
950 rte_exit(EXIT_FAILURE, "rxpt must be >= 0\n");
952 if (!strcmp(lgopts[opt_idx].name, "rxht")) {
955 rx_thresh.hthresh = (uint8_t)n;
957 rte_exit(EXIT_FAILURE, "rxht must be >= 0\n");
959 if (!strcmp(lgopts[opt_idx].name, "rxwt")) {
962 rx_thresh.wthresh = (uint8_t)n;
964 rte_exit(EXIT_FAILURE, "rxwt must be >= 0\n");
966 if (!strcmp(lgopts[opt_idx].name, "rxd")) {
969 if (rx_free_thresh >= n)
970 rte_exit(EXIT_FAILURE,
972 "rx_free_thresh(%d)\n",
973 (int)rx_free_thresh);
975 nb_rxd = (uint16_t) n;
977 rte_exit(EXIT_FAILURE,
978 "rxd(%d) invalid - must be > 0\n",
981 if (!strcmp(lgopts[opt_idx].name, "txd")) {
984 nb_txd = (uint16_t) n;
986 rte_exit(EXIT_FAILURE, "txd must be in > 0\n");
988 if (!strcmp(lgopts[opt_idx].name, "txpt")) {
991 tx_thresh.pthresh = (uint8_t)n;
993 rte_exit(EXIT_FAILURE, "txpt must be >= 0\n");
995 if (!strcmp(lgopts[opt_idx].name, "txht")) {
998 tx_thresh.hthresh = (uint8_t)n;
1000 rte_exit(EXIT_FAILURE, "txht must be >= 0\n");
1002 if (!strcmp(lgopts[opt_idx].name, "txwt")) {
1005 tx_thresh.wthresh = (uint8_t)n;
1007 rte_exit(EXIT_FAILURE, "txwt must be >= 0\n");
1009 if (!strcmp(lgopts[opt_idx].name, "rxpt")) {
1012 rx_thresh.pthresh = (uint8_t)n;
1014 rte_exit(EXIT_FAILURE, "rxpt must be >= 0\n");
1016 if (!strcmp(lgopts[opt_idx].name, "rxht")) {
1019 rx_thresh.hthresh = (uint8_t)n;
1021 rte_exit(EXIT_FAILURE, "rxht must be >= 0\n");
1023 if (!strcmp(lgopts[opt_idx].name, "rxwt")) {
1026 rx_thresh.wthresh = (uint8_t)n;
1028 rte_exit(EXIT_FAILURE, "rxwt must be >= 0\n");
1030 if (!strcmp(lgopts[opt_idx].name, "rxfreet")) {
1033 rx_free_thresh = (uint16_t)n;
1035 rte_exit(EXIT_FAILURE, "rxfreet must be >= 0\n");
1037 if (!strcmp(lgopts[opt_idx].name, "tx-queue-stats-mapping")) {
1038 if (parse_queue_stats_mapping_config(optarg, TX)) {
1039 rte_exit(EXIT_FAILURE,
1040 "invalid TX queue statistics mapping config entered\n");
1043 if (!strcmp(lgopts[opt_idx].name, "rx-queue-stats-mapping")) {
1044 if (parse_queue_stats_mapping_config(optarg, RX)) {
1045 rte_exit(EXIT_FAILURE,
1046 "invalid RX queue statistics mapping config entered\n");
1049 if (!strcmp(lgopts[opt_idx].name, "txpkts")) {
1050 unsigned seg_lengths[RTE_MAX_SEGS_PER_PKT];
1051 unsigned int nb_segs;
1053 nb_segs = parse_item_list(optarg, RTE_MAX_SEGS_PER_PKT, seg_lengths);
1055 set_tx_pkt_segments(seg_lengths, nb_segs);
1057 rte_exit(EXIT_FAILURE, "bad txpkts\n");
1059 if (!strcmp(lgopts[opt_idx].name, "no-flush-rx"))
1061 if (!strcmp(lgopts[opt_idx].name, "disable-link-check"))
1067 rte_exit(EXIT_SUCCESS, "Displayed help\n");
1071 rte_exit(EXIT_FAILURE,
1072 "Command line is incomplete or incorrect\n");