Re: [PATCH net-next] liquidio: xmit_more support

2017-10-20 Thread David Miller
From: Felix Manlunas Date: Wed, 18 Oct 2017 10:36:02 -0700 > From: Intiyaz Basha > > Do not write the Tx doorbell if skb->xmit_more is set unless the Tx > queue is full or stopped. > > Signed-off-by: Intiyaz Basha > Signed-off-by: Derek Chickles > Signed-off-by: Felix Manlunas You're going

[PATCH net-next] liquidio: xmit_more support

2017-10-18 Thread Felix Manlunas
From: Intiyaz Basha Do not write the Tx doorbell if skb->xmit_more is set unless the Tx queue is full or stopped. Signed-off-by: Intiyaz Basha Signed-off-by: Derek Chickles Signed-off-by: Felix Manlunas --- drivers/net/ethernet/cavium/liquidio/lio_core.c| 6 -- drivers/net/ether