Re: [net-next 2/8] igc: Add Receive Descriptor Minimum Threshold Count

2020-07-22 Thread Jakub Kicinski
On Wed, 22 Jul 2020 14:31:44 -0700 Tony Nguyen wrote: > From: Sasha Neftin > > This register counts the number of events where the number of > descriptors in one of the Rx queues was lower than the threshold > defined for this queue. Cool, why do you need to read / clear it, though?

[net-next 2/8] igc: Add Receive Descriptor Minimum Threshold Count

2020-07-22 Thread Tony Nguyen
From: Sasha Neftin This register counts the number of events where the number of descriptors in one of the Rx queues was lower than the threshold defined for this queue. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Tony Nguyen --- drivers/net/ethernet/intel/igc/igc_mac.c