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

2019-10-02 Thread Pavan Nikhilesh Bhagavatula
>On 10/2/19 4:37 PM, Andrew Rybchenko wrote: >> Hi, >> >> looks good, just few comments below. >> >> Many thanks for working on it, >> Andrew. >> Thank you for your patience. Pavan. >> On 10/2/19 6:47 AM, pbhagavat...@marvell.com wrote: >>> From: Pavan Nikhilesh >>> >>> Add `rte_eth_dev_set_su

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

2019-10-02 Thread Andrew Rybchenko
On 10/2/19 4:37 PM, Andrew Rybchenko wrote: Hi, looks good, just few comments below. Many thanks for working on it, Andrew. On 10/2/19 6:47 AM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Add `rte_eth_dev_set_supported_ptypes` function that will allow the application to inform the

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

2019-10-02 Thread Andrew Rybchenko
Hi, looks good, just few comments below. Many thanks for working on it, Andrew. On 10/2/19 6:47 AM, 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. Ba

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

2019-10-01 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