Displaying 3 results from an estimated 3 matches for "47bytes".
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...ing vhost work and
>> exit the busy loop if it found one. So I believe something block the
>> work queuing. E.g did reverting 8241a1e466cd56e6c10472cac9c1ad4e54bc65db
>> fix the issue?
> "busy tx polling" means using netperf send udp packets with 1 bytes payload(total 47bytes frame lenght),
> and handle_tx() will be busy sending packets continuously.
>
>>> It's not fair for handle_rx(),
>>> so needs to limit max time of tx polling.
>>>
>>> ---
>>> drivers/vhost/net.c | 3 ++-
>>> 1 file changed, 2 i...
2018 Mar 28
2
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...ing vhost work and
>> exit the busy loop if it found one. So I believe something block the
>> work queuing. E.g did reverting 8241a1e466cd56e6c10472cac9c1ad4e54bc65db
>> fix the issue?
> "busy tx polling" means using netperf send udp packets with 1 bytes payload(total 47bytes frame lenght),
> and handle_tx() will be busy sending packets continuously.
>
>>> It's not fair for handle_rx(),
>>> so needs to limit max time of tx polling.
>>>
>>> ---
>>> drivers/vhost/net.c | 3 ++-
>>> 1 file changed, 2 i...
2018 Mar 28
0
[PATCH] vhost-net: add time limitation for tx polling(Internet mail)
...> > exit the busy loop if it found one. So I believe something block the
> > > work queuing. E.g did reverting 8241a1e466cd56e6c10472cac9c1ad4e54bc65db
> > > fix the issue?
> > "busy tx polling" means using netperf send udp packets with 1 bytes payload(total 47bytes frame lenght),
> > and handle_tx() will be busy sending packets continuously.
> >
> > > > It's not fair for handle_rx(),
> > > > so needs to limit max time of tx polling.
> > > >
> > > > ---
> > > > drivers/vhost/ne...