]> 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)
commit55e7f4703f5b79bcc57adcec4314681ca9b85121
tree61920f4b45a6c55c3700da51ee33bee7c2c4ae9f
parentd1d2c10ca5b42d5a2a03bc429ff005c71dec216b
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