Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-offload-dpdk: Fix crash in debug log.
The offload thread calling ufid_to_rte_flow_disassociate() may be the last one holding a reference on the netdev and physdev. So displaying information about them might trigger a crash when removing a physical port. Fixes: faf71e4 ("netdev-dpdk: Print port name in offload API messages.") Acked-by: Mike Pattrick <[email protected]> Signed-off-by: David Marchand <[email protected]> Signed-off-by: Ilya Maximets <[email protected]>
- Loading branch information