Re: [PATCH V7 6/8] i40e: queue-specific settings for interrupt moderation

2016-02-19 Thread Jeff Kirsher
On Fri, 2016-02-19 at 09:24 -0500, Kan Liang wrote: > From: Kan Liang > > For i40e driver, each vector has its own ITR register. However, there > are no concept of queue-specific settings in the driver proper. Only > global variable is used to store ITR values. That will

[PATCH V7 6/8] i40e: queue-specific settings for interrupt moderation

2016-02-19 Thread Kan Liang
From: Kan Liang For i40e driver, each vector has its own ITR register. However, there are no concept of queue-specific settings in the driver proper. Only global variable is used to store ITR values. That will cause problems especially when resetting the vector. The specific