Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 04:17:07 +0000 (21:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 04:17:07 +0000 (21:17 -0700)
commit18a4ded9d12473e82f4609a06a99744aec88defc
treecbd3619000ca45f039efa38ca87ea7dd10d69629
parentccfdf21bbbe2e68be5cd63e2ee6b4c0d0d93a3a9
parentd4b6c48800dda97f5a0824305d7c8175a127d414
Merge tag 'mlx5-updates-2017-09-03' of git://git./linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2017-09-03

This series from Tariq includes micro data path optimization for mlx5e
netdevice driver.

Mainly Tariq introduces the following changes to NAPI and RX handling
path of the driver:
 - RX ring structure reorganizing
 - Trivial code refactoring and optimization
 - NAPI busy-poll for when fast UMR is in progress
 - Non-atomic state operations in NAPI context
 - Remove unnecessary fields from fast path structures
 - page-cache micro optimization
 - Rely on NAPI to avoid missing an IRQ for RX/TX shared NAPI contexts
 - Stop NAPI when irq changes affinity
 - Distribute RSS table among all RX rings
====================

Signed-off-by: David S. Miller <davem@davemloft.net>