Hi NXP team,
We use the s32g399ardb3 as a reference for our custom design board.
And using BSP35 for our BSP version.
We use RGMII for pfe2 and connect to ksz9031 and use PFE-FW_S32G_1.5.0 for pfe fw.
We can not adjust pfe2 mtu size through ifconfig command and libfci_cli failed to enable jumbo_frames feature
Does pfe can adjust mtu size?
root@s32g399ardb3:~# libfci_cli fwfeat-print --feature=jumbo_frames
DISCLAIMER: This is a DEMO application. It is not part of the production code deliverables.
jumbo_frames
state (ignored): DISABLED
flags: 0x00 (ignore state and always act as DISABLED)
Active if we handle jumbo frames
Command successfully executed.
root@s32g399ardb3:~# libfci_cli fwfeat-set --feature=jumbo_frames --enable
DISCLAIMER: This is a DEMO application. It is not part of the production code deliverables.
ERROR (62034): demo_fwfeat_set() failed!
ERROR (62034): FPP_ERR_FW_FEATURE_NOT_AVAILABLE
Requested FW feature is not available (not enabled) for the currently loaded FW.
This can apply either to the whole FCI command or just to some property of the command.
Use fwfeat-print to see a list of all FW features.
Thanks