X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.c;h=9ed213e09a70f2c3d3a1eebd8201e58b40bbbf41;hb=237c4f2a01e35e70869f9f58ec68e23d62701eb4;hp=1f7560a32c05c2f2a230124b06bb964d5fa9f447;hpb=3025a772a1ab6cc364a87b481b6e66b703d7bd46;p=sliver-openvswitch.git diff --git a/datapath/datapath.c b/datapath/datapath.c index 1f7560a32..9ed213e09 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -54,7 +54,6 @@ #include #include -#include "checksum.h" #include "datapath.h" #include "flow.h" #include "vlan.h" @@ -295,8 +294,6 @@ int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, goto err; } - forward_ip_summed(skb, true); - if (!skb_is_gso(skb)) err = queue_userspace_packet(ovs_dp_get_net(dp), dp_ifindex, skb, upcall_info); else