]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mlx5e-updates-2018-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:54:31 +0000 (23:54 +0900)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Jun 2018 14:54:31 +0000 (23:54 +0900)
commit5976c9b9da518c4ec5d97192fd48507c5658255a
treebc73c463cd9166e82d0c6e6204a04ff6b51e9c69
parentc095aacc6001ba7d03ae4df24bf0d345fcb4b06c
parent53830053aad7d9f0384c142320932e60d0b3cc40
Merge tag 'mlx5e-updates-2018-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5e-updates-2018-06-28

mlx5e netdevice driver updates:

- Boris Pismenny added the support for UDP GSO in the first two patches.
  Impressive performance numbers are included in the commit message,
  @Line rate with ~half of the cpu utilization compared to non offload
  or no GSO at all.

- From Tariq Toukan:
  - Convert large order kzalloc allocations to kvzalloc.
  - Added performance diagnostic statistics to several places in data path.

From Saeed and Eran,
  - Update NIC HW stats on demand only, this is to eliminate the background
    thread needed to update some HW statistics in the driver cache in
    order to report error and drop counters from HW in ndo_get_stats.
====================

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