[pve-devel] [PATCH] activate_bridge_vlan: allow QinQ
Stefan Priebe - Profihost AG
s.priebe at profihost.ag
Mon Sep 21 09:05:41 CEST 2015
Am 21.09.2015 um 09:04 schrieb Alexandre DERUMIER:
>>> that's my patch ;-)
>>>
>>> https://www.mail-archive.com/pve-devel@pve.proxmox.com/msg10607.html
>>>
>>> Greets,
>>> Stefan
>
> Oh, yes, indeed. I totally miss that.
No problem - was just a joke ;-)
> I think that now kernel 4.2 is the default, we can enable it.
> User on forum has reported that it was working fine.
Great.
> I'm also planning to add 802.1ad vlan in another patch.
> (My mellanox switch with last update are now able to do QinQ, with 802.1ad-802.1q stack)
Do you already have performance Numbers regarding mellanox? I would love
to see how much it differs to my 20Gb/s setup. Especially in latency.
Stefan
>
>
> ----- Mail original -----
> De: "Stefan Priebe" <s.priebe at profihost.ag>
> À: "aderumier" <aderumier at odiso.com>, "pve-devel" <pve-devel at pve.proxmox.com>
> Envoyé: Lundi 21 Septembre 2015 08:45:21
> Objet: Re: [pve-devel] [PATCH] activate_bridge_vlan: allow QinQ
>
> that's my patch ;-)
>
> https://www.mail-archive.com/pve-devel@pve.proxmox.com/msg10607.html
>
> Greets,
> Stefan
>
> Am 21.09.2015 um 08:42 schrieb Alexandre Derumier:
>> we should be able to create new bridge with double tagged interfaces
>>
>> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
>> ---
>> src/PVE/Network.pm | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/src/PVE/Network.pm b/src/PVE/Network.pm
>> index 60afe50..981ac6a 100644
>> --- a/src/PVE/Network.pm
>> +++ b/src/PVE/Network.pm
>> @@ -413,7 +413,7 @@ sub activate_bridge_vlan {
>>
>> my @ifaces = ();
>> my $dir = "/sys/class/net/$bridge/brif";
>> - PVE::Tools::dir_glob_foreach($dir, '((eth|bond)\d+)', sub {
>> + PVE::Tools::dir_glob_foreach($dir, '((eth|bond)\d+(.\d+)?)', sub {
>> push @ifaces, $_[0];
>> });
>>
>>
More information about the pve-devel
mailing list