On 23 Oct 2023, at 10:18, David Marchand wrote:

> Those tests are subject to a race when a testpmd hosting the vhost-user
> server is stopped and OVS has enough time to detect the vhost-user socket
> drop and tries to reconnect to this socket.
>
> In such a situation, the tests can fail as the OVS process with the
> vhost-user client port complains with a warning log:
>
> 2023-09-08T13:15:18.160Z|00163|dpdk|INFO|VHOST_CONFIG:
>       (.../005/dpdkvhostclient0) vhost peer closed
> 2023-09-08T13:15:18.160Z|00164|netdev_dpdk|INFO|vHost Device
>       '.../005/dpdkvhostclient0' connection has been destroyed
> 2023-09-08T13:15:18.160Z|00165|dpdk|INFO|VHOST_CONFIG:
>       (.../005/dpdkvhostclient0) vhost-user client: socket created, fd: 24
> 2023-09-08T13:15:18.160Z|00166|dpdk|WARN|VHOST_CONFIG:
>       (.../005/dpdkvhostclient0) failed to connect: Connection refused
> 2023-09-08T13:15:18.160Z|00167|dpdk|INFO|VHOST_CONFIG:
>       (.../005/dpdkvhostclient0) reconnecting...
>
> Invert the order of the cleanup steps.
>
> Signed-off-by: David Marchand <[email protected]>

Thanks for fixing my problems ;)

Acked-by: Eelco Chaudron <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to