Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-08 Thread Andrew Rybchenko
On 11/8/19 2:05 PM, Ferruh Yigit wrote: > On 11/8/2019 10:24 AM, Andrew Rybchenko wrote: >> On 11/8/19 12:52 PM, Ferruh Yigit wrote: >>> On 11/8/2019 9:05 AM, Andrew Rybchenko wrote: On 11/7/19 9:28 PM, Ferruh Yigit wrote: > On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: >> From

Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-08 Thread Ferruh Yigit
On 11/8/2019 10:24 AM, Andrew Rybchenko wrote: > On 11/8/19 12:52 PM, Ferruh Yigit wrote: >> On 11/8/2019 9:05 AM, Andrew Rybchenko wrote: >>> On 11/7/19 9:28 PM, Ferruh Yigit wrote: On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Add `rte_eth_dev

Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-08 Thread Andrew Rybchenko
On 11/8/19 12:52 PM, Ferruh Yigit wrote: > On 11/8/2019 9:05 AM, Andrew Rybchenko wrote: >> On 11/7/19 9:28 PM, Ferruh Yigit wrote: >>> On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh Add `rte_eth_dev_set_ptypes` function that will allow the application >

Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-08 Thread Ferruh Yigit
On 11/8/2019 9:05 AM, Andrew Rybchenko wrote: > On 11/7/19 9:28 PM, Ferruh Yigit wrote: >> On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: >>> From: Pavan Nikhilesh >>> >>> Add `rte_eth_dev_set_ptypes` function that will allow the application >>> to inform the PMD about reduced range of pack

Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-08 Thread Andrew Rybchenko
On 11/7/19 9:28 PM, Ferruh Yigit wrote: > On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: >> From: Pavan Nikhilesh >> >> Add `rte_eth_dev_set_ptypes` function that will allow the application >> to inform the PMD about reduced range of packet types to handle. >> Based on the ptypes set PMDs c

Re: [dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-07 Thread Ferruh Yigit
On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Add `rte_eth_dev_set_ptypes` function that will allow the application > to inform the PMD about reduced range of packet types to handle. > Based on the ptypes set PMDs can optimize their Rx path. > > -If applicatio

[dpdk-dev] [PATCH v16 1/8] ethdev: add set ptype function

2019-11-06 Thread pbhagavatula
From: Pavan Nikhilesh Add `rte_eth_dev_set_ptypes` function that will allow the application to inform the PMD about reduced range of packet types to handle. 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_pt