forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-dpdk: Check error for device info and link status queries.
Since DPDK v19.11, a couple of ethdev API have been reporting errors in case of invalid port id or other error conditions in drivers. So far, OVS did not check for those error cases. Starting v24.11 future release, the ethdev API warns for unchecked returned values, so let's prepare for this. Link: https://git.dpdk.org/dpdk/commit/?id=4f25d7d2252f Link: https://git.dpdk.org/dpdk/commit/?id=4633c3b2ebf2 Link: https://git.dpdk.org/dpdk/commit/?id=1ff8b9a6ef24 Signed-off-by: David Marchand <[email protected]>
- Loading branch information
1 parent
f524deb
commit 3afaa5f
Showing
1 changed file
with
63 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters