Re: [dpdk-dev] [PATCH v2 1/2] ethdev: add check for device promiscuous state

2019-10-22 Thread Ferruh Yigit
On 10/22/2019 8:03 AM, Andrew Rybchenko wrote: > On 10/21/19 3:22 PM, Ciara Power wrote: >> The promiscuous enable and disable functions now check the >> promiscuous state of the device before checking if the dev_ops >> function exists for the device. >> >> This change is necessary to allow sample

Re: [dpdk-dev] [PATCH v2 1/2] ethdev: add check for device promiscuous state

2019-10-22 Thread Andrew Rybchenko
On 10/21/19 3:22 PM, Ciara Power wrote: The promiscuous enable and disable functions now check the promiscuous state of the device before checking if the dev_ops function exists for the device. This change is necessary to allow sample applications run on virtual PMDs, as previously -ENOTSUP retu

Re: [dpdk-dev] [PATCH v2 1/2] ethdev: add check for device promiscuous state

2019-10-21 Thread Ferruh Yigit
On 10/21/2019 1:22 PM, Ciara Power wrote: > The promiscuous enable and disable functions now check the > promiscuous state of the device before checking if the dev_ops > function exists for the device. > > This change is necessary to allow sample applications run on > virtual PMDs, as previously -

[dpdk-dev] [PATCH v2 1/2] ethdev: add check for device promiscuous state

2019-10-21 Thread Ciara Power
The promiscuous enable and disable functions now check the promiscuous state of the device before checking if the dev_ops function exists for the device. This change is necessary to allow sample applications run on virtual PMDs, as previously -ENOTSUP returned when the promiscuous enable function