Merge branch 'cxgb4-net'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 19:15:09 +0000 (14:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Nov 2014 19:15:09 +0000 (14:15 -0500)
commit10b450cbbcb385d297a3c759b2e10da0c850011a
tree956e58dcfd859b2aa5f3a9e6f152b44ba5f7e2f8
parent436c2a5036b6ffe813310df2cf327d3b69be0734
parent50d21a662d6d3155132edf34f72161a59675c02c
Merge branch 'cxgb4-net'

Hariprasad Shenai says:

====================
cxgb4/cxgb4vf: Misc. fixes for cxgb4vf

For T5 use Packing and Padding Boundaries for SGE DMA transfers, move
fl_starve_thres to adpater structure, since they are different for each
adapter. The cxgb4vf driver's Free List Starvation Threshold needs to be larger
than the SGE's Egress Congestion Threshold or we'll end up in a mutual stall
where the driver waits for Ingress Packets to drive replacing Free List
Pointers and the SGE waits for Free List Pointers before pushing Ingress
Packets to the host.

The patches series is created against 'net' tree.
And includes patches on cxgb4 and cxgb4vf driver.

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

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