Re: [PATCH net-next 10/18] net/mlx5e: Write vlan list into vport context

2015-11-23 Thread Saeed Mahameed
On Mon, Nov 23, 2015 at 7:30 PM, Alexander Duyck wrote: > On 11/23/2015 03:11 AM, Or Gerlitz wrote: >> >> From: Saeed Mahameed >> >> Each Vport/vNIC must notify underlying e-Switch layer >> for vlan table changes in-order to update SR-IOV FDB tables. >> >> We do that at vlan_rx_add_vid and vlan_r

Re: [PATCH net-next 10/18] net/mlx5e: Write vlan list into vport context

2015-11-23 Thread Alexander Duyck
On 11/23/2015 03:11 AM, Or Gerlitz wrote: From: Saeed Mahameed Each Vport/vNIC must notify underlying e-Switch layer for vlan table changes in-order to update SR-IOV FDB tables. We do that at vlan_rx_add_vid and vlan_rx_kill_vid ndos. Signed-off-by: Saeed Mahameed Signed-off-by: Or Gerlitz

[PATCH net-next 10/18] net/mlx5e: Write vlan list into vport context

2015-11-23 Thread Or Gerlitz
From: Saeed Mahameed Each Vport/vNIC must notify underlying e-Switch layer for vlan table changes in-order to update SR-IOV FDB tables. We do that at vlan_rx_add_vid and vlan_rx_kill_vid ndos. Signed-off-by: Saeed Mahameed Signed-off-by: Or Gerlitz --- drivers/net/ethernet/mellanox/mlx5/core