[Intel-wired-lan] [PATCH v5 06/11] igc: Add transmit and receive fastpath and interrupt handlers

Neftin, Sasha sasha.neftin at intel.com
Thu Aug 16 07:44:12 UTC 2018


On 8/15/2018 19:25, Jeff Kirsher wrote:
> On Wed, 2018-08-15 at 18:02 +0300, Sasha Neftin wrote:
>> diff --git a/drivers/net/ethernet/intel/igc/igc_defines.h
>> b/drivers/net/ethernet/intel/igc/igc_defines.h
>> index f9d1842..8f0ce02 100644
>> --- a/drivers/net/ethernet/intel/igc/igc_defines.h
>> +++ b/drivers/net/ethernet/intel/igc/igc_defines.h
>> @@ -78,7 +78,7 @@
>>   #define IGC_IMS_DOUTSYNC       IGC_ICR_DOUTSYNC /* NIC DMA out of
>> sync */
>>   #define IGC_IMS_DRSTA          IGC_ICR_DRSTA   /* Device Reset
>> Asserted */
>>   #define IGC_IMS_RXT0           IGC_ICR_RXT0    /* Rx timer intr */
>> -#define IGC_IMS_RXDMT0         IGC_ICR_RXDMT0  /* Rx desc min.
>> threshold */
>> +#define IGC_IMS_RXDMT0         IGC_ICR_RXDMT0  /* Rx desc min.
>> threshold */
> 
> This fix to replace a tab with spaces should be in patch 4, where this
> code was introduced.
> 
fix will applied in v6.


More information about the Intel-wired-lan mailing list