RE: [net-next 14/15] i40e: ignore skb->xmit_more when deciding to set RS bit

2017-10-09 Thread Keller, Jacob E
er.kernel.org; > nhor...@redhat.com; sassm...@redhat.com; jogre...@redhat.com > Subject: Re: [net-next 14/15] i40e: ignore skb->xmit_more when deciding to set > RS bit > > On Mon, Oct 9, 2017 at 2:07 AM, David Laight wrote: > > From: Jeff Kirsher > >> Sent: 06 Octob

Re: [net-next 14/15] i40e: ignore skb->xmit_more when deciding to set RS bit

2017-10-09 Thread Alexander Duyck
On Mon, Oct 9, 2017 at 2:07 AM, David Laight wrote: > From: Jeff Kirsher >> Sent: 06 October 2017 18:57 >> From: Jacob Keller >> >> Since commit 6a7fded776a7 ("i40e: Fix RS bit update in Tx path and >> disable force WB workaround") we've tried to "optimize" setting the >> RS bit based around skb-

RE: [net-next 14/15] i40e: ignore skb->xmit_more when deciding to set RS bit

2017-10-09 Thread David Laight
From: Jeff Kirsher > Sent: 06 October 2017 18:57 > From: Jacob Keller > > Since commit 6a7fded776a7 ("i40e: Fix RS bit update in Tx path and > disable force WB workaround") we've tried to "optimize" setting the > RS bit based around skb->xmit_more. This same logic was refactored > in commit 1dc8b