[ovs-dev] [PATCH] dpif-netdev: Fix crash when PACKET_OUT is metered

Ilya Maximets i.maximets at ovn.org
Wed Jun 16 20:05:27 UTC 2021


On 6/16/21 2:04 AM, Tony van der Peet wrote:
> From: Tony van der Peet <tony.vanderpeet at gmail.com>
> 
> When a PACKET_OUT has output port of OFPP_TABLE, and the rule
> table includes a meter and this causes the packet to be deleted,
> stop the packet from being deleted twice by cloning it and setting
> it up to be stolen in execution.
> 
> Add a test to verify this condition.
> 
> Signed-off-by: Tony van der Peet <tony.vanderpeet at gmail.com>

Thanks for the patch!  OVS seems to work fine with this change,
but for some reason several OVN unit tests are failing if it
uses OVS with this change applied.

Trying to figure out why...

Best regards, Ilya Maximets.


More information about the dev mailing list