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)
commit5a6e55c461db3364aa5be919101db972bc859133
treee43baf0db805f6f49f0c335fd5e868d7afc3946d
parent3b4c5cbf42bda976ab70354e7786a0808265d9d5
parent146f3ef4a193f2e8cc826bed01a635861287df63
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 ba48650 "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>