[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <771a5d37-68e5-458f-91a1-c9adce337f72@intel.com>
Date: Mon, 21 Jul 2025 09:12:54 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: "Loktionov, Aleksandr" <aleksandr.loktionov@...el.com>, Yuto Ohnuki
<ytohnuki@...zon.com>, "Kitszel, Przemyslaw" <przemyslaw.kitszel@...el.com>
CC: Andrew Lunn <andrew+netdev@...n.ch>, "David S . Miller"
<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski
<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
"intel-wired-lan@...ts.osuosl.org" <intel-wired-lan@...ts.osuosl.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v1] ixgbevf: remove unused
fields from struct ixgbevf_adapter
On 7/21/2025 4:47 AM, Loktionov, Aleksandr wrote:
>
>
>> -----Original Message-----
>> From: Nguyen, Anthony L <anthony.l.nguyen@...el.com>
>> Sent: Thursday, July 17, 2025 10:08 PM
>> To: Loktionov, Aleksandr <aleksandr.loktionov@...el.com>; Yuto Ohnuki
>> <ytohnuki@...zon.com>; Kitszel, Przemyslaw
>> <przemyslaw.kitszel@...el.com>
>> Cc: Andrew Lunn <andrew+netdev@...n.ch>; David S . Miller
>> <davem@...emloft.net>; Eric Dumazet <edumazet@...gle.com>; Jakub
>> Kicinski <kuba@...nel.org>; Paolo Abeni <pabeni@...hat.com>; intel-
>> wired-lan@...ts.osuosl.org; netdev@...r.kernel.org; linux-
>> kernel@...r.kernel.org
>> Subject: Re: [Intel-wired-lan] [PATCH iwl-next v1] ixgbevf: remove
>> unused fields from struct ixgbevf_adapter
>>
>>
>>
>> On 7/17/2025 2:33 AM, Loktionov, Aleksandr wrote:
>>>
>>>
>>>> -----Original Message-----
>>>> From: Intel-wired-lan <intel-wired-lan-bounces@...osl.org> On
>> Behalf
>>>> Of Yuto Ohnuki
>>>> Sent: Thursday, July 17, 2025 10:46 AM
>>>> To: Nguyen, Anthony L <anthony.l.nguyen@...el.com>; Kitszel,
>>>> Przemyslaw <przemyslaw.kitszel@...el.com>
>>>> Cc: Andrew Lunn <andrew+netdev@...n.ch>; David S . Miller
>>>> <davem@...emloft.net>; Eric Dumazet <edumazet@...gle.com>; Jakub
>>>> Kicinski <kuba@...nel.org>; Paolo Abeni <pabeni@...hat.com>; intel-
>>>> wired-lan@...ts.osuosl.org; netdev@...r.kernel.org; linux-
>>>> kernel@...r.kernel.org; Yuto Ohnuki <ytohnuki@...zon.com>
>>>> Subject: [Intel-wired-lan] [PATCH iwl-next v1] ixgbevf: remove
>> unused
>>>> fields from struct ixgbevf_adapter
>>>>
>>>> Remove hw_rx_no_dma_resources and eitr_param fields from struct
>>>> ixgbevf_adapter since these fields are never referenced in the
>> driver.
>>>>
>>>> Note that the interrupt throttle rate is controlled by the
>>>> rx_itr_setting and tx_itr_setting variables.
>>>>
>>>> This change simplifies the ixgbevf driver by removing unused
>> fields,
>>>> which improves maintainability.
>>>>
>>>> Signed-off-by: Yuto Ohnuki <ytohnuki@...zon.com>
>>> Can you add 'Fixes:' or 'Cleanup:' tag ?
>>
>> As there's no user bug, I don't believe this warrants a Fixes: tag.
>>
>> I'm not familiar with a Cleanup: tag; on quick browse of git log, I'm
>> not seeing one being used(?)
>>
>> Thanks,
>> Tony
>>
> Good day, Tony
> Examples of the tag could be get: git log --grep="^Cleanup:" --oneline
> ff9fb2e Merge tag 'samsung-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
> 15b5b76 Merge tag 'samsung-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/drivers
> 566d336 mm: warn on deleting redirtied only if accounted
> 35189b8 kernel/acct.c: use #elif instead of #end and #elif
> 0bbe4ce iommu/amd: Fix the overwritten field in IVMD header
> 521ec1c Merge tag 'renesas-dt-bindings-for-v4.18' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
> 878e917 Merge tag 'renesas-dt2-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
> c3acc32 Merge tag 'renesas-arm64-dt2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt64
> 8855e14 Merge tag 'renesas-dt-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt
> 5344df6 Merge tag 'renesas-arm64-dt-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt64
> 837a90e netfilter: ipset: Regroup ip_set_put_extensions and add extern
> ...
From what I saw all the 'Merge tags' are using this as part of the pull
request to categorize the 'Cleanup:' patches. The other patches are
using this line in the commit message to explain the cleanup that is
being done. I'm not opposed to the latter, but it seems the commit
message gives a reasonable explanation already and I don't think it's
worth respinning this to repeat, or reformat, what's already there.
Thanks,
Tony
Powered by blists - more mailing lists