Re: [PATCH net-next 2/6] ionic: reverse an interrupt coalesce calculation

2019-10-22 Thread Jakub Kicinski
On Tue, 22 Oct 2019 19:09:40 -0700, Shannon Nelson wrote: > On 10/22/19 6:22 PM, Andrew Lunn wrote: > > On Tue, Oct 22, 2019 at 01:31:09PM -0700, Shannon Nelson wrote: > >> Fix the initial interrupt coalesce usec-to-hw setting > >> to actually be usec-to-hw. > >> > >> Fixes: 780eded34ccc ("ionic:

Re: [PATCH net-next 2/6] ionic: reverse an interrupt coalesce calculation

2019-10-22 Thread Shannon Nelson
On 10/22/19 6:22 PM, Andrew Lunn wrote: On Tue, Oct 22, 2019 at 01:31:09PM -0700, Shannon Nelson wrote: Fix the initial interrupt coalesce usec-to-hw setting to actually be usec-to-hw. Fixes: 780eded34ccc ("ionic: report users coalesce request") Signed-off-by: Shannon Nelson Hi Shannon How b

Re: [PATCH net-next 2/6] ionic: reverse an interrupt coalesce calculation

2019-10-22 Thread Andrew Lunn
On Tue, Oct 22, 2019 at 01:31:09PM -0700, Shannon Nelson wrote: > Fix the initial interrupt coalesce usec-to-hw setting > to actually be usec-to-hw. > > Fixes: 780eded34ccc ("ionic: report users coalesce request") > Signed-off-by: Shannon Nelson Hi Shannon How bad is this? Should it be backport

[PATCH net-next 2/6] ionic: reverse an interrupt coalesce calculation

2019-10-22 Thread Shannon Nelson
Fix the initial interrupt coalesce usec-to-hw setting to actually be usec-to-hw. Fixes: 780eded34ccc ("ionic: report users coalesce request") Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv