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]
Message-ID: <20240229193935.14197-1-shannon.nelson@amd.com>
Date: Thu, 29 Feb 2024 11:39:23 -0800
From: Shannon Nelson <shannon.nelson@....com>
To: <netdev@...r.kernel.org>, <davem@...emloft.net>, <kuba@...nel.org>,
	<edumazet@...gle.com>, <pabeni@...hat.com>
CC: <brett.creeley@....com>, <drivers@...sando.io>, Shannon Nelson
	<shannon.nelson@....com>
Subject: [PATCH net-next 00/12] ionic: code cleanup and performance tuning

Brett has been performance testing and code tweaking and has
come up with several improvements for our fast path operations.

In a simple single thread / single queue iperf case on a 1500 MTU
connection we see an improvement from 74.2 to 86.7 Gbits/sec.

Brett Creeley (10):
  ionic: Rework Tx start/stop flow
  ionic: Change default number of descriptors for Tx and Rx
  ionic: Shorten a Tx hotpath
  ionic: Make use napi_consume_skb
  ionic: Clean up BQL logic
  ionic: Check stop no restart
  ionic: Pass local netdev instead of referencing struct
  ionic: change the hwstamp likely check
  ionic: Use CQE profile for dim
  ionic: Clean RCT ordering issues

Shannon Nelson (2):
  ionic: reduce the use of netdev
  ionic: change MODULE_AUTHOR to person name

 .../ethernet/pensando/ionic/ionic_debugfs.c   |   2 +-
 .../net/ethernet/pensando/ionic/ionic_dev.h   |   4 +-
 .../net/ethernet/pensando/ionic/ionic_lif.c   |  16 +-
 .../net/ethernet/pensando/ionic/ionic_lif.h   |   2 +-
 .../net/ethernet/pensando/ionic/ionic_main.c  |   2 +-
 .../net/ethernet/pensando/ionic/ionic_txrx.c  | 216 ++++++++++--------
 .../net/ethernet/pensando/ionic/ionic_txrx.h  |   1 -
 7 files changed, 137 insertions(+), 106 deletions(-)

-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ