commit | 188515fbc6b18e6bc6f2fa4629f1a77308197371 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Sep 14 20:08:51 2015 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Sep 30 01:45:01 2015 -0500 |
tree | 61920f4b45a6c55c3700da51ee33bee7c2c4ae9f | |
parent | 4bf1b54f9df7ced4869f7dfd0bdf5eb22aa98447 [diff] |
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>