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

2019-10-01 Thread Andrew Rybchenko
Subject: [EXT] Re: [dpdk-dev] [PATCH v4 1/7] ethdev: add set ptype function On 10/1/19 9:34 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. Based on the

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

2019-10-01 Thread Pavan Nikhilesh Bhagavatula
>-Original Message- >From: Andrew Rybchenko >Sent: Tuesday, October 1, 2019 12:34 PM >To: Pavan Nikhilesh Bhagavatula ; Jerin >Jacob Kollanukkaran ; John McNamara >; Marko Kovacevic >; Thomas Monjalon >; Ferruh Yigit >Cc: dev@dpdk.org >Subject: [EXT

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

2019-10-01 Thread Andrew Rybchenko
On 10/1/19 9:34 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. Based on the ptypes set PMDs can optimize their Rx path. -If application doesn’t wan

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

2019-09-30 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