Re: [PATCH v3 06/11] net: phylink: Add some helpers for working with mac caps

From: Sean Anderson
Date: Mon Jul 25 2022 - 11:51:09 EST


On 7/25/22 11:46 AM, Vladimir Oltean wrote:
> On Mon, Jul 25, 2022 at 11:42:25AM -0400, Sean Anderson wrote:
>> Hi Vladmir,
>>
>> On 7/25/22 11:41 AM, Vladimir Oltean wrote:
>> > On Mon, Jul 25, 2022 at 11:37:24AM -0400, Sean Anderson wrote:
>> >> This adds a table for converting between speed/duplex and mac
>> >> capabilities. It also adds a helper for getting the max speed/duplex
>> >> from some caps. It is intended to be used by Russell King's DSA phylink
>> >> series. The table will be used directly later in this series.
>> >>
>> >> Co-developed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>
>> >> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>
>> >> Co-developed-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
>> >> Signed-off-by: Russell King (Oracle) <rmk+kernel@xxxxxxxxxxxxxxx>
>> >> [ adapted to live in phylink.c ]
>> >> Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxx>
>> >> ---
>> >> This is adapted from [1].
>> >>
>> >> [1] https://lore.kernel.org/netdev/E1oCNlE-006e3z-3T@xxxxxxxxxxxxxxxxxxxxxx/
>> >
>> > I did not write even one line of code from this patch, please drop my
>> > name from the next revision when there will be one.
>> >
>>
>> I merely retained your CDB/SoB from [1].
>
> Yes, but context matters, the logic that you cropped out from that patch
> was exactly my contribution to that change, the result no longer has anything
> to do with me. Maybe you didn't have any way to know this, but now you do.
>

OK, I will remove those lines from the next revision.

--Sean