Merge branch 'cxgb4-l2-table-enhancements'
authorDavid S. Miller <davem@davemloft.net>
Thu, 17 Dec 2015 20:51:05 +0000 (15:51 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Dec 2015 20:51:05 +0000 (15:51 -0500)
commit08f411d6a42dfa32842ef36e0e9743c34a7c942f
tree243b06163580ae71c48f1149e2dd5a64794fff9e
parent301c141d6a5ddacb8b2310a87a7e8fe997d17a39
parent749cb5fe48bb29f55f2cdde4d76183340e11547e
Merge branch 'cxgb4-l2-table-enhancements'

Hariprasad Shenai says:

====================
Few l2 table related enhancements for cxgb4

This series adds a new API to allocate and update l2t entry, replaces
arpq_head/arpq_tail with double skb double linked list. Use t4_mgmt_tx()
to send control packets of l2t write request. Use symbolic constants
while calculating vlan priority.

This patch series has been created against net-next tree and includes
patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review
the change and let us know in case of any review comments.

Thanks

V2: Remove unnecessary MAS operation while calculating vlan prio in
    PATCH 1/4 ("cxgb4: Use symbolic constant for VLAN priority calculation")
    based on review comment by David Miller
====================

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