You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use neper to test psp at first. Then I use command sudo ethtool -k ens33 | grep psp to check my interface config.
It shows : tx-tcp-psp-segmentation: off [fixed] psp-ip: off [fixed]
And I tried to turn them on using sudo ethtool -K ens33 psp-ip on.
Then it showed : Actual changes: psp-ip: off [requested on] Could not change any device features
Is this because my Nic doesn't support PSP?
The text was updated successfully, but these errors were encountered:
I can't use neper to test psp at first. Then I use command
sudo ethtool -k ens33 | grep psp
to check my interface config.It shows :
tx-tcp-psp-segmentation: off [fixed] psp-ip: off [fixed]
And I tried to turn them on using
sudo ethtool -K ens33 psp-ip on
.Then it showed :
Actual changes: psp-ip: off [requested on] Could not change any device features
Is this because my Nic doesn't support PSP?
The text was updated successfully, but these errors were encountered: