[dpdk-dev] [PATCH v2 1/2] ethdev: add check for device promiscuous state
Ferruh Yigit
ferruh.yigit at intel.com
Tue Oct 22 10:18:54 CEST 2019
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 applications run on
>> virtual PMDs, as previously -ENOTSUP returned when the promiscuous
>> enable function was called. This caused the sample application to
>> fail unnecessarily.
>>
>> Signed-off-by: Ciara Power <ciara.power at intel.com>
>
> Many thanks,
> Reviewed-by: Andrew Rybchenko <arybchenko at solarflare.com>
>
Series applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list