]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
openvswitch: Print device when warning about over MTU packets.
authorJesse Gross <jesse@nicira.com>
Tue, 30 Oct 2012 22:48:48 +0000 (15:48 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 30 Oct 2012 22:48:48 +0000 (15:48 -0700)
commitc1c92b6a5b606e39e2181ac8eee2a0ca847542dc
treed76df7f42853fdfc09ab99ad5fda3d340c2d5483
parentddffeb8c4d0331609ef2581d84de4d763607bd37
openvswitch: Print device when warning about over MTU packets.

If an attempt is made to transmit a packet that is over the device's
MTU then we log it using the datapath's name.  However, it is much
more helpful to use the device name instead.

Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/vport-netdev.c