Re: [PATCH net] igb: Fix XDP with PTP enabled

2021-04-15 Thread Nick Lowe
> Doesn't the i210 card use the igc driver? > This change is for igb driver. The igb driver is used for the i210/i211, not igc.

Re: [PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller

2021-02-01 Thread Nick Lowe
I personally tested with mainline and 5.10, but not 5.4 Best, Nick

Re: [PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller

2021-02-01 Thread Nick Lowe
Hi all, It is correct that this is not a regression, it instead has never worked. My suggestion would be to merge it during the 5.11 cycle rather than 5.12 where possible because the patch is non-invasive and should be lower risk. There are significant and tangible real-world benefits to RSS fun

[PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller

2020-12-21 Thread Nick Lowe
confusion caused by the prior name. Signed-off-by: Nick Lowe --- drivers/net/ethernet/intel/igb/igb_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 03f78fdb0dcd..87ac1d3e25cb 100644

[PATCH net] igb: Enable RSS for Intel I211 Ethernet Controller

2020-12-21 Thread Nick Lowe
confusion caused by the prior name. Signed-off-by: Nick Lowe --- drivers/net/ethernet/intel/igb/igb_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c index 03f78fdb0dcd..87ac1d3e25cb 100644