Re: [PATCH net-next 1/6] openvswitch: Pass net into ovs_vport_output

2015-10-01 Thread Nicolas Dichtel
Le 30/09/2015 23:25, Eric W. Biederman a écrit : 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

[PATCH net-next 1/6] openvswitch: Pass net into ovs_vport_output

2015-09-30 Thread Eric W. Biederman
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