Re: [dpdk-dev] [PATCH 1/1] ethdev: don't consider device state when validating flows

2017-04-06 Thread Thomas Monjalon
Ping, any progress on this patch? 2017-03-23 19:36, John Daley: > PMDs only consider if a flow would be accepted or not the assuming the > device had all it's resources available to it. Since state is not > considered, -EEXIST and -EBUSY return codes no longer make sense and > are removed. Also c

[dpdk-dev] [PATCH 1/1] ethdev: don't consider device state when validating flows

2017-03-23 Thread John Daley
PMDs only consider if a flow would be accepted or not the assuming the device had all it's resources available to it. Since state is not considered, -EEXIST and -EBUSY return codes no longer make sense and are removed. Also clarify the -ENOMEM has nothig to do with device resouces, only host resour