On Thu, 9 Oct 2025 16:46:22 +0530 [email protected] wrote: > From: Apeksha Gupta <[email protected]> > > This patch introduces a new ENETC4 PMD driver for NXP's i.MX95 > SoC, enabling basic network operations. Key features include: > > - Probe and teardown functions > - Hardware initialization for both Virtual Functions (VFs) > and Physical Function (PF) > > Signed-off-by: Apeksha Gupta <[email protected]> > Signed-off-by: Gagandeep Singh <[email protected]> > Signed-off-by: Vanshika Shukla <[email protected]> > --- > MAINTAINERS | 3 + > config/arm/arm64_imx_linux_gcc | 17 ++ > config/arm/meson.build | 14 ++ > doc/guides/nics/enetc4.rst | 92 ++++++++ > doc/guides/nics/features/enetc4.ini | 9 + > doc/guides/nics/index.rst | 1 + > doc/guides/rel_notes/release_24_11.rst | 4 +
Release notes are in wrong place. This is for 25.11 release.

