lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue,  5 May 2015 14:59:50 +0530
From:	Hariprasad Shenai <hariprasad@...lsio.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, leedom@...lsio.com, nirranjan@...lsio.com,
	Hariprasad Shenai <hariprasad@...lsio.com>
Subject: [PATCHv2 net-next 0/6] Trivial fixes and changes for SGE

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

V2: Align parenthesis for PATCH 2/6 and PATCH 5/6

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 |  11 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h  |   1 +
 drivers/net/ethernet/chelsio/cxgb4/sge.c        | 160 ++++++++++++------------
 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, 262 insertions(+), 96 deletions(-)

-- 
2.3.4

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ