On Fri, May 03, 2024 at 02:57:58PM +0100, Anatoly Burakov wrote: > Add various features to the base driver that are not specifically > about packet I/O but are present in the shared code snapshot. > > Also, update documentation to reflect new base code snapshot version, > as well as document new hardware support. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > doc/guides/rel_notes/release_24_07.rst | 4 + > drivers/net/ixgbe/base/README | 6 +- > drivers/net/ixgbe/base/ixgbe_e610.c | 1089 ++++++++++++++++++++++ > drivers/net/ixgbe/base/ixgbe_e610.h | 58 ++ > drivers/net/ixgbe/base/ixgbe_type_e610.h | 402 ++++++++ > 5 files changed, 1557 insertions(+), 2 deletions(-) >
Given the quantity of changes for E610 in this patch, again, I think it would be better split. /Bruce