On 10/21/15 3:02 AM, He Kuang wrote:
Here's a hypothetical scenario to illustrate the use of timer map.
A video frame is updated between frame_refresh_start() and
frame_refresh_end(), in most cases, the interval between these two
functions is less than 40ms, but occasionally over 200ms.
We can
* Wangnan (F) wrote:
>
>
> On 2015/10/21 18:20, Ingo Molnar wrote:
> >* He Kuang wrote:
> >
> >>ping and add a...@plumgrid.com, what's your opinion on this?
> >Firstly, two days isn't nearly enough for a 'review timeout', secondly, have
> >you
> >seen the kbuild test reports?
> >
> >Thirdly,
On 2015/10/21 18:20, Ingo Molnar wrote:
* He Kuang wrote:
ping and add a...@plumgrid.com, what's your opinion on this?
Firstly, two days isn't nearly enough for a 'review timeout', secondly, have you
seen the kbuild test reports?
Thirdly, I suspect others will do a deeper review, but even
* He Kuang wrote:
> ping and add a...@plumgrid.com, what's your opinion on this?
Firstly, two days isn't nearly enough for a 'review timeout', secondly, have
you
seen the kbuild test reports?
Thirdly, I suspect others will do a deeper review, but even stylistically the
patch is a bit weird,
ping and add a...@plumgrid.com, what's your opinion on this?
On 2015/10/19 13:34, He Kuang wrote:
This patch implements a timer map type inherited from array map. eBPF
programs can deloy a timer by updating an entry in timer map, and
destroy that by deleting the entry. The timer delay time(ns) i
Hi He,
[auto build test WARNING on v4.3-rc6 -- if it's inappropriate base, please
suggest rules for selecting the more suitable base]
url:
https://github.com/0day-ci/linux/commits/He-Kuang/bpf-Add-new-bpf-map-type-for-timer/20151019-133809
reproduce:
# apt-get install sparse
This patch implements a timer map type inherited from array map. eBPF
programs can deloy a timer by updating an entry in timer map, and
destroy that by deleting the entry. The timer delay time(ns) is set by
updating the value field of the entries.
Currently, an intended empty function is called wh
7 matches
Mail list logo