Re: [PATCH net] sfc: push partner queue for skb->xmit_more

2015-11-02 Thread David Miller
From: Martin Habets Date: Mon, 2 Nov 2015 12:51:31 + > When the IP stack passes SKBs the sfc driver puts them in 2 different TX > queues (called partners), one for checksummed and one for not checksummed. > If the SKB has xmit_more set the driver will delay pushing the work to the > NIC. > >

[PATCH net] sfc: push partner queue for skb->xmit_more

2015-11-02 Thread Martin Habets
When the IP stack passes SKBs the sfc driver puts them in 2 different TX queues (called partners), one for checksummed and one for not checksummed. If the SKB has xmit_more set the driver will delay pushing the work to the NIC. When later it does decide to push the buffers this patch ensures it al