Displaying 6 results from an estimated 6 matches for "lidong".
Did you mean:
hidong
2018 Apr 08
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...cies shown below were tested between two Virtual Machines using
> netperf (UDP_STREAM, len=1), and then another machine pinged the client:
...
> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> Signed-off-by: Lidong Chen <lidongchen at tencent.com>
Michael and Jason, please review.
2018 Apr 09
0
[PATCH RESEND v2] vhost-net: set packet weight of tx polling to 2 * vq size
...ng
> netperf (UDP_STREAM, len=1), and then another machine pinged the client:
...
> Acked-by: Michael S. Tsirkin <mst at redhat.com>
> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> Signed-off-by: Lidong Chen <lidongchen at tencent.com>
Applied, thank you.
2018 Apr 03
0
[PATCH] vhost-net: add limitation of sent packets for tx polling
...8/ 8/ -2%/ 0%
> 4096/ 1/ -2%/ 0%
> 4096/ 4/ +2%/ 0%
> 4096/ 8/ +9%/ -2%
>
> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> Signed-off-by: Lidong Chen <lidongchen at tencent.com>
> ---
> drivers/vhost/net.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
> index 8139bc70ad7d..13a23f3f3ea4 100644
> --- a/drivers/vhost/net.c
> +++ b/driver...
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...t; 4096/ 4/ +2%/ 0% 4096/ 4/ 0%/ 0%
> 4096/ 8/ +9%/ -2% 4096/ 8/ -5%/ -1%
>
> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> Signed-off-by: Lidong Chen <lidongchen at tencent.com>
Code is fine but I'd like to see validation of the heuristic
2*vq->num with another vq size.
> ---
> drivers/vhost/net.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/vhost/net.c b/drivers/v...
2018 Apr 03
0
[PATCH] vhost-net: add limitation of sent packets for tx polling
...0%
> >> 4096/ 4/ +2%/ 0%
> >> 4096/ 8/ +9%/ -2%
> >>
> >> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> >> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> >> Signed-off-by: Lidong Chen <lidongchen at tencent.com>
> >> ---
> >> drivers/vhost/net.c | 8 +++++++-
> >> 1 file changed, 7 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c
> >> index 8139bc70ad7d..13a23f3f3ea4 1...
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
.../ 0%/ 0%
> > > 4096/ 8/ +9%/ -2% 4096/ 8/ -5%/ -1%
> > >
> > > Signed-off-by: Haibin Zhang <haibinzhang at tencent.com>
> > > Signed-off-by: Yunfang Tai <yunfangtai at tencent.com>
> > > Signed-off-by: Lidong Chen <lidongchen at tencent.com>
> >
> > Code is fine but I'd like to see validation of the heuristic
> > 2*vq->num with another vq size.
> >
> >
> >
> > > ---
> > > drivers/vhost/net.c | 8 +++++++-
> > > 1 file changed,...