mbox series

[0/3] net/mlx5e: Kconfig fixes

Message ID 1462364774-3792510-1-git-send-email-arnd@arndb.de
Headers show
Series net/mlx5e: Kconfig fixes | expand

Message

Arnd Bergmann May 4, 2016, 12:26 p.m. UTC
I saw two new build errors with invalid configurations on mlx5e, and a
closer look revealed that one of them was caused by a slightly incorrect
fix for which I had sent a different patch when it first broke.

This series reverts the new fix for the VXLAN problem as it caused
another bug, and follows up with a new version of my patch (adapted
as originally requested), and another patch for the simiar RFS
bug that was just introduced.

        Arnd