Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qos_conf can be NULL. This can be easily reproduced by setting egress QoS on a port: ``` ovs-vsctl set port dpdk2 qos=@newqos -- --id=@newqos create qos type=egress-policer other-config:cir=46000000 other-config:cbs=2048 ``` Reported-by: Ian Stokes <[email protected]> Fixes: 78bd47c ("netdev-dpdk: Use RCU for egress QoS.") Signed-off-by: Daniele Di Proietto <[email protected]> Tested-by: Ian Stokes <[email protected]> Acked-by: Ian Stokes <[email protected]>
- Loading branch information