Le 01/10/2015 18:03, Eric W. Biederman a écrit :
Nicolas Dichtel writes:
Le 30/09/2015 23:25, Eric W. Biederman a écrit :
[snip]
+ struct net *net = read_pnet(&dp->net);
nit: add an empty line after variables declaration.
__be16 ethertype = ke
Nicolas Dichtel writes:
> Le 30/09/2015 23:25, Eric W. Biederman a écrit :
>> In preparation for the ipv4 and ipv6 fragmentation code taking a net
>> parameter pass a struct net into ovs_fragment where the v4 and v6
>> fragmentation code is called.
>>
>> Signed-off-by: "Eric W. Biederman"
>> ---
Le 30/09/2015 23:25, Eric W. Biederman a écrit :
In preparation for the ipv4 and ipv6 fragmentation code taking a net
parameter pass a struct net into ovs_fragment where the v4 and v6
fragmentation code is called.
Signed-off-by: "Eric W. Biederman"
---
[snip]
@@ -748,6 +748,7 @@ static void d
In preparation for the ipv4 and ipv6 fragmentation code taking a net
parameter pass a struct net into ovs_fragment where the v4 and v6
fragmentation code is called.
Signed-off-by: "Eric W. Biederman"
---
net/openvswitch/actions.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff