On Tue, Apr 11, 2017 at 1:06 PM, Fulvio Risso <fulvio.ri...@polito.it> wrote:
>
> Is there any documentation that presents the interrupt context in which the
> different iomodules operate, according to the attaching point?

BPF_PROG_TYPE_SCHED_CLS and BPF_PROG_TYPE_XDP programs run in softirq.
BPF_PROG_TYPE_KPROBE and BPF_PROG_TYPE_TRACEPOINT can be anywhere except nmi.
BPF_PROG_TYPE_PERF_EVENT can be anywhere including nmi.
_______________________________________________
iovisor-dev mailing list
iovisor-dev@lists.iovisor.org
https://lists.iovisor.org/mailman/listinfo/iovisor-dev

Reply via email to