Re: [PATCH v3 net-next 01/13] net: enetc: add initial netc-lib driver to support NTMP
From: Jakub Kicinski
Date: Fri Mar 07 2025 - 21:59:13 EST
On Sat, 8 Mar 2025 02:05:35 +0000 Wei Fang wrote:
> > > On Tue, 4 Mar 2025 15:21:49 +0800 Wei Fang wrote:
> > hm..., there are some interfaces of netc-lib are used in common .c files
> > in downstream, so I used "ifdef" in downstream. Now for the upstream,
> > I'm going to separate them from the common .c files. So yes, we can
> > remove it now.
>
> Sorry, I misread the header file. The ifdef in ntmp.h is needed because
> the interfaces in this header file will be used by the enetc-core and
> enetc-vf drivers. For the ENETC v1 (LS1028A platform), it will not select
> NXP_NETC_LIB.
Meaning FSL_ENETC ? And the calls are in FSL_ENETC_CORE ?