dpif-netdev: Remove unnecessary parameters from dp_netdev_port_input()
authorSimon Horman <horms@verge.net.au>
Wed, 27 Nov 2013 05:08:41 +0000 (14:08 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Dec 2013 00:31:34 +0000 (16:31 -0800)
commit77790ca7b1cd2e09676f6330190a83fa5afb0b20
treeefbac77bd586fca5b827567767cadba8b188fdd4
parent38b7a52b618b98f03f089d0dff4050ec76fd06d4
dpif-netdev: Remove unnecessary parameters from dp_netdev_port_input()

The skb_priority, pkt_mark and tunl parameters of dp_netdev_port_input()
are always passed as 0, 0 and NULL respectively. So rather than
passing these values to dp_netdev_port_input() just use them directly.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c