Re: [PATCH 0/2] forcedeth: recv cache support

2019-07-09 Thread Yanjun Zhu
On 2019/7/9 6:23, David Miller wrote: From: Zhu Yanjun Date: Fri, 5 Jul 2019 02:19:26 -0400 This recv cache is to make NIC work steadily when the system memory is not enough. The system is supposed to hold onto enough atomic memory to absorb all reasonable situations like this. If anythin

Re: [PATCH 0/2] forcedeth: recv cache support

2019-07-08 Thread David Miller
From: Zhu Yanjun Date: Fri, 5 Jul 2019 02:19:26 -0400 > This recv cache is to make NIC work steadily when the system memory is > not enough. The system is supposed to hold onto enough atomic memory to absorb all reasonable situations like this. If anything a solution to this problem belongs ge

[PATCH 0/2] forcedeth: recv cache support

2019-07-04 Thread Zhu Yanjun
This recv cache is to make NIC work steadily when the system memory is not enough. >From long time testing, the NIC worked very well when the system memory is not enough. And the NIC performance is better from about 920M to about 940M. Some simple tests are made: ip link set forcedeth_nic down/u