1848645_en-US

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

1848645_en-US

1848645_en-US

How to Enable and Disable Packet Forwarding Engine (PFE) at Runtime in Linux

Hello;

I am seeking a method to deactivate/partially disable /constrain/disable power the PFE in runtime.

Re: How to Enable and Disable Packet Forwarding Engine (PFE) at Runtime in Linux

Hello, @irfank

Thanks for the questions

Sorry that I am not sure which version BSP you are using nor which device referred to(S32G2 or G3?), let me take S32G2RDB2 with BSP40 for example.

Currently, the PM runtime feature is enabled by default in PFE Linux driver.

By default, the device PM control policy is “auto”, which means to allow the device to be power managed at run time. If you want to disable the run time PM, you may change it to “on”, which to prevent the device from being power managed, logs below for your reference.

root@s32g274ardb2:~# cat /sys/devices/platform/soc/46000000.pfe/power/control

auto

root@s32g274ardb2:~# echo "on" > /sys/devices/platform/soc/46000000.pfe/power/control

root@s32g274ardb2:~# cat /sys/devices/platform/soc/46000000.pfe/power/control

on 


Best Regards

Chenyin

タグ(1)
評価なし
バージョン履歴
最終更新日:
‎11-21-2025 04:06 PM
更新者: