netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Trivial fixes and changes for SGE
@ 2015-05-04 16:28 Hariprasad Shenai
  2015-05-04 16:28 ` [PATCH net-next 1/6] cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold Hariprasad Shenai
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Hariprasad Shenai @ 2015-05-04 16:28 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, nirranjan, Hariprasad Shenai

Hi,

This patch series adds the following.
Discard packet if length is greater than MTU, move sge monitor code to a
new routine, add device node to ULD info, add congestion notification from
SGE for ingress queue and freelists and for T5, setting up the Congestion
Manager values of the new RX Ethernet Queue is done by firmware now.

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 (6):
  cxgb4: Make sure that Freelist size is larger than Egress Congestion
    Threshold
  cxgb4: Enable congestion notification from SGE for IQs and FLs.
  cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()
  cxgb4: Add device node to ULD info
  cxgb4: Move SGE Ingress DMA state monitor code to a new routine
  cxgb4: Discard the packet if the length is greater than mtu

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h      |  26 ++--
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c |  15 ++-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |   1 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c        | 154 ++++++++++++------------
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c      | 133 +++++++++++++++++++-
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h  |   9 ++
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h   |   3 +
 drivers/net/ethernet/chelsio/cxgb4vf/sge.c      |  15 ++-
 8 files changed, 261 insertions(+), 95 deletions(-)

-- 
2.3.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-05-04 20:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 16:28 [PATCH net-next 0/6] Trivial fixes and changes for SGE Hariprasad Shenai
2015-05-04 16:28 ` [PATCH net-next 1/6] cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold Hariprasad Shenai
2015-05-04 16:28 ` [PATCH net-next 2/6] cxgb4: Enable congestion notification from SGE for IQs and FLs Hariprasad Shenai
2015-05-04 20:12   ` David Miller
2015-05-04 16:28 ` [PATCH net-next 3/6] cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq() Hariprasad Shenai
2015-05-04 20:25   ` Sergei Shtylyov
2015-05-04 16:28 ` [PATCH net-next 4/6] cxgb4: Add device node to ULD info Hariprasad Shenai
2015-05-04 16:28 ` [PATCH net-next 5/6] cxgb4: Move SGE Ingress DMA state monitor code to a new routine Hariprasad Shenai
2015-05-04 16:28 ` [PATCH net-next 6/6] cxgb4: Discard the packet if the length is greater than mtu Hariprasad Shenai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).