Re: [dpdk-dev] [PATCH v10 1/7] ethdev: add set ptype function

2019-10-10 Thread Pavan Nikhilesh Bhagavatula
>On 10/9/19 6:33 PM, pbhagavat...@marvell.com wrote: >> From: Pavan Nikhilesh >> >> Add `rte_eth_dev_set_supported_ptypes` function that will allow the >> application to inform the PMD the packet types it is interested in. >> Based on the ptypes set PMDs can optimize their Rx path. >> >> -If appli

Re: [dpdk-dev] [PATCH v10 1/7] ethdev: add set ptype function

2019-10-10 Thread Andrew Rybchenko
On 10/9/19 6:33 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Add `rte_eth_dev_set_supported_ptypes` function that will allow the application to inform the PMD the packet types it is interested in. Based on the ptypes set PMDs can optimize their Rx path. -If application doesn’t wan

[dpdk-dev] [PATCH v10 1/7] ethdev: add set ptype function

2019-10-09 Thread pbhagavatula
From: Pavan Nikhilesh Add `rte_eth_dev_set_supported_ptypes` function that will allow the application to inform the PMD the packet types it is interested in. Based on the ptypes set PMDs can optimize their Rx path. -If application doesn’t want any ptype information it can call `rte_eth_dev_set_s