Hi, This is a pretty minor issue I've observed, but I notice that the following messages appear in my kernel logs at boot:
[ 4.445186] openvswitch: Open vSwitch switching datapath [ 4.490652] device ovs-system entered promiscuous mode [ 4.491135] No such timeout policy "ovs_test_tp" [ 4.491136] Failed to associated timeout policy `ovs_test_tp' This is on a fairly typical Archlinux system with ovs-vswitchd configured to start automatically with systemd. I've tried looking through the documentation and searching online but I can't find any way to silence these errors about the missing timeout policy. From what I could tell, the ovs_test_tp is a default in https://github.com/openvswitch/ovs/blob/6835d4b01e7523535876cd8b6a3e84b23c7d58d1/ofproto/ofproto-dpif.c#L1356 I don't have any special datapath - it's just a system using ovs for host/KVM/container communications on a virtual switch. I can't seem to change or set a timeout policy with no datapath. Is there any way to silence those kernel messages about the missing ovs_test_tp timeout policy? Regards, Michael
_______________________________________________ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss