Re: [PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd-rx-metadata'

2022-10-04 Thread Andrew Rybchenko
On 9/1/22 11:03, Singh, Aman Deep wrote: On 8/2/2022 11:21 PM, Hanumanth Pothula wrote: 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, introducing command line argument, 'nic-to-pmd-rx-metadata'

Re: [PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd-rx-metadata'

2022-09-01 Thread Singh, Aman Deep
On 8/2/2022 11:21 PM, Hanumanth Pothula wrote: 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, introducing command line argument, 'nic-to-pmd-rx-metadata' to control passing rx metadata to PMD. By

RE: [PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd-rx-metadata'

2022-08-30 Thread Hanumanth Reddy Pothula
Ping > -Original Message- > From: Hanumanth Pothula > Sent: Tuesday, August 2, 2022 11:22 PM > To: Aman Singh ; Yuying Zhang > > Cc: dev@dpdk.org; Hanumanth Reddy Pothula > Subject: [PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd- > rx

[PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd-rx-metadata'

2022-08-02 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, introducing command line argument, 'nic-to-pmd-rx-metadata' to control passing rx metadata to PMD. By default it’s disabled. Signed-off-by: Hanumanth Po