On Tue, Oct 14, 2025 at 04:15:11PM +0530, Venkatesh Vemula wrote: > CPFL changes added to new CPFL device id for MMG. > rebased to next-net-intel-for-next-net and fixed conflict > and compiler issue. > changed macro name IDPF_DEVICE_ID_CPF to CPFL_DEV_ID_MEV > > Signed-off-by: Venkatesh Vemula <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>
> .mailmap | 1 + > drivers/net/intel/cpfl/cpfl_ethdev.c | 13 +++++++------ > drivers/net/intel/cpfl/cpfl_ethdev.h | 5 +++-- > 3 files changed, 11 insertions(+), 8 deletions(-) > > diff --git a/.mailmap b/.mailmap > index 0dcd8fce3a..7c121cf5ba 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -1665,6 +1665,7 @@ Venkata Suresh Kumar P > <[email protected]> > Venkat Duvvuru <[email protected]> > Venkatesh Nuthula <[email protected]> > Venkatesh Srinivas <[email protected]> > +Venkatesh Vemula <[email protected]> > Venkateshwarlu Nalla <[email protected]> > Venkat Koppula <[email protected]> > Venkat Kumar Ande <[email protected]> Mailmap change should be in the first patch of the set. I'll probably change the patch order on apply to fix this.

