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

2019-10-01 Thread Jerin Jacob
On Thu, Aug 22, 2019 at 2:18 AM 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

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

2019-09-29 Thread Pavan Nikhilesh Bhagavatula
>On 8/21/19 11:47 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 appl

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

2019-08-23 Thread Andrew Rybchenko
On 8/21/19 11:47 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 wa

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

2019-08-21 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