Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-07 Thread Hariprasad Kelam
ovvuri Goutham ; Linu > Cherian ; Geethasowjanya Akula > ; Jerin Jacob Kollanukkaran ; > Subbaraya Sundeep Bhatta > Subject: [EXT] Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link > configuration > > On Fri, 5 Feb 2021 14:15:01 + Hariprasad Kelam wrote: >

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-05 Thread Jakub Kicinski
On Fri, 5 Feb 2021 14:15:01 + Hariprasad Kelam wrote: > > > Will add multi advertised mode support in near future. > > > > Looking at patch 6 it seems like the get side already supports multiple > > modes, > > although the example output only lists supported no advertised. > > > > Is the

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-05 Thread Hariprasad Kelam
ovvuri Goutham ; Linu > Cherian ; Geethasowjanya Akula > ; Jerin Jacob Kollanukkaran ; > Subbaraya Sundeep Bhatta > Subject: [EXT] Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link > configuration > > On Thu, 4 Feb 2021 17:37:41 + Hariprasad Ke

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-04 Thread Jakub Kicinski
On Thu, 4 Feb 2021 17:37:41 + Hariprasad Kelam wrote: > > > + req->args.speed = req_ks.base.speed; > > > + /* firmware expects 1 for half duplex and 0 for full duplex > > > + * hence inverting > > > + */ > > > + req->args.duplex = req_ks.base.duplex ^ 0x1; > > > + req->args.an =

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-04 Thread Hariprasad Kelam
ovvuri Goutham ; Linu > Cherian ; Geethasowjanya Akula > ; Jerin Jacob Kollanukkaran ; > Subbaraya Sundeep Bhatta > Subject: [EXT] Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link > configuration > > On Sun, 31 Jan 2021 18:41:05 +0530 Hariprasad Kelam wrote: &

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-02 Thread Jakub Kicinski
On Sun, 31 Jan 2021 18:41:05 +0530 Hariprasad Kelam wrote: > From: Christina Jacob > > Register set_link_ksetting callback with driver such that > link configurations parameters like advertised mode,speed, duplex > and autoneg can be configured. > > below command > ethtool -s eth0 advertise 0x1

Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-02-02 Thread Jesse Brandeburg
Hariprasad Kelam wrote: > From: Christina Jacob > > Register set_link_ksetting callback with driver such that > link configurations parameters like advertised mode,speed, duplex > and autoneg can be configured. > > below command > ethtool -s eth0 advertise 0x1 speed 10 duplex full autoneg on >

[Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-01-31 Thread Hariprasad Kelam
From: Christina Jacob Register set_link_ksetting callback with driver such that link configurations parameters like advertised mode,speed, duplex and autoneg can be configured. below command ethtool -s eth0 advertise 0x1 speed 10 duplex full autoneg on Signed-off-by: Christina Jacob

[Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration

2021-01-31 Thread Hariprasad Kelam
From: Christina Jacob Register set_link_ksetting callback with driver such that link configurations parameters like advertised mode,speed, duplex and autoneg can be configured. below command ethtool -s eth0 advertise 0x1 speed 10 duplex full autoneg on Signed-off-by: Christina Jacob