On Fri, Apr 02, 2021 at 07:03:04AM +0000, Nobuhiro Miki wrote:
> Hi all,
> 
> I have a question about the main thread in ovs-vswitch.c. The following
> are the details, and any comments would be appreciated.
> 
> In ovs-vswitchd, netdev_linux_rxq_recv function [1] and
> handle_flow_stats_request function [2] are running on the same thread.

I don't think that should be the case when PMDs are enabled.

Your sample shell script shows enabling DPDK with dpdk-init after
starting OVS.  Most OVS features can be reconfigured at runtime, but not
this one.  Changing this value requires restarting the daemon.  That
might be the problem you see.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to