I have tried to configure ovs hw offload and ovs conntrack offload. Then conntrack -L is listing the connections, however some of the connection seems missing or not recognized as established state correctly.
Then I tried to configure ovs-dpdk hw offload then followed by ovs conntrack offload. The conntrack tool seems not tracking flows at all. And ovs-vswitchd log is showing error of “rte_flow creation failed and hardware refuses to create flow”.
Does ovs-dpdk support ovs conntrack? Or did I do something wrong? What is the beat way to track established connections, should I use sft and dpi API instead?