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-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 09 Jun 2024 20:53:58 +0900 (JST)
From: FUJITA Tomonori <fujita.tomonori@...il.com>
To: hfdevel@....net
Cc: fujita.tomonori@...il.com, netdev@...r.kernel.org, andrew@...n.ch,
 horms@...nel.org, kuba@...nel.org, jiri@...nulli.us, pabeni@...hat.com,
 linux@...linux.org.uk, naveenm@...vell.com, jdamato@...tly.com
Subject: Re: [PATCH net-next v9 0/6] add ethernet driver for Tehuti
 Networks TN40xx chips

Hi,

On Sun, 9 Jun 2024 11:10:54 +0200
Hans-Frieder Vogt <hfdevel@....net> wrote:

>> FUJITA Tomonori (6):
>>    net: tn40xx: add pci driver for Tehuti Networks TN40xx chips
>>    net: tn40xx: add register defines
>>    net: tn40xx: add basic Tx handling
>>    net: tn40xx: add basic Rx handling
>>    net: tn40xx: add mdio bus support
>>    net: tn40xx: add phylink support
>>
>>   MAINTAINERS                             |    8 +-
>>   drivers/net/ethernet/tehuti/Kconfig     |   15 +
>>   drivers/net/ethernet/tehuti/Makefile    |    3 +
>>   drivers/net/ethernet/tehuti/tn40.c      | 1771 +++++++++++++++++++++++
>>   drivers/net/ethernet/tehuti/tn40.h      |  233 +++
>>   drivers/net/ethernet/tehuti/tn40_mdio.c |  143 ++
>>   drivers/net/ethernet/tehuti/tn40_phy.c  |   76 +
>>   drivers/net/ethernet/tehuti/tn40_regs.h |  245 ++++
>>   8 files changed, 2493 insertions(+), 1 deletion(-)
>>   create mode 100644 drivers/net/ethernet/tehuti/tn40.c
>>   create mode 100644 drivers/net/ethernet/tehuti/tn40.h
>>   create mode 100644 drivers/net/ethernet/tehuti/tn40_mdio.c
>>   create mode 100644 drivers/net/ethernet/tehuti/tn40_phy.c
>>   create mode 100644 drivers/net/ethernet/tehuti/tn40_regs.h
>>
>>
>> base-commit: c790275b5edf5d8280ae520bda7c1f37da460c00
> 
> Hi Tomonori,
> 
> feel free to add my
> 
> Reviewed-by: Hans-Frieder Vogt <hfdevel@....net>

Thanks a lot!

> to your patch series.
> I have also tested your driver, however since I have 10GBASE-T cards
> with x3310 and aqr105 phys I had to add a few lines (very few!) to
> make
> them work. Therefore, formally I cannot claim to have tested exactly
> your patches.

With few changes, the driver works in-tree Aquantia PHYs driver
(drivers/net/phy/aquantia)?


> Once your driver is out, I will post patches for supporting the other
> phys.
> Thanks for taking the effort of mainlining this driver!

Great!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ