]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlx4'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 21:20:33 +0000 (16:20 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2013 21:20:33 +0000 (16:20 -0500)
commit1ddfa93bfb9a64f0efac27b900c8e7186098f7a7
treee43baf0db805f6f49f0c335fd5e868d7afc3946d
parentb5cd666586e3cb756339b3c1ddfa3779f0c64979
parent82f45559c7b2d785467cafca9090ae9fe77093eb
Merge branch 'mlx4'

Or Gerlitz says:

====================
Mellanox driver updates

This patch set from Jack Morgenstein does the following:

1. Fix MAC/VLAN SRIOV implementation, and add wrapper functions for VLAN allocation
   and de-allocation (patches 1-6).

2. Implements resource quotas when running under SRIOV (patches 7-10).
   Patch 7 is a small bug fix, and patches 8-10 implement the quotas.

Quotas are implemented per resource type for VFs and the PF, to prevent
any entity from simply grabbing all the resources for itself and leaving
the other entities unable to obtain such resources.

The series is against net-next commit 8ea1657 "ipv6: remove the unnecessary statement in find_match()"

changes from V0:
 - dropped the 1st patch which needs to go to -stable and hence through net,
   not net-next
====================

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