Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-06-16 Thread Chas Williams
On Thu, Jun 14, 2018 at 1:04 PM Ferruh Yigit wrote: > On 4/16/2018 8:09 PM, Matan Azrad wrote: > > Hi Chas > > > > From: Chas Williams, Monday, April 16, 2018 7:44 PM > >> On Mon, Apr 16, 2018 at 4:06 AM, Matan Azrad > >> wrote: > >>> Hi Chas > >>> > >>> From: Chas Williams, Wednesday, February

Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-06-14 Thread Ferruh Yigit
On 4/16/2018 8:09 PM, Matan Azrad wrote: > Hi Chas > > From: Chas Williams, Monday, April 16, 2018 7:44 PM >> On Mon, Apr 16, 2018 at 4:06 AM, Matan Azrad >> wrote: >>> Hi Chas >>> >>> From: Chas Williams, Wednesday, February 14, 2018 12:55 AM If a link is carrier down and using autonegotiat

Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-04-16 Thread Matan Azrad
Hi Chas From: Chas Williams, Monday, April 16, 2018 7:44 PM > On Mon, Apr 16, 2018 at 4:06 AM, Matan Azrad > wrote: > > Hi Chas > > > > From: Chas Williams, Wednesday, February 14, 2018 12:55 AM > >> If a link is carrier down and using autonegotiation, then the PMD may > >> not have detected a sp

Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-04-16 Thread Chas Williams
On Mon, Apr 16, 2018 at 4:06 AM, Matan Azrad wrote: > Hi Chas > > From: Chas Williams, Wednesday, February 14, 2018 12:55 AM >> If a link is carrier down and using autonegotiation, then the PMD may not >> have detected a speed yet. In this case the best we can do is ignore the >> link >> speed a

Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-04-16 Thread Matan Azrad
Hi Chas From: Chas Williams, Wednesday, February 14, 2018 12:55 AM > If a link is carrier down and using autonegotiation, then the PMD may not > have detected a speed yet. In this case the best we can do is ignore the link > speed and duplex since they aren't valid. Ok for this. > To be comple

Re: [dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-02-13 Thread Thomas Monjalon
13/02/2018 23:54, Chas Williams: > From: Chas Williams > > If a link is carrier down and using autonegotiation, then the PMD may not > have detected a speed yet. In this case the best we can do is ignore the > link speed and duplex since they aren't valid. To be completely correct, > there shou

[dpdk-dev] [PATCH] net/bonding: fix link properties with autoneg

2018-02-13 Thread Chas Williams
From: Chas Williams If a link is carrier down and using autonegotiation, then the PMD may not have detected a speed yet. In this case the best we can do is ignore the link speed and duplex since they aren't valid. To be completely correct, there should be additional checks to prevent a slave th