kernel_optimize_test/net/openvswitch
Cong Wang 12b0004d1d net: adjust skb_gso_segment() for calling in rx path
skb_gso_segment() is almost always called in tx path,
except for openvswitch. It calls this function when
it receives the packet and tries to queue it to user-space.
In this special case, the ->ip_summed check inside
skb_gso_segment() is no longer true, as ->ip_summed value
has different meanings on rx path.

This patch adjusts skb_gso_segment() so that we can at least
avoid such warnings on checksum.

Cc: Jesse Gross <jesse@nicira.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-06 15:58:00 -05:00
..
actions.c
datapath.c net: adjust skb_gso_segment() for calling in rx path 2013-02-06 15:58:00 -05:00
datapath.h
dp_notify.c
flow.c
flow.h
Kconfig
Makefile
vport-internal_dev.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport.c
vport.h