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

2019-08-16 Thread Andrew Rybchenko
The patch should add item in release notes (as well as all other subsequent patches which add more features). On 8/16/19 8:55 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 t

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

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