]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Pass net into ovs_vport_output
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 15 Sep 2015 01:08:51 +0000 (20:08 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 30 Sep 2015 06:45:01 +0000 (01:45 -0500)
commit5281d749684f53f34c3db33da9b133d4a4d889b6
tree61920f4b45a6c55c3700da51ee33bee7c2c4ae9f
parentd4d399ce8966fcbeb2708ce96ef2950322881a1d
openvswitch: Pass net into ovs_vport_output

When struct net starts being passed through the ipv4 and ipv6 fragment
routines ovs_vport_output will need to take a net parameter.
Prepare ovs_vport_output before that is needed and introduce
ovs_vport_output_skk for the call sites that still need the old
calling conventions.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
net/openvswitch/actions.c