[Intel-wired-lan] [PATCH v1 1/1] igc: Update the device ID

Sasha Neftin sasha.neftin at intel.com
Wed Sep 22 07:15:51 UTC 2021


On 9/10/2021 10:28, Paul Menzel wrote:
> Dear Sasha,
> 
> 
> Thank you for the patch.
> 
> 
> Am 09.09.21 um 19:49 schrieb Sasha Neftin:
> 
> Please mention the device in the commit message summary:
> 
>> igc: Update I226_k device ID
> 
> 
>> Update device ID for the I226_K part.
> 
> Some background would be nice, where the old/wrong(?) ID came from, and 
> where the new one is specified.
Align to the latest documentation comes from our HW architecture team.
> 
> 
> Kind regards,
> 
> Paul
> 
> 
>> Fixes: bfa5e98c9de4 ("igc: Add new device ID")
>> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
>> ---
>>   drivers/net/ethernet/intel/igc/igc_hw.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/net/ethernet/intel/igc/igc_hw.h 
>> b/drivers/net/ethernet/intel/igc/igc_hw.h
>> index 772fd06e93ac..587db7483f25 100644
>> --- a/drivers/net/ethernet/intel/igc/igc_hw.h
>> +++ b/drivers/net/ethernet/intel/igc/igc_hw.h
>> @@ -22,9 +22,9 @@
>>   #define IGC_DEV_ID_I220_V            0x15F7
>>   #define IGC_DEV_ID_I225_K            0x3100
>>   #define IGC_DEV_ID_I225_K2            0x3101
>> +#define IGC_DEV_ID_I226_K            0x3102
>>   #define IGC_DEV_ID_I225_LMVP            0x5502
>>   #define IGC_DEV_ID_I226_LMVP            0x5503
>> -#define IGC_DEV_ID_I226_K            0x5504
>>   #define IGC_DEV_ID_I225_IT            0x0D9F
>>   #define IGC_DEV_ID_I226_LM            0x125B
>>   #define IGC_DEV_ID_I226_V            0x125C
>>
Thanks for the review.


More information about the Intel-wired-lan mailing list