Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-22 Thread Zhu Yanjun
On 2019/10/22 23:40, Jakub Kicinski wrote: On Tue, 22 Oct 2019 13:32:35 +0800, Zhu Yanjun wrote: On 2019/10/21 23:33, Jakub Kicinski wrote: On Mon, 21 Oct 2019 17:56:06 +0800, Zhu Yanjun wrote: On 2019/10/19 6:48, Jakub Kicinski wrote: On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote:

Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-22 Thread Jakub Kicinski
On Tue, 22 Oct 2019 13:32:35 +0800, Zhu Yanjun wrote: > On 2019/10/21 23:33, Jakub Kicinski wrote: > > On Mon, 21 Oct 2019 17:56:06 +0800, Zhu Yanjun wrote: > >> On 2019/10/19 6:48, Jakub Kicinski wrote: > >>> On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote: > This change adds suppo

Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-21 Thread Zhu Yanjun
On 2019/10/21 23:33, Jakub Kicinski wrote: On Mon, 21 Oct 2019 17:56:06 +0800, Zhu Yanjun wrote: On 2019/10/19 6:48, Jakub Kicinski wrote: On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote: This change adds support for xmit_more based on the igb commit 6f19e12f6230 ("igb: flush when in xm

Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-21 Thread Jakub Kicinski
On Mon, 21 Oct 2019 17:56:06 +0800, Zhu Yanjun wrote: > On 2019/10/19 6:48, Jakub Kicinski wrote: > > On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote: > >> This change adds support for xmit_more based on the igb commit 6f19e12f6230 > >> ("igb: flush when in xmit_more mode and under descripto

Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-21 Thread Zhu Yanjun
On 2019/10/19 6:48, Jakub Kicinski wrote: On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote: This change adds support for xmit_more based on the igb commit 6f19e12f6230 ("igb: flush when in xmit_more mode and under descriptor pressure") and commit 6b16f9ee89b8 ("net: move skb->xmit_more hin

Re: [PATCH] net: forcedeth: add xmit_more support

2019-10-18 Thread Jakub Kicinski
On Fri, 18 Oct 2019 06:01:25 -0400, Zhu Yanjun wrote: > This change adds support for xmit_more based on the igb commit 6f19e12f6230 > ("igb: flush when in xmit_more mode and under descriptor pressure") and > commit 6b16f9ee89b8 ("net: move skb->xmit_more hint to softnet data") that > were made to i

[PATCH] net: forcedeth: add xmit_more support

2019-10-18 Thread Zhu Yanjun
This change adds support for xmit_more based on the igb commit 6f19e12f6230 ("igb: flush when in xmit_more mode and under descriptor pressure") and commit 6b16f9ee89b8 ("net: move skb->xmit_more hint to softnet data") that were made to igb to support this feature. The function netif_xmit_stopped is