S32G3 enable pfe2 jumbo frames fail

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G3 enable pfe2 jumbo frames fail

Jump to solution
583 Views
GG0712
Contributor III

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

0 Kudos
Reply
1 Solution
566 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @GG0712 

Thanks for your post.

From the log, the jumbo frame feature seems not supported.

Since you are working with BSP35, the jumbo frame feature is not supported from the Linux PFE driver perspective, I suggest using the newer version BSP if possible.

 

BR

Chenyin

View solution in original post

0 Kudos
Reply
2 Replies
567 Views
chenyin_h
NXP Employee
NXP Employee

Hello, @GG0712 

Thanks for your post.

From the log, the jumbo frame feature seems not supported.

Since you are working with BSP35, the jumbo frame feature is not supported from the Linux PFE driver perspective, I suggest using the newer version BSP if possible.

 

BR

Chenyin

0 Kudos
Reply
513 Views
GG0712
Contributor III

Hi chenyin_h,

I can modify the jumbo frames after upgrade BSP version.

This issue was fixed on pfeng 1.3.0 version, and thanks for your support

Highlights:
    1) HIF netdev
    2) Slave STR support
    3) Graceful shutdown of HIF slave
    4) Support for PFE FW 1.6.0
    5) Jumbo frames up to 9k
    6) Use RT_LMEM on G3 by default
    7) Support external TS clock on EMACs
    8) Lossless Tx
    9) Routing rule monitoring API
    10) Various fixes

Thanks 

0 Kudos
Reply