Re: [net-next PATCH 2/8] octeontx2-pf: Add ethtool priv flag to control PAM4 on/off

2021-03-23 Thread Hariprasad Kelam
m ; > Linu Cherian ; Geethasowjanya Akula > ; Jerin Jacob Kollanukkaran ; > Subbaraya Sundeep Bhatta > Subject: Re: [net-next PATCH 2/8] octeontx2-pf: Add ethtool priv flag to > control PAM4 on/off > > On Sun, Mar 21, 2021 at 05:39:52PM +0530, Hariprasad Kelam wrote: > > From:

Re: [net-next PATCH 2/8] octeontx2-pf: Add ethtool priv flag to control PAM4 on/off

2021-03-21 Thread Andrew Lunn
On Sun, Mar 21, 2021 at 05:39:52PM +0530, Hariprasad Kelam wrote: > From: Felix Manlunas > > For PHYs that support changing modulation type (NRZ or PAM4), enable these > commands: > > ethtool --set-priv-flags ethX pam4 on > ethtool --set-priv-flags ethX pam4 off# means NRZ

[net-next PATCH 2/8] octeontx2-pf: Add ethtool priv flag to control PAM4 on/off

2021-03-21 Thread Hariprasad Kelam
From: Felix Manlunas For PHYs that support changing modulation type (NRZ or PAM4), enable these commands: ethtool --set-priv-flags ethX pam4 on ethtool --set-priv-flags ethX pam4 off# means NRZ modulation ethtool --show-priv-flags ethX Signed-off-by: Felix Manlunas