On Fri, 18 Feb 2022 15:45:28 -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.
I'll review this after the long weekend. Please try to avoid dumping
large chunks of code on the reviewers on Friday afternoon.