Re: [PATCH -next] liquidio: clear the correct memory

2017-04-05 Thread David Miller
From: Dan Carpenter Date: Mon, 3 Apr 2017 21:18:27 +0300 > There is a cut and paste bug here so we accidentally clear the first > few bytes of "resp" a second time instead clearing "ctx". > > Fixes: 50c0add534d2 ("liquidio: refactor interrupt moderation code") > Signed-off-by: Dan Carpenter Ap

Re: [PATCH -next] liquidio: clear the correct memory

2017-04-03 Thread Felix Manlunas
From: Dan Carpenter Date: Mon, 2017-Apr-03 21:18:27 +0300 > There is a cut and paste bug here so we accidentally clear the first > few bytes of "resp" a second time instead clearing "ctx". > > Fixes: 50c0add534d2 ("liquidio: refactor interrupt moderation code") > Signed-off-by: Dan Carpenter >

[PATCH -next] liquidio: clear the correct memory

2017-04-03 Thread Dan Carpenter
There is a cut and paste bug here so we accidentally clear the first few bytes of "resp" a second time instead clearing "ctx". Fixes: 50c0add534d2 ("liquidio: refactor interrupt moderation code") Signed-off-by: Dan Carpenter diff --git a/drivers/net/ethernet/cavium/liquidio/lio_ethtool.c b/driv