Re: [ovs-discuss] Forwarding delay of packets sent from the tap interface

2021-04-06 Thread Nobuhiro Miki
> 2021/04/03 2:46、Ben Pfaff のメール: > > 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. Thanks for

Re: [ovs-discuss] Forwarding delay of packets sent from the tap interface

2021-04-02 Thread Ben Pfaff
On Fri, Apr 02, 2021 at 07:03:04AM +, 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

[ovs-discuss] Forwarding delay of packets sent from the tap interface

2021-04-02 Thread Nobuhiro Miki
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. The former is responsible for