On 2020-04-15 13:29, Pablo Neira Ayuso wrote:
Hi Manoj
On Wed, Apr 15, 2020 at 12:54:11PM +0530, Manoj Basapathi wrote:
Introduce "--alarm" option for idletimer rule.
If it is present, hardidle-timer is used, else default timer.
The default idletimer starts a deferrable timer or in other
words the timer will cease to run when cpu is in suspended
state. This change introduces the option to start a
non-deferrable or alarm timer which will continue to run even
when the cpu is in suspended state.
Would you include the recent update from Maciej:
iptables: open eBPF programs in read only mode
in v2.
Thanks.
Hi Pablo,
IDLETIMER is not using bpf_obj_get function.
Can you please give me more details on how to include Maciej commit
here.
Thanks,
Manoj