Message ID | 20211231090833.98977-1-dmichail@fungible.com (mailing list archive) |
---|---|
Headers | show |
Series | new Fungible Ethernet driver | expand |
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/
On Fri, Dec 31, 2021 at 6:26 PM Jakub Kicinski <kuba@kernel.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.