[ovs-git] Open vSwitch: dpif-netdev: Remove unnecessary parameters from dp_netdev_port_input() (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 18 00:32:45 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  77790ca7b1cd2e09676f6330190a83fa5afb0b20 (commit)
      from  38b7a52b618b98f03f089d0dff4050ec76fd06d4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77790ca7b1cd2e09676f6330190a83fa5afb0b20
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=77790ca7b1cd2e09676f6330190a83fa5afb0b20
Author: Simon Horman <horms at verge.net.au>
		
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 at verge.net.au>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/dpif-netdev.c |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list