Commit 435a9ee
committed
src/ebpf.rs: Increase instruction limit to 1 million
The linux kernel allows programs of 1 million instructions, see
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c04c0d2b968ac45d6ef020316808ef6c82325a82
I'm hitting the 4096 limit in some corner cases with
https://github.com/seanyoung/cir, if the infrared protocol is very
complex (e.g. XMP). rbpf is used for testing the generated IR decoders
in the test framework.
Signed-off-by: Sean Young <[email protected]>1 parent 3e80ed7 commit 435a9ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments