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
| ||
|
Message-ID: <CAOkoqZnbUzxdud0XVNwmz_9QiLBcmnqe1xaNana_+TD+TBUHJA@mail.gmail.com> Date: Mon, 3 Jan 2022 13:41:55 -0800 From: Dimitris Michailidis <d.michailidis@...gible.com> To: Jakub Kicinski <kuba@...nel.org> Cc: davem@...emloft.net, netdev@...r.kernel.org, Andrew Lunn <andrew@...n.ch> Subject: Re: [PATCH net-next v2 0/8] new Fungible Ethernet driver On Fri, Dec 31, 2021 at 6:26 PM Jakub Kicinski <kuba@...nel.org> wrote: > > On Fri, 31 Dec 2021 01:08:25 -0800 Dimitris Michailidis wrote: > > This patch series contains a new network driver for the Ethernet > > functionality of Fungible cards. > > > > It contains two modules. The first one in patch 2 is a library module > > that implements some of the device setup, queue managenent, and support > > for operating an admin queue. These are placed in a separate module > > because the cards provide a number of PCI functions handled by different > > types of drivers and all use the same common means to interact with the > > device. Each of the drivers will be relying on this library module for > > them. > > > > The remaining patches provide the Ethernet driver for the cards. > > Still fails to build for me, I use: > > make C=1 W=1 O=build_allmodconfig/ drivers/net/ethernet/fungible/ I've figured it out and will be fixed in v3. There's one issue with O= and one with builds on 32b architectures.
Powered by blists - more mailing lists