Hi 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. Remove some magical values used in 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 Hariprasad Shenai (4): cxgb4: Use mask & shift while returning vlan_prio cxgb4: Add API to alloc l2t entry; also update existing ones cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets. cxgb4: Replace arpq_head/arpq_tail with SKB double link-list code drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 10 +- drivers/net/ethernet/chelsio/cxgb4/l2t.c | 179 +++++++++++++++++------- drivers/net/ethernet/chelsio/cxgb4/l2t.h | 10 +- 3 files changed, 137 insertions(+), 62 deletions(-) -- 2.3.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html