[ovs-dev] [PATCH v2 5/5] netdev-offload-tc: Add missing handling of the tunnel source port.

2022-07-29 Thread Ilya Maximets
netdev_tc_flow_put() "consumes" the tunnel.tp_src value, but it's never passed down to TC, and not parsed back. Fix that. Signed-off-by: Ilya Maximets --- lib/netdev-offload-tc.c | 6 ++ lib/tc.c| 17 + 2 files changed, 23 insertions(+) diff --git a/lib/net

Re: [ovs-dev] [PATCH v2 5/5] netdev-offload-tc: Add missing handling of the tunnel source port.

2022-07-31 Thread Roi Dayan via dev
On 2022-07-29 5:53 PM, Ilya Maximets wrote: netdev_tc_flow_put() "consumes" the tunnel.tp_src value, but it's never passed down to TC, and not parsed back. Fix that. Signed-off-by: Ilya Maximets --- lib/netdev-offload-tc.c | 6 ++ lib/tc.c| 17 + 2 f