On Fri, Feb 07, 2025 at 12:44:59PM +0000, Anatoly Burakov wrote: > From: Vitaly Lifshits <vitaly.lifsh...@intel.com> > > Add support for new hardware ID's from the I219 series. > > Signed-off-by: Vitaly Lifshits <vitaly.lifsh...@intel.com> > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > ---
Should i219 be added to the base code README as a supported device family? If so, I can just add on apply, if no other issues with this set. /Bruce > drivers/net/intel/e1000/base/e1000_api.c | 32 +++++++++++++++++ > drivers/net/intel/e1000/base/e1000_hw.h | 36 +++++++++++++++++--- > drivers/net/intel/e1000/base/e1000_ich8lan.c | 21 ++++++++++++ > drivers/net/intel/e1000/em_ethdev.c | 28 ++++++++++++++- > 4 files changed, 112 insertions(+), 5 deletions(-) >