xen: core library changes
[dpdk.git] / app / test-pmd / parameters.c
1 /*-
2  *   BSD LICENSE
3  * 
4  *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
5  *   All rights reserved.
6  * 
7  *   Redistribution and use in source and binary forms, with or without
8  *   modification, are permitted provided that the following conditions
9  *   are met:
10  * 
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
16  *       distribution.
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.
20  * 
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.
32  */
33
34 #include <errno.h>
35 #include <getopt.h>
36 #include <stdarg.h>
37 #include <stdio.h>
38 #include <stdlib.h>
39 #include <signal.h>
40 #include <string.h>
41 #include <time.h>
42 #include <fcntl.h>
43 #include <sys/types.h>
44 #include <errno.h>
45
46 #include <sys/queue.h>
47 #include <sys/stat.h>
48
49 #include <stdint.h>
50 #include <unistd.h>
51 #include <inttypes.h>
52
53 #include <rte_common.h>
54 #include <rte_byteorder.h>
55 #include <rte_log.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>
62 #include <rte_eal.h>
63 #include <rte_per_lcore.h>
64 #include <rte_lcore.h>
65 #include <rte_atomic.h>
66 #include <rte_branch_prediction.h>
67 #include <rte_ring.h>
68 #include <rte_mempool.h>
69 #include <rte_interrupts.h>
70 #include <rte_pci.h>
71 #include <rte_ether.h>
72 #include <rte_ethdev.h>
73 #include <rte_string_fns.h>
74 #include <cmdline_parse.h>
75 #include <cmdline_parse_etheraddr.h>
76
77 #include "testpmd.h"
78
79 static void
80 usage(char* progname)
81 {
82         printf("usage: %s [--interactive|-i] [--help|-h] | ["
83                "--coremask=COREMASK --portmask=PORTMASK --numa "
84                "--mbuf-size= | --total-num-mbufs= | "
85                "--nb-cores= | --nb-ports= | "
86                "--eth-peers-configfile= | "
87                "--eth-peer=X,M:M:M:M:M:M | "
88                "--pkt-filter-mode= |"
89                "--rss-ip | --rss-udp | "
90                "--rxpt= | --rxht= | --rxwt= | --rxfreet= | "
91                "--txpt= | --txht= | --txwt= | --txfreet= | "
92                "--txrst= | --txqflags= ]\n",
93                progname);
94         printf("  --interactive: run in interactive mode.\n");
95         printf("  --help: display this message and quit.\n");
96         printf("  --nb-cores=N: set the number of forwarding cores "
97                "(1 <= N <= %d).\n", nb_lcores);
98         printf("  --nb-ports=N: set the number of forwarding ports "
99                "(1 <= N <= %d).\n", nb_ports);
100         printf("  --coremask=COREMASK: hexadecimal bitmask of cores running "
101                "the packet forwarding test. The master lcore is reserved for "
102                "command line parsing only, and cannot be masked on for "
103                "packet forwarding.\n");
104         printf("  --portmask=PORTMASK: hexadecimal bitmask of ports used "
105                "by the packet forwarding test.\n");
106         printf("  --numa: enable NUMA-aware allocation of RX/TX rings and of "
107                "RX memory buffers (mbufs).\n");
108         printf("  --port-numa-config=(port,socket)[,(port,socket)]: "
109                "specify the socket on which the memory pool "
110                "used by the port will be allocated.\n");
111         printf("  --ring-numa-config=(port,flag,socket)[,(port,flag,socket)]: "
112                "specify the socket on which the TX/RX rings for "
113                "the port will be allocated "
114                "(flag: 1 for RX; 2 for TX; 3 for RX and TX).\n");
115         printf("  --socket-num=N: set socket from which all memory is allocated "
116                "in NUMA mode.\n");
117         printf("  --mbuf-size=N: set the data size of mbuf to N bytes.\n");
118         printf("  --total-num-mbufs=N: set the number of mbufs to be allocated "
119                "in mbuf pools.\n");
120         printf("  --max-pkt-len=N: set the maximum size of packet to N bytes.\n");
121         printf("  --eth-peers-configfile=name: config file with ethernet addresses "
122                "of peer ports.\n");
123         printf("  --eth-peer=X,M:M:M:M:M:M: set the MAC address of the X peer "
124                "port (0 <= X < %d).\n", RTE_MAX_ETHPORTS);
125         printf("  --pkt-filter-mode=N: set Flow Director mode "
126                "(N: none (default mode) or signature or perfect).\n");
127         printf("  --pkt-filter-report-hash=N: set Flow Director report mode "
128                "(N: none  or match (default) or always).\n");
129         printf("  --pkt-filter-size=N: set Flow Director mode "
130                "(N: 64K (default mode) or 128K or 256K).\n");
131         printf("  --pkt-filter-flexbytes-offset=N: set flexbytes-offset. "
132                "The offset is defined in word units counted from the "
133                "first byte of the destination Ethernet MAC address. "
134                "0 <= N <= 32.\n");
135         printf("  --pkt-filter-drop-queue=N: set drop-queue. "
136                "In perfect mode, when you add a rule with queue = -1 "
137                "the packet will be enqueued into the rx drop-queue. "
138                "If the drop-queue doesn't exist, the packet is dropped. "
139                "By default drop-queue=127.\n");
140         printf("  --crc-strip: enable CRC stripping by hardware.\n");
141         printf("  --enable-rx-cksum: enable rx hardware checksum offload.\n");
142         printf("  --disable-hw-vlan: disable hardware vlan.\n");
143         printf("  --enable-drop-en: enable per queue packet drop.\n");
144         printf("  --disable-rss: disable rss.\n");
145         printf("  --port-topology=N: set port topology (N: paired (default) or "
146                "chained).\n");
147         printf("  --rss-ip: set RSS functions to IPv4/IPv6 only .\n");
148         printf("  --rss-udp: set RSS functions to IPv4/IPv6 + UDP.\n");
149         printf("  --rxq=N: set the number of RX queues per port to N.\n");
150         printf("  --rxd=N: set the number of descriptors in RX rings to N.\n");
151         printf("  --txq=N: set the number of TX queues per port to N.\n");
152         printf("  --txd=N: set the number of descriptors in TX rings to N.\n");
153         printf("  --burst=N: set the number of packets per burst to N.\n");
154         printf("  --mbcache=N: set the cache of mbuf memory pool to N.\n");
155         printf("  --rxpt=N: set prefetch threshold register of RX rings to N "
156                "(0 <= N <= 16).\n");
157         printf("  --rxht=N: set the host threshold register of RX rings to N "
158                "(0 <= N <= 16).\n");
159         printf("  --rxfreet=N: set the free threshold of RX descriptors to N "
160                "(0 <= N < value of rxd).\n");
161         printf("  --rxwt=N: set the write-back threshold register of RX rings "
162                "to N (0 <= N <= 16).\n");
163         printf("  --txpt=N: set the prefetch threshold register of TX rings "
164                "to N (0 <= N <= 16).\n");
165         printf("  --txht=N: set the nhost threshold register of TX rings to N "
166                "(0 <= N <= 16).\n");
167         printf("  --txwt=N: set the write-back threshold register of TX rings "
168                "to N (0 <= N <= 16).\n");
169         printf("  --txfreet=N: set the transmit free threshold of TX rings to N "
170                "(0 <= N <= value of txd).\n");
171         printf("  --txrst=N: set the transmit RS bit threshold of TX rings to N "
172                "(0 <= N <= value of txd).\n");
173         printf("  --txqflags=0xXXXXXXXX: hexadecimal bitmask of TX queue flags "
174                "(0 <= N <= 0x7FFFFFFF).\n");
175         printf("  --tx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
176                "tx queues statistics counters mapping "
177                "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
178         printf("  --rx-queue-stats-mapping=(port,queue,mapping)[,(port,queue,mapping]: "
179                "rx queues statistics counters mapping "
180                "(0 <= mapping <= %d).\n", RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
181         printf("  --no-flush-rx: Don't flush RX streams before forwarding."
182                " Used mainly with PCAP drivers.\n");
183 }
184
185 static int
186 init_peer_eth_addrs(char *config_filename)
187 {
188         FILE *config_file;
189         portid_t i;
190         char buf[50];
191
192         config_file = fopen(config_filename, "r");
193         if (config_file == NULL) {
194                 perror("Failed to open eth config file\n");
195                 return -1;
196         }
197
198         for (i = 0; i < RTE_MAX_ETHPORTS; i++) {
199
200                 if (fgets(buf, sizeof(buf), config_file) == NULL)
201                         break;
202
203                 if (cmdline_parse_etheraddr(NULL, buf, &peer_eth_addrs[i]) < 0 ){
204                         printf("Bad MAC address format on line %d\n", i+1);
205                         fclose(config_file);
206                         return -1;
207                 }
208         }
209         fclose(config_file);
210         nb_peer_eth_addrs = (portid_t) i;
211         return 0;
212 }
213
214 /*
215  * Parse the coremask given as argument (hexadecimal string) and set
216  * the global configuration of forwarding cores.
217  */
218 static void
219 parse_fwd_coremask(const char *coremask)
220 {
221         char *end;
222         unsigned long long int cm;
223
224         /* parse hexadecimal string */
225         end = NULL;
226         cm = strtoull(coremask, &end, 16);
227         if ((coremask[0] == '\0') || (end == NULL) || (*end != '\0'))
228                 rte_exit(EXIT_FAILURE, "Invalid fwd core mask\n");
229         else if (set_fwd_lcores_mask((uint64_t) cm) < 0)
230                 rte_exit(EXIT_FAILURE, "coremask is not valid\n");
231 }
232
233 /*
234  * Parse the coremask given as argument (hexadecimal string) and set
235  * the global configuration of forwarding cores.
236  */
237 static void
238 parse_fwd_portmask(const char *portmask)
239 {
240         char *end;
241         unsigned long long int pm;
242
243         /* parse hexadecimal string */
244         end = NULL;
245         pm = strtoull(portmask, &end, 16);
246         if ((portmask[0] == '\0') || (end == NULL) || (*end != '\0'))
247                 rte_exit(EXIT_FAILURE, "Invalid fwd port mask\n");
248         else
249                 set_fwd_ports_mask((uint64_t) pm);
250 }
251
252
253 static int
254 parse_queue_stats_mapping_config(const char *q_arg, int is_rx)
255 {
256         char s[256];
257         const char *p, *p0 = q_arg;
258         char *end;
259         enum fieldnames {
260                 FLD_PORT = 0,
261                 FLD_QUEUE,
262                 FLD_STATS_COUNTER,
263                 _NUM_FLD
264         };
265         unsigned long int_fld[_NUM_FLD];
266         char *str_fld[_NUM_FLD];
267         int i;
268         unsigned size;
269
270         /* reset from value set at definition */
271         is_rx ? (nb_rx_queue_stats_mappings = 0) : (nb_tx_queue_stats_mappings = 0);
272
273         while ((p = strchr(p0,'(')) != NULL) {
274                 ++p;
275                 if((p0 = strchr(p,')')) == NULL)
276                         return -1;
277
278                 size = p0 - p;
279                 if(size >= sizeof(s))
280                         return -1;
281
282                 rte_snprintf(s, sizeof(s), "%.*s", size, p);
283                 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
284                         return -1;
285                 for (i = 0; i < _NUM_FLD; i++){
286                         errno = 0;
287                         int_fld[i] = strtoul(str_fld[i], &end, 0);
288                         if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
289                                 return -1;
290                 }
291                 /* Check mapping field is in correct range (0..RTE_ETHDEV_QUEUE_STAT_CNTRS-1) */
292                 if (int_fld[FLD_STATS_COUNTER] >= RTE_ETHDEV_QUEUE_STAT_CNTRS) {
293                         printf("Stats counter not in the correct range 0..%d\n",
294                                         RTE_ETHDEV_QUEUE_STAT_CNTRS - 1);
295                         return -1;
296                 }
297
298                 if (is_rx ? (nb_rx_queue_stats_mappings >= MAX_RX_QUEUE_STATS_MAPPINGS) :
299                     (nb_tx_queue_stats_mappings >= MAX_TX_QUEUE_STATS_MAPPINGS)) {
300                         printf("exceeded max number of %s queue statistics mappings: %hu\n",
301                                is_rx ? "RX" : "TX",
302                                is_rx ? nb_rx_queue_stats_mappings : nb_tx_queue_stats_mappings);
303                         return -1;
304                 }
305                 if (!is_rx) {
306                         tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].port_id =
307                                 (uint8_t)int_fld[FLD_PORT];
308                         tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].queue_id =
309                                 (uint8_t)int_fld[FLD_QUEUE];
310                         tx_queue_stats_mappings_array[nb_tx_queue_stats_mappings].stats_counter_id =
311                                 (uint8_t)int_fld[FLD_STATS_COUNTER];
312                         ++nb_tx_queue_stats_mappings;
313                 }
314                 else {
315                         rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].port_id =
316                                 (uint8_t)int_fld[FLD_PORT];
317                         rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].queue_id =
318                                 (uint8_t)int_fld[FLD_QUEUE];
319                         rx_queue_stats_mappings_array[nb_rx_queue_stats_mappings].stats_counter_id =
320                                 (uint8_t)int_fld[FLD_STATS_COUNTER];
321                         ++nb_rx_queue_stats_mappings;
322                 }
323
324         }
325 /* Reassign the rx/tx_queue_stats_mappings pointer to point to this newly populated array rather */
326 /* than to the default array (that was set at its definition) */
327         is_rx ? (rx_queue_stats_mappings = rx_queue_stats_mappings_array) :
328                 (tx_queue_stats_mappings = tx_queue_stats_mappings_array);
329         return 0;
330 }
331
332 static int
333 parse_portnuma_config(const char *q_arg)
334 {
335         char s[256];
336         const char *p, *p0 = q_arg;
337         char *end;
338         uint8_t i,port_id,socket_id;
339         unsigned size;
340         enum fieldnames {
341                 FLD_PORT = 0,
342                 FLD_SOCKET,
343                 _NUM_FLD
344         };
345         unsigned long int_fld[_NUM_FLD];
346         char *str_fld[_NUM_FLD];        
347
348         /* reset from value set at definition */
349         while ((p = strchr(p0,'(')) != NULL) {
350                 ++p;
351                 if((p0 = strchr(p,')')) == NULL)
352                         return -1;
353
354                 size = p0 - p;
355                 if(size >= sizeof(s))
356                         return -1;
357
358                 rte_snprintf(s, sizeof(s), "%.*s", size, p);
359                 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
360                         return -1;
361                 for (i = 0; i < _NUM_FLD; i++) {
362                         errno = 0;
363                         int_fld[i] = strtoul(str_fld[i], &end, 0);
364                         if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
365                                 return -1;
366                 }
367                 port_id = (uint8_t)int_fld[FLD_PORT];
368                 if (port_id >= nb_ports) {
369                         printf("Invalid port, range is [0, %d]\n", nb_ports - 1);
370                         return -1;
371                 }
372                 socket_id = (uint8_t)int_fld[FLD_SOCKET];
373                 if(socket_id >= MAX_SOCKET) {
374                         printf("Invalid socket id, range is [0, %d]\n",
375                                  MAX_SOCKET - 1);
376                         return -1;
377                 }
378                 port_numa[port_id] = socket_id;
379         }
380
381         return 0;
382 }
383
384 static int
385 parse_ringnuma_config(const char *q_arg)
386 {
387         char s[256];
388         const char *p, *p0 = q_arg;
389         char *end;
390         uint8_t i,port_id,ring_flag,socket_id;
391         unsigned size;
392         enum fieldnames {
393                 FLD_PORT = 0,
394                 FLD_FLAG,
395                 FLD_SOCKET,
396                 _NUM_FLD
397         };
398         unsigned long int_fld[_NUM_FLD];
399         char *str_fld[_NUM_FLD];        
400         #define RX_RING_ONLY 0x1
401         #define TX_RING_ONLY 0x2
402         #define RXTX_RING    0x3
403
404         /* reset from value set at definition */
405         while ((p = strchr(p0,'(')) != NULL) {
406                 ++p;
407                 if((p0 = strchr(p,')')) == NULL)
408                         return -1;
409
410                 size = p0 - p;
411                 if(size >= sizeof(s))
412                         return -1;
413
414                 rte_snprintf(s, sizeof(s), "%.*s", size, p);
415                 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD)
416                         return -1;
417                 for (i = 0; i < _NUM_FLD; i++) {
418                         errno = 0;
419                         int_fld[i] = strtoul(str_fld[i], &end, 0);
420                         if (errno != 0 || end == str_fld[i] || int_fld[i] > 255)
421                                 return -1;
422                 }
423                 port_id = (uint8_t)int_fld[FLD_PORT];
424                 if (port_id >= nb_ports) {
425                         printf("Invalid port, range is [0, %d]\n", nb_ports - 1);
426                         return -1;
427                 }
428                 socket_id = (uint8_t)int_fld[FLD_SOCKET];
429                 if (socket_id >= MAX_SOCKET) {
430                         printf("Invalid socket id, range is [0, %d]\n",
431                                 MAX_SOCKET - 1);
432                         return -1;
433                 }
434                 ring_flag = (uint8_t)int_fld[FLD_FLAG];
435                 if ((ring_flag < RX_RING_ONLY) || (ring_flag > RXTX_RING)) {
436                         printf("Invalid ring-flag=%d config for port =%d\n",
437                                 ring_flag,port_id);
438                         return -1;
439                 }
440
441                 switch (ring_flag & RXTX_RING) {
442                 case RX_RING_ONLY:
443                         rxring_numa[port_id] = socket_id;
444                         break;
445                 case TX_RING_ONLY:
446                         txring_numa[port_id] = socket_id;
447                         break;
448                 case RXTX_RING:
449                         rxring_numa[port_id] = socket_id;
450                         txring_numa[port_id] = socket_id;
451                         break;
452                 default:
453                         printf("Invalid ring-flag=%d config for port=%d\n",
454                                 ring_flag,port_id);
455                         break;
456                 }
457         }       
458         
459         return 0;
460 }
461
462 void
463 launch_args_parse(int argc, char** argv)
464 {
465         int n, opt;
466         char **argvopt;
467         int opt_idx;
468         enum { TX, RX };
469
470         static struct option lgopts[] = {
471                 { "help",                       0, 0, 0 },
472                 { "interactive",                0, 0, 0 },
473                 { "eth-peers-configfile",       1, 0, 0 },
474                 { "eth-peer",                   1, 0, 0 },
475                 { "ports",                      1, 0, 0 },
476                 { "nb-cores",                   1, 0, 0 },
477                 { "nb-ports",                   1, 0, 0 },
478                 { "coremask",                   1, 0, 0 },
479                 { "portmask",                   1, 0, 0 },
480                 { "numa",                       0, 0, 0 },
481                 { "mp-anon",                    0, 0, 0 },
482                 { "port-numa-config",           1, 0, 0 },
483                 { "ring-numa-config",           1, 0, 0 },
484                 { "socket-num",                 1, 0, 0 },      
485                 { "mbuf-size",                  1, 0, 0 },
486                 { "total-num-mbufs",            1, 0, 0 },
487                 { "max-pkt-len",                1, 0, 0 },
488                 { "pkt-filter-mode",            1, 0, 0 },
489                 { "pkt-filter-report-hash",     1, 0, 0 },
490                 { "pkt-filter-size",            1, 0, 0 },
491                 { "pkt-filter-flexbytes-offset",1, 0, 0 },
492                 { "pkt-filter-drop-queue",      1, 0, 0 },
493                 { "crc-strip",                  0, 0, 0 },
494                 { "enable-rx-cksum",            0, 0, 0 },
495                 { "disable-hw-vlan",            0, 0, 0 },
496                 { "enable-drop-en",            0, 0, 0 },
497                 { "disable-rss",                0, 0, 0 },
498                 { "port-topology",              1, 0, 0 },
499                 { "rss-ip",                     0, 0, 0 },
500                 { "rss-udp",                    0, 0, 0 },
501                 { "rxq",                        1, 0, 0 },
502                 { "txq",                        1, 0, 0 },
503                 { "rxd",                        1, 0, 0 },
504                 { "txd",                        1, 0, 0 },
505                 { "burst",                      1, 0, 0 },
506                 { "mbcache",                    1, 0, 0 },
507                 { "txpt",                       1, 0, 0 },
508                 { "txht",                       1, 0, 0 },
509                 { "txwt",                       1, 0, 0 },
510                 { "txfreet",                    1, 0, 0 },
511                 { "txrst",                      1, 0, 0 },
512                 { "txqflags",                   1, 0, 0 },
513                 { "rxpt",                       1, 0, 0 },
514                 { "rxht",                       1, 0, 0 },
515                 { "rxwt",                       1, 0, 0 },
516                 { "rxfreet",                    1, 0, 0 },
517                 { "tx-queue-stats-mapping",     1, 0, 0 },
518                 { "rx-queue-stats-mapping",     1, 0, 0 },
519                 { "no-flush-rx",        0, 0, 0 },
520                 { 0, 0, 0, 0 },
521         };
522
523         argvopt = argv;
524
525         while ((opt = getopt_long(argc, argvopt, "ih",
526                                  lgopts, &opt_idx)) != EOF) {
527                 switch (opt) {
528                 case 'i':
529                         printf("Interactive-mode selected\n");
530                         interactive = 1;
531                         break;
532                 case 0: /*long options */
533                         if (!strcmp(lgopts[opt_idx].name, "help")) {
534                                 usage(argv[0]);
535                                 rte_exit(EXIT_SUCCESS, "Displayed help\n");
536                         }
537                         if (!strcmp(lgopts[opt_idx].name, "interactive")) {
538                                 printf("Interactive-mode selected\n");
539                                 interactive = 1;
540                         }
541                         if (!strcmp(lgopts[opt_idx].name,
542                                     "eth-peers-configfile")) {
543                                 if (init_peer_eth_addrs(optarg) != 0)
544                                         rte_exit(EXIT_FAILURE,
545                                                  "Cannot open logfile\n");
546                         }
547                         if (!strcmp(lgopts[opt_idx].name, "eth-peer")) {
548                                 char *port_end;
549                                 uint8_t c, peer_addr[6];
550
551                                 errno = 0;
552                                 n = strtoul(optarg, &port_end, 10);
553                                 if (errno != 0 || port_end == optarg || *port_end++ != ',')
554                                         rte_exit(EXIT_FAILURE,
555                                                  "Invalid eth-peer: %s", optarg);
556                                 if (n >= RTE_MAX_ETHPORTS)
557                                         rte_exit(EXIT_FAILURE,
558                                                  "eth-peer: port %d >= RTE_MAX_ETHPORTS(%d)\n",
559                                                  n, RTE_MAX_ETHPORTS);
560
561                                 if (cmdline_parse_etheraddr(NULL, port_end, &peer_addr) < 0 )
562                                         rte_exit(EXIT_FAILURE,
563                                                  "Invalid ethernet address: %s\n",
564                                                  port_end);
565                                 for (c = 0; c < 6; c++)
566                                         peer_eth_addrs[n].addr_bytes[c] =
567                                                 peer_addr[c];
568                                 nb_peer_eth_addrs++;
569                         }
570                         if (!strcmp(lgopts[opt_idx].name, "nb-ports")) {
571                                 n = atoi(optarg);
572                                 if (n > 0 && n <= nb_ports)
573                                         nb_fwd_ports = (uint8_t) n;
574                                 else
575                                         rte_exit(EXIT_FAILURE,
576                                                  "nb-ports should be > 0 and <= %d\n",
577                                                  nb_ports);
578                         }
579                         if (!strcmp(lgopts[opt_idx].name, "nb-cores")) {
580                                 n = atoi(optarg);
581                                 if (n > 0 && n <= nb_lcores)
582                                         nb_fwd_lcores = (uint8_t) n;
583                                 else
584                                         rte_exit(EXIT_FAILURE,
585                                                  "nb-cores should be > 0 and <= %d\n",
586                                                  nb_lcores);
587                         }
588                         if (!strcmp(lgopts[opt_idx].name, "coremask"))
589                                 parse_fwd_coremask(optarg);
590                         if (!strcmp(lgopts[opt_idx].name, "portmask"))
591                                 parse_fwd_portmask(optarg);
592                         if (!strcmp(lgopts[opt_idx].name, "numa")) {
593                                 numa_support = 1;
594                                 memset(port_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
595                                 memset(rxring_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
596                                 memset(txring_numa,NUMA_NO_CONFIG,RTE_MAX_ETHPORTS);
597                         }
598                         if (!strcmp(lgopts[opt_idx].name, "mp-anon")) {
599                                 mp_anon = 1;
600                         }
601                         if (!strcmp(lgopts[opt_idx].name, "port-numa-config")) {
602                                 if (parse_portnuma_config(optarg))
603                                         rte_exit(EXIT_FAILURE,
604                                            "invalid port-numa configuration\n");
605                         }
606                         if (!strcmp(lgopts[opt_idx].name, "ring-numa-config"))
607                                 if (parse_ringnuma_config(optarg))
608                                         rte_exit(EXIT_FAILURE,
609                                            "invalid ring-numa configuration\n");
610                         if (!strcmp(lgopts[opt_idx].name, "socket-num")) {
611                                 n = atoi(optarg);
612                                 if(n < MAX_SOCKET)
613                                         socket_num = (uint8_t)n;
614                                 else
615                                         rte_exit(EXIT_FAILURE,
616                                                 "The socket number should be < %d\n",
617                                                 MAX_SOCKET);
618                         }
619                         if (!strcmp(lgopts[opt_idx].name, "mbuf-size")) {
620                                 n = atoi(optarg);
621                                 if (n > 0 && n <= 0xFFFF)
622                                         mbuf_data_size = (uint16_t) n;
623                                 else
624                                         rte_exit(EXIT_FAILURE,
625                                                  "mbuf-size should be > 0 and < 65536\n");
626                         }
627                         if (!strcmp(lgopts[opt_idx].name, "total-num-mbufs")) {
628                                 n = atoi(optarg);
629                                 if (n > 1024)
630                                         param_total_num_mbufs = (unsigned)n;
631                                 else
632                                         rte_exit(EXIT_FAILURE,
633                                                  "total-num-mbufs should be > 1024\n");
634                         }
635                         if (!strcmp(lgopts[opt_idx].name, "max-pkt-len")) {
636                                 n = atoi(optarg);
637                                 if (n >= ETHER_MIN_LEN) {
638                                         rx_mode.max_rx_pkt_len = (uint32_t) n;
639                                         if (n > ETHER_MAX_LEN)
640                                             rx_mode.jumbo_frame = 1;
641                                 } else
642                                         rte_exit(EXIT_FAILURE,
643                                                  "Invalid max-pkt-len=%d - should be > %d\n",
644                                                  n, ETHER_MIN_LEN);
645                         }
646                         if (!strcmp(lgopts[opt_idx].name, "pkt-filter-mode")) {
647                                 if (!strcmp(optarg, "signature"))
648                                         fdir_conf.mode =
649                                                 RTE_FDIR_MODE_SIGNATURE;
650                                 else if (!strcmp(optarg, "perfect"))
651                                         fdir_conf.mode = RTE_FDIR_MODE_PERFECT;
652                                 else if (!strcmp(optarg, "none"))
653                                         fdir_conf.mode = RTE_FDIR_MODE_NONE;
654                                 else
655                                         rte_exit(EXIT_FAILURE,
656                                                  "pkt-mode-invalid %s invalid - must be: "
657                                                  "none, signature or perfect\n",
658                                                  optarg);
659                         }
660                         if (!strcmp(lgopts[opt_idx].name,
661                                     "pkt-filter-report-hash")) {
662                                 if (!strcmp(optarg, "none"))
663                                         fdir_conf.status =
664                                                 RTE_FDIR_NO_REPORT_STATUS;
665                                 else if (!strcmp(optarg, "match"))
666                                         fdir_conf.status =
667                                                 RTE_FDIR_REPORT_STATUS;
668                                 else if (!strcmp(optarg, "always"))
669                                         fdir_conf.status =
670                                                 RTE_FDIR_REPORT_STATUS_ALWAYS;
671                                 else
672                                         rte_exit(EXIT_FAILURE,
673                                                  "pkt-filter-report-hash %s invalid "
674                                                  "- must be: none or match or always\n",
675                                                  optarg);
676                         }
677                         if (!strcmp(lgopts[opt_idx].name, "pkt-filter-size")) {
678                                 if (!strcmp(optarg, "64K"))
679                                         fdir_conf.pballoc =
680                                                 RTE_FDIR_PBALLOC_64K;
681                                 else if (!strcmp(optarg, "128K"))
682                                         fdir_conf.pballoc =
683                                                 RTE_FDIR_PBALLOC_128K;
684                                 else if (!strcmp(optarg, "256K"))
685                                         fdir_conf.pballoc =
686                                                 RTE_FDIR_PBALLOC_256K;
687                                 else
688                                         rte_exit(EXIT_FAILURE, "pkt-filter-size %s invalid -"
689                                                  " must be: 64K or 128K or 256K\n",
690                                                  optarg);
691                         }
692                         if (!strcmp(lgopts[opt_idx].name,
693                                     "pkt-filter-flexbytes-offset")) {
694                                 n = atoi(optarg);
695                                 if ( n >= 0 && n <= (int) 32)
696                                         fdir_conf.flexbytes_offset =
697                                                 (uint8_t) n;
698                                 else
699                                         rte_exit(EXIT_FAILURE,
700                                                  "flexbytes %d invalid - must"
701                                                  "be  >= 0 && <= 32\n", n);
702                         }
703                         if (!strcmp(lgopts[opt_idx].name,
704                                     "pkt-filter-drop-queue")) {
705                                 n = atoi(optarg);
706                                 if (n >= 0)
707                                         fdir_conf.drop_queue = (uint8_t) n;
708                                 else
709                                         rte_exit(EXIT_FAILURE,
710                                                  "drop queue %d invalid - must"
711                                                  "be >= 0 \n", n);
712                         }
713                         if (!strcmp(lgopts[opt_idx].name, "crc-strip"))
714                                 rx_mode.hw_strip_crc = 1;
715                         if (!strcmp(lgopts[opt_idx].name, "enable-rx-cksum"))
716                                 rx_mode.hw_ip_checksum = 1;
717
718                         if (!strcmp(lgopts[opt_idx].name, "disable-hw-vlan")) {
719                                 rx_mode.hw_vlan_filter = 0;
720                                 rx_mode.hw_vlan_strip  = 0;
721                                 rx_mode.hw_vlan_extend = 0;
722                         }
723
724                         if (!strcmp(lgopts[opt_idx].name, "enable-drop-en"))
725                                 rx_drop_en = 1;
726
727                         if (!strcmp(lgopts[opt_idx].name, "disable-rss"))
728                                 rss_hf = 0;
729                         if (!strcmp(lgopts[opt_idx].name, "port-topology")) {
730                                 if (!strcmp(optarg, "paired"))
731                                         port_topology = PORT_TOPOLOGY_PAIRED;
732                                 else if (!strcmp(optarg, "chained"))
733                                         port_topology = PORT_TOPOLOGY_CHAINED;
734                                 else
735                                         rte_exit(EXIT_FAILURE, "port-topology %s invalid -"
736                                                  " must be: paired or chained \n",
737                                                  optarg);
738                         }
739                         if (!strcmp(lgopts[opt_idx].name, "rss-ip"))
740                                 rss_hf = ETH_RSS_IPV4 | ETH_RSS_IPV6;
741                         if (!strcmp(lgopts[opt_idx].name, "rss-udp"))
742                                 rss_hf = ETH_RSS_IPV4 |
743                                                 ETH_RSS_IPV6 | ETH_RSS_IPV4_UDP;
744                         if (!strcmp(lgopts[opt_idx].name, "rxq")) {
745                                 n = atoi(optarg);
746                                 if (n >= 1 && n <= (int) MAX_QUEUE_ID)
747                                         nb_rxq = (queueid_t) n;
748                                 else
749                                         rte_exit(EXIT_FAILURE, "rxq %d invalid - must be"
750                                                   " >= 1 && <= %d\n", n,
751                                                   (int) MAX_QUEUE_ID);
752                         }
753                         if (!strcmp(lgopts[opt_idx].name, "txq")) {
754                                 n = atoi(optarg);
755                                 if (n >= 1 && n <= (int) MAX_QUEUE_ID)
756                                         nb_txq = (queueid_t) n;
757                                 else
758                                         rte_exit(EXIT_FAILURE, "txq %d invalid - must be"
759                                                   " >= 1 && <= %d\n", n,
760                                                   (int) MAX_QUEUE_ID);
761                         }
762                         if (!strcmp(lgopts[opt_idx].name, "rxd")) {
763                                 n = atoi(optarg);
764                                 if (n > 0)
765                                         nb_rxd = (uint16_t) n;
766                                 else
767                                         rte_exit(EXIT_FAILURE, "rxd must be > 0\n");
768                         }
769                         if (!strcmp(lgopts[opt_idx].name, "txd")) {
770                                 n = atoi(optarg);
771                                 if (n > 0)
772                                         nb_txd = (uint16_t) n;
773                                 else
774                                         rte_exit(EXIT_FAILURE, "txd must be in > 0\n");
775                         }
776                         if (!strcmp(lgopts[opt_idx].name, "burst")) {
777                                 n = atoi(optarg);
778                                 if ((n >= 1) && (n <= MAX_PKT_BURST))
779                                         nb_pkt_per_burst = (uint16_t) n;
780                                 else
781                                         rte_exit(EXIT_FAILURE,
782                                                  "burst must >= 1 and <= %d]",
783                                                  MAX_PKT_BURST);
784                         }
785                         if (!strcmp(lgopts[opt_idx].name, "mbcache")) {
786                                 n = atoi(optarg);
787                                 if ((n >= 0) &&
788                                     (n <= RTE_MEMPOOL_CACHE_MAX_SIZE))
789                                         mb_mempool_cache = (uint16_t) n;
790                                 else
791                                         rte_exit(EXIT_FAILURE,
792                                                  "mbcache must be >= 0 and <= %d\n",
793                                                  RTE_MEMPOOL_CACHE_MAX_SIZE);
794                         }
795                         if (!strcmp(lgopts[opt_idx].name, "txpt")) {
796                                 n = atoi(optarg);
797                                 if (n >= 0)
798                                         tx_thresh.pthresh = (uint8_t)n;
799                                 else
800                                         rte_exit(EXIT_FAILURE, "txpt must be >= 0\n");
801                         }
802                         if (!strcmp(lgopts[opt_idx].name, "txht")) {
803                                 n = atoi(optarg);
804                                 if (n >= 0)
805                                         tx_thresh.hthresh = (uint8_t)n;
806                                 else
807                                         rte_exit(EXIT_FAILURE, "txht must be >= 0\n");
808                         }
809                         if (!strcmp(lgopts[opt_idx].name, "txwt")) {
810                                 n = atoi(optarg);
811                                 if (n >= 0)
812                                         tx_thresh.wthresh = (uint8_t)n;
813                                 else
814                                         rte_exit(EXIT_FAILURE, "txwt must be >= 0\n");
815                         }
816                         if (!strcmp(lgopts[opt_idx].name, "txfreet")) {
817                                 n = atoi(optarg);
818                                 if (n >= 0)
819                                         tx_free_thresh = (uint16_t)n;
820                                 else
821                                         rte_exit(EXIT_FAILURE, "txfreet must be >= 0\n");
822                         }
823                         if (!strcmp(lgopts[opt_idx].name, "txrst")) {
824                                 n = atoi(optarg);
825                                 if (n >= 0)
826                                         tx_rs_thresh = (uint16_t)n;
827                                 else
828                                         rte_exit(EXIT_FAILURE, "txrst must be >= 0\n");
829                         }
830                         if (!strcmp(lgopts[opt_idx].name, "txqflags")) {
831                                 char *end = NULL;
832                                 n = strtoul(optarg, &end, 16);
833                                 if (n >= 0)
834                                         txq_flags = (uint32_t)n;
835                                 else
836                                         rte_exit(EXIT_FAILURE,
837                                                  "txqflags must be >= 0\n");
838                         }
839                         if (!strcmp(lgopts[opt_idx].name, "rxpt")) {
840                                 n = atoi(optarg);
841                                 if (n >= 0)
842                                         rx_thresh.pthresh = (uint8_t)n;
843                                 else
844                                         rte_exit(EXIT_FAILURE, "rxpt must be >= 0\n");
845                         }
846                         if (!strcmp(lgopts[opt_idx].name, "rxht")) {
847                                 n = atoi(optarg);
848                                 if (n >= 0)
849                                         rx_thresh.hthresh = (uint8_t)n;
850                                 else
851                                         rte_exit(EXIT_FAILURE, "rxht must be >= 0\n");
852                         }
853                         if (!strcmp(lgopts[opt_idx].name, "rxwt")) {
854                                 n = atoi(optarg);
855                                 if (n >= 0)
856                                         rx_thresh.wthresh = (uint8_t)n;
857                                 else
858                                         rte_exit(EXIT_FAILURE, "rxwt must be >= 0\n");
859                         }
860                         if (!strcmp(lgopts[opt_idx].name, "rxd")) {
861                                 n = atoi(optarg);
862                                 if (n > 0) {
863                                         if (rx_free_thresh >= n)
864                                                 rte_exit(EXIT_FAILURE,
865                                                          "rxd must be > "
866                                                          "rx_free_thresh(%d)\n",
867                                                          (int)rx_free_thresh);
868                                         else
869                                                 nb_rxd = (uint16_t) n;
870                                 } else
871                                         rte_exit(EXIT_FAILURE,
872                                                  "rxd(%d) invalid - must be > 0\n",
873                                                  n);
874                         }
875                         if (!strcmp(lgopts[opt_idx].name, "txd")) {
876                                 n = atoi(optarg);
877                                 if (n > 0)
878                                         nb_txd = (uint16_t) n;
879                                 else
880                                         rte_exit(EXIT_FAILURE, "txd must be in > 0\n");
881                         }
882                         if (!strcmp(lgopts[opt_idx].name, "txpt")) {
883                                 n = atoi(optarg);
884                                 if (n >= 0)
885                                         tx_thresh.pthresh = (uint8_t)n;
886                                 else
887                                         rte_exit(EXIT_FAILURE, "txpt must be >= 0\n");
888                         }
889                         if (!strcmp(lgopts[opt_idx].name, "txht")) {
890                                 n = atoi(optarg);
891                                 if (n >= 0)
892                                         tx_thresh.hthresh = (uint8_t)n;
893                                 else
894                                         rte_exit(EXIT_FAILURE, "txht must be >= 0\n");
895                         }
896                         if (!strcmp(lgopts[opt_idx].name, "txwt")) {
897                                 n = atoi(optarg);
898                                 if (n >= 0)
899                                         tx_thresh.wthresh = (uint8_t)n;
900                                 else
901                                         rte_exit(EXIT_FAILURE, "txwt must be >= 0\n");
902                         }
903                         if (!strcmp(lgopts[opt_idx].name, "rxpt")) {
904                                 n = atoi(optarg);
905                                 if (n >= 0)
906                                         rx_thresh.pthresh = (uint8_t)n;
907                                 else
908                                         rte_exit(EXIT_FAILURE, "rxpt must be >= 0\n");
909                         }
910                         if (!strcmp(lgopts[opt_idx].name, "rxht")) {
911                                 n = atoi(optarg);
912                                 if (n >= 0)
913                                         rx_thresh.hthresh = (uint8_t)n;
914                                 else
915                                         rte_exit(EXIT_FAILURE, "rxht must be >= 0\n");
916                         }
917                         if (!strcmp(lgopts[opt_idx].name, "rxwt")) {
918                                 n = atoi(optarg);
919                                 if (n >= 0)
920                                         rx_thresh.wthresh = (uint8_t)n;
921                                 else
922                                         rte_exit(EXIT_FAILURE, "rxwt must be >= 0\n");
923                         }
924                         if (!strcmp(lgopts[opt_idx].name, "rxfreet")) {
925                                 n = atoi(optarg);
926                                 if (n >= 0)
927                                         rx_free_thresh = (uint16_t)n;
928                                 else
929                                         rte_exit(EXIT_FAILURE, "rxfreet must be >= 0\n");
930                         }
931                         if (!strcmp(lgopts[opt_idx].name, "tx-queue-stats-mapping")) {
932                                 if (parse_queue_stats_mapping_config(optarg, TX)) {
933                                         rte_exit(EXIT_FAILURE,
934                                                  "invalid TX queue statistics mapping config entered\n");
935                                 }
936                         }
937                         if (!strcmp(lgopts[opt_idx].name, "rx-queue-stats-mapping")) {
938                                 if (parse_queue_stats_mapping_config(optarg, RX)) {
939                                         rte_exit(EXIT_FAILURE,
940                                                  "invalid RX queue statistics mapping config entered\n");
941                                 }
942                         }
943                         if (!strcmp(lgopts[opt_idx].name, "no-flush-rx"))
944                                 no_flush_rx = 1;
945
946                         break;
947                 case 'h':
948                         usage(argv[0]);
949                         rte_exit(EXIT_SUCCESS, "Displayed help\n");
950                         break;
951                 default:
952                         usage(argv[0]);
953                         rte_exit(EXIT_FAILURE,
954                                  "Command line is incomplete or incorrect\n");
955                         break;
956                 }
957         }
958 }