Re: [pull request][net-next V2 00/15] mlx5 updates 2020-05-26

2020-05-27 Thread Saeed Mahameed
On Wed, 2020-05-27 at 10:31 -0700, Jakub Kicinski wrote: > On Wed, 27 May 2020 09:21:24 -0700 Saeed Mahameed wrote: > > Hi Dave/Jakub. > > > > This series adds support for mlx5 switchdev VM failover using FW > > bonded > > representor vport and probed VF interface via eswitch vport ACLs. > > Plus

Re: [pull request][net-next V2 00/15] mlx5 updates 2020-05-26

2020-05-27 Thread David Miller
Please address the build problems reported for v1.

Re: [pull request][net-next V2 00/15] mlx5 updates 2020-05-26

2020-05-27 Thread Jakub Kicinski
On Wed, 27 May 2020 09:21:24 -0700 Saeed Mahameed wrote: > Hi Dave/Jakub. > > This series adds support for mlx5 switchdev VM failover using FW bonded > representor vport and probed VF interface via eswitch vport ACLs. > Plus some extra misc updates. > > v1->v2: > - Dropped the suspend/resume su

[pull request][net-next V2 00/15] mlx5 updates 2020-05-26

2020-05-27 Thread Saeed Mahameed
Hi Dave/Jakub. This series adds support for mlx5 switchdev VM failover using FW bonded representor vport and probed VF interface via eswitch vport ACLs. Plus some extra misc updates. v1->v2: - Dropped the suspend/resume support patch, will re-submit it to net and -stable as requested by Dex