[PATCH 2/9] aoe: print warning regarding a common reason for dropped transmits

2012-10-17 Thread Ed Cashin
Dropped transmits are not common, but when they do occur, increasing the transmit queue length often helps. Signed-off-by: Ed Cashin --- drivers/block/aoe/aoenet.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/aoenet

Re: [PATCH 2/9] aoe: print warning regarding a common reason for dropped transmits

2012-10-17 Thread Andrew Morton
On Mon, 15 Oct 2012 18:42:43 -0700 Ed Cashin wrote: > Dropped transmits are not common, but when they do occur, increasing > the transmit queue length often helps. > > ... > > +/* enters with txlock held > + * > + * Use __must_hold(&txlock) for sparse when upcoming patch adds it to > + * compiler

[PATCH 2/9] aoe: print warning regarding a common reason for dropped transmits

2012-10-15 Thread Ed Cashin
Dropped transmits are not common, but when they do occur, increasing the transmit queue length often helps. Signed-off-by: Ed Cashin --- drivers/block/aoe/aoenet.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/block/aoe/aoenet.c b/drivers/block/aoe/ao