Hi Eli,

On 17/03/2021 09:35, Eli Britstein wrote:
+        parse_tcp_flags(packet);
+        if (vport_netdev->netdev_class->pop_header(packet) == NULL) {

Thank you for revising the patch series. As far as I can see, in the new revision (patch [06/14]), parsing TCP flags is done after successful miss recovery (which yields a decapsulated packet), and that should be fairly correct. However, why also call parse_tcp_flags() over here, before popping the header? This invocation doesn't make use of the returned value...

(Sorry if I simply misread the code).

--
Ivan M
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to