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: <20250421134358.1241851-1-shaojijie@huawei.com>
Date: Mon, 21 Apr 2025 21:43:56 +0800
From: Jijie Shao <shaojijie@...wei.com>
To: <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>,
	<pabeni@...hat.com>, <andrew+netdev@...n.ch>, <horms@...nel.org>
CC: <shenjian15@...wei.com>, <wangpeiyang1@...wei.com>,
	<liuyonglong@...wei.com>, <chenhao418@...wei.com>,
	<jonathan.cameron@...wei.com>, <shameerali.kolothum.thodi@...wei.com>,
	<salil.mehta@...wei.com>, <netdev@...r.kernel.org>,
	<linux-kernel@...r.kernel.org>, <gerhard@...leder-embedded.com>,
	<shaojijie@...wei.com>
Subject: [PATCH RFC net-next 0/2] net: hibmcge: add support for selftest

patch1: the net_selftest_custom() interface is added
to support driver customized loopback tests and
common loopback tests.

patch2: add selftest support for hibmcge

Jijie Shao (2):
  net: selftest: add net_selftest_custom() interface
  net: hibmcge: add support for selftest

 .../ethernet/hisilicon/hibmcge/hbg_common.h   |   2 +
 .../ethernet/hisilicon/hibmcge/hbg_ethtool.c  |  60 +++++-
 .../net/ethernet/hisilicon/hibmcge/hbg_hw.c   |   6 +
 .../net/ethernet/hisilicon/hibmcge/hbg_hw.h   |   1 +
 .../net/ethernet/hisilicon/hibmcge/hbg_reg.h  |   1 +
 .../net/ethernet/hisilicon/hibmcge/hbg_txrx.c |   3 +-
 include/net/selftests.h                       |  61 ++++++
 net/core/selftests.c                          | 188 +++++++++++++++++-
 8 files changed, 310 insertions(+), 12 deletions(-)

-- 
2.33.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ