Re: [PATCH v2] net/mlx5e: Use device ID defines

2017-06-22 Thread David Miller
From: Myron Stowe Date: Tue, 20 Jun 2017 11:21:26 -0600 > Use Mellanox device ID definitions in the driver's mlx5 ID table so tools > such as 'grep' and 'cscope' can be used to help find correlated material > (such as INTx Masking quirks: d76d2fe05fd PCI: Convert Mellanox broken > INTx quirks to

[PATCH v2] net/mlx5e: Use device ID defines

2017-06-20 Thread Myron Stowe
Use Mellanox device ID definitions in the driver's mlx5 ID table so tools such as 'grep' and 'cscope' can be used to help find correlated material (such as INTx Masking quirks: d76d2fe05fd PCI: Convert Mellanox broken INTx quirks to be for listed devices only). No functional change intended. Sign