Re: [PATCH RFC net-next 1/4] net/mlx5e: Rearrange netdevice ops structures

2017-06-08 Thread Or Gerlitz
On Thu, Jun 8, 2017 at 2:42 AM, Saeed Mahameed wrote: > Since we are going to allow compiling the driver without eswitch, > it means we will have to compile out mlx5e_netdev_ops_sriov and will > replace it with mlx5e_netdev_ops_basic. > > Move missing vxlan ndos into mlx5e_netdev_ops_basic. prefe

[PATCH RFC net-next 1/4] net/mlx5e: Rearrange netdevice ops structures

2017-06-07 Thread Saeed Mahameed
Since we are going to allow compiling the driver without eswitch, it means we will have to compile out mlx5e_netdev_ops_sriov and will replace it with mlx5e_netdev_ops_basic. Move missing vxlan ndos into mlx5e_netdev_ops_basic. Rearrange some ndos in mlx5e_netdev_ops_sriov and put vf/eswitch rela