Searched refs:parse_item_list (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test-pmd/ |
| H A D | parameters.c | 927 nb_segs = parse_item_list(optarg, "mbuf-size", in launch_args_parse() 1318 nb_offs = parse_item_list in launch_args_parse() 1331 nb_segs = parse_item_list in launch_args_parse() 1344 nb_segs = parse_item_list(optarg, "txpkt segments", in launch_args_parse()
|
| H A D | testpmd.h | 864 unsigned int parse_item_list(const char *str, const char *item_name,
|
| H A D | cmdline.c | 3619 parse_item_list(const char *str, const char *item_name, unsigned int max_items, in parse_item_list() function 3707 nb_item = parse_item_list(res->list_of_items, "core", in cmd_set_list_parsed() 3717 nb_item = parse_item_list(res->list_of_items, "port", in cmd_set_list_parsed() 3909 nb_segs = parse_item_list(res->seg_offsets, "segment offsets", in cmd_set_rxoffs_parsed() 3956 nb_segs = parse_item_list(res->seg_lengths, "segment lengths", in cmd_set_rxpkts_parsed() 4003 nb_segs = parse_item_list(res->seg_lengths, "segment lengths", in cmd_set_txpkts_parsed() 4090 n_times = parse_item_list(res->tx_times, "tx times", in cmd_set_txtimes_parsed() 15606 nb_item = parse_item_list(res->pctype_list, "pctypes", in cmd_pctype_mapping_update_parsed()
|