On Tue, Nov 3, 2015 at 8:07 AM, Or Gerlitz <ogerl...@mellanox.com> wrote: > This series contains bunch of small fixes to the mlx5e driver from Achiad.
Oops, I missed your email from 2h ago... but these all ARE bug fixes, so hopefully I didn't really violated the directive (I guess I should have just asked, but again, I missed the email...) Or. > Applies on net-next commit e7b63ff "Merge branch 'master' of > git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next" > Changes from V0: > - removed the driver patch that dealt with IRQ affinity changes during > NAPI poll, as this is a generic problem which needs generic solution. > > Achiad Shochat (7): > net/mlx5e: Avoid NULL pointer access in case of configuration failure > net/mlx5e: Wait for RX buffers initialization in a more proper manner > net/mlx5_core: Use the the real irqn in eq->irqn > net/mlx5e: Don't allow more than max supported channels > net/mlx5e: Return error in case mlx5e_set_features() fails > net/mlx5e: Re-eanble client vlan TX acceleration > net/mlx5e: Fix LSO vlan insertion > > drivers/net/ethernet/mellanox/mlx5/core/en.h | 6 +++++ > .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 5 ++--- > drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 16 ++++++++----- > drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 26 > +++++++++++++++++++--- > drivers/net/ethernet/mellanox/mlx5/core/eq.c | 8 +++---- > 5 files changed, 46 insertions(+), 15 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html