Re: [PATCH v4 2/2] app/testpmd: add command to process Rx metadata negotiation

2022-12-20 Thread Stephen Hemminger
On Wed, 21 Dec 2022 01:32:50 +0530 Hanumanth Pothula wrote: > @@ -12851,6 +12908,7 @@ static cmdline_parse_ctx_t builtin_ctx[] = { > (cmdline_parse_inst_t *)&cmd_show_capability, > (cmdline_parse_inst_t *)&cmd_set_flex_is_pattern, > (cmdline_parse_inst_t *)&cmd_set_flex_spec_pat

[PATCH v4 2/2] app/testpmd: add command to process Rx metadata negotiation

2022-12-20 Thread Hanumanth Pothula
Presently, Rx metadata is sent to PMD by default, leading to a performance drop as processing for the same in Rx path takes extra cycles. Hence, add new testpmd command, 'enable port nic_to_pmd_rx_metadata' This command helps in sending Rx metadata to PMD and thereby Rx metadata flow command r