On Wed, Aug 3, 2016 at 10:08 AM, Pravin B Shelar <[email protected]> wrote: > udp_set_csum() has bug fix that is not relevant for upstream > (commit c77d947191b0). > So OVS need to use compat function. This function is also > used from UDP xmit path so we have to check USE_UPSTREAM_TUNNEL. > Following patch couple this function to USE_UPSTREAM_TUNNEL symbol > rather than kernel version. > This is not bug, But it helps in code readability. > > Signed-off-by: Pravin B Shelar <[email protected]>
Since this is basically a subset of the other patch, with the same caveats: Acked-by: Jesse Gross <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
