On 07/02/2025 14:04, Bruce Richardson wrote:
On Fri, Feb 07, 2025 at 12:44:59PM +0000, Anatoly Burakov wrote:
From: Vitaly Lifshits <[email protected]>
Add support for new hardware ID's from the I219 series.
Signed-off-by: Vitaly Lifshits <[email protected]>
Signed-off-by: Anatoly Burakov <[email protected]>
---
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.
i219 NICs were already supported by the driver. This is just adding
missing *kinds* of i219 NICs. However, I can see that the support for
i219 was called out in 17.02 release notes:
31d4210971c54952afc9a1455ca40861634206e0
net/e1000/base: announce supported devices
Document all supported NICs.
Add Intel I219 NICs support in release note.
Signed-off-by: Wenzhuo Lu <[email protected]>
It was not added to the list of supported NICs in igb documentation. So,
yes, I think it is worth calling out support in this patch.
/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(-)
--
Thanks,
Anatoly