Re: [PATCH ethtool v3 1/3] Add missing 400000base modes for dump_link_caps

2020-09-28 Thread Michal Kubecek
On Mon, Sep 28, 2020 at 11:43:59AM -0500, Dan Murphy wrote: > Michal > > On 9/28/20 11:37 AM, Michal Kubecek wrote: > > On Mon, Sep 28, 2020 at 09:44:01AM -0500, Dan Murphy wrote: > > > Commit 63130d0b00040 ("update link mode tables") missed adding in the > > > 40base link_caps to the array. >

Re: [PATCH ethtool v3 1/3] Add missing 400000base modes for dump_link_caps

2020-09-28 Thread Dan Murphy
Michal On 9/28/20 11:37 AM, Michal Kubecek wrote: On Mon, Sep 28, 2020 at 09:44:01AM -0500, Dan Murphy wrote: Commit 63130d0b00040 ("update link mode tables") missed adding in the 40base link_caps to the array. Signed-off-by: Dan Murphy --- I'm sorry, I only found these patches shortly a

Re: [PATCH ethtool v3 1/3] Add missing 400000base modes for dump_link_caps

2020-09-28 Thread Michal Kubecek
On Mon, Sep 28, 2020 at 09:44:01AM -0500, Dan Murphy wrote: > Commit 63130d0b00040 ("update link mode tables") missed adding in the > 40base link_caps to the array. > > Signed-off-by: Dan Murphy > --- I'm sorry, I only found these patches shortly after I pushed similar update as I needed upd

[PATCH ethtool v3 1/3] Add missing 400000base modes for dump_link_caps

2020-09-28 Thread Dan Murphy
Commit 63130d0b00040 ("update link mode tables") missed adding in the 40base link_caps to the array. Signed-off-by: Dan Murphy --- ethtool.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/ethtool.c b/ethtool.c index 4f93c0f96985..974b14063de2 100644 --- a/ethtool.c +++ b/eth