[PATCH iwl-next v4 9/9] igc: Add support to get frame preemption statistics via ethtool
Abdul Rahim, Faizal
faizal.abdul.rahim at linux.intel.com
Wed Feb 12 21:42:28 PST 2025
On 13/2/2025 5:54 am, Vladimir Oltean wrote:
> On Mon, Feb 10, 2025 at 02:02:07AM -0500, Faizal Rahim wrote:
>> diff --git a/drivers/net/ethernet/intel/igc/igc_main.c b/drivers/net/ethernet/intel/igc/igc_main.c
>> index f15ac7565fbd..cd5160315993 100644
>> --- a/drivers/net/ethernet/intel/igc/igc_main.c
>> +++ b/drivers/net/ethernet/intel/igc/igc_main.c
>> @@ -3076,6 +3076,7 @@ static bool igc_clean_tx_irq(struct igc_q_vector *q_vector, int napi_budget)
>> break;
>>
>> if (static_branch_unlikely(&igc_fpe_enabled) &&
>> + adapter->fpe.mmsv.pmac_enabled &&
>
> This bit is misplaced in this patch.
My bad, thanks for catching that.
More information about the linux-arm-kernel
mailing list