On Mon, Jun 10, 2019 at 4:45 PM Yifeng Sun <[email protected]> wrote: > > Upstream commit 6ab6dfa6bb500f5cbb9b7a0f23a1613417ca2d12 ("net: get > rid of __tcp_checksum_complete())" deleted __tcp_checksum_complete() > and caused compilation failure for OVS on newer kernels. > > This patch fixes it by using __skb_checksum_complete(), which is > 100% the same with __tcp_checksum_complete(). > > Signed-off-by: Yifeng Sun <[email protected]> > ---
LGTM. Acked-by: Yi-Hung Wei <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
