Part Number: AM263P4
Other Parts Discussed in Thread: TMDSCNCD263
Tool/software:
With the new SDK 11.0.0.19 there are new errors being generated during initialization. But the driver seems to continue to run and bring up the link.
Can you help give more insight regarding this error and if we should be concerned?
You can see the issue with enet_lwip_cpsw_am263px-cc_r5fss0-0_freertos example. Running this on TMDSCNCD263 Rev A board with CCS: 20.3.0.14__1.9.0 and manually installed SDK 11.0.0.19 and SYSCONFIG1.25.0.

==========================
ENET LWIP App
==========================
EnetAppUtils_reduceCoreMacAllocation: Reduced Mac Address Allocation for CoreId:0 From 4 To 2
Link Status Changed. PHY: 0x0, state: up
Open MAC port 2
EnetPhy_bindDriver: PHY 0: OUI:080028 Model:0f Ver:03 <-> 'DP83869' : OK
PHY 0 is alive
CpswMacPort_ioctl: cpsw3G.macport1: Module is not open
Cpsw_registerIoctlHandler: Failed to register IOCTL handler: -1, 1000502, 70139C91
EnetPer_ioctl: cpsw3g: Failed to do IOCTL cmd 0x01000110: -1
Enet_ioctl: cpsw3g: IOCTL 0x01000110 failed: -1
Failed to set dscp Priority map for Port 1 - -1
Starting lwIP, local interface IP is dhcp-enabled
[LWIPIF_LWIP] NETIF INIT SUCCESS
Host MAC address-0 : 70:**:**:**
[LWIPIF_LWIP] Enet has been started successfully
[0]status_callback==UP, local interface IP is 0.0.0.0
UDP server listening on port 5001
Cpsw_handleLinkUp: Port 2: Link up: 1-Gbps Full-Duplex
MAC Port 2: link up
The culprit is in Cpsw_registerIoctlHandler(), looks like there has been code change here that generates this new error.
This is SDK10:

This is SDK 11:

SDK 11's call to CpswMacPort_ioctl returns failure whereas SDK10's call to EnetMod_registerMacportIoctlHandler() returns success.
We are currently trying to migrate our code to SDK 11 and want to know how to manage this error. Thanks.
PS. There are some compile errors in the code that should be fixed. These are seen when ENETTRACE is set to VERBOSE level:





