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, 21 Jun 2016 09:36:20 -0400
From:	Sudarsana Reddy Kalluru <sudarsana.kalluru@...gic.com>
To:	<davem@...emloft.net>
CC:	<netdev@...r.kernel.org>, <Yuval.Mintz@...gic.com>,
	<sudarsana.kalluru@...gic.com>
Subject: [PATCH net-next 0/2] qed*: coalesce parameters config support.

The patch series adds the support for config/read of the adapter coalesce
parameters. Patch (1) adds the qed infrastructure/APIs for the support and
patch (2) adds the driver support for following ethtool commands:
	ethtool -c|--show-coalesce ethX
	ethtool -C|--coalesce ethX [rx-usecs N] [tx-usecs N]

Sudarsana Reddy Kalluru (2):
  qed: Add support for coalescing config read/update.
  qede: Add support for coalescing config read/update.

 drivers/net/ethernet/qlogic/qed/qed_dev.c       | 104 ++++++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_dev_api.h   |  47 +++++++++++
 drivers/net/ethernet/qlogic/qed/qed_hw.c        |  23 ++++++
 drivers/net/ethernet/qlogic/qed/qed_int.c       |  75 +++++++++++++++--
 drivers/net/ethernet/qlogic/qed/qed_int.h       |   3 +
 drivers/net/ethernet/qlogic/qed/qed_main.c      |  34 ++++++++
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h  |   2 +
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |  53 ++++++++++++
 include/linux/qed/qed_if.h                      |  24 ++++++
 9 files changed, 360 insertions(+), 5 deletions(-)

-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ