draft-thaler-bpf-isa-02.txt is now posted in the Linux kernel repository: https://datatracker.ietf.org/doc/draft-thaler-bpf-isa/ All changes in the Linux kernel repository's RST files are automatically included in this update. Diffs from -01 include: * s/eBPF/BPF (David Vernet) * remove ABI text (David Vernet) * fix BPF_NEG entry (Jose Marchesi) * add documentatoin for cpu=v4 instructions (Yonghong Song) * formalize type notation and function semantics (Will Hawkins) * define semantics of sign extension (Will Hawkins) * correct source of offset for program-local call (Will Hawkins) * add IANA considerations section as discussed at IETF 117 (Dave Thaler) It took me a while to generate this update since the RST source in the Linux repository now includes more RST markup/directives than before, so I've had to add features into the rst2rfcxml conversion tool. However, I've finally finished those feature additions so I submitted a draft update to match. Let me know if anyone spots any rendering errors, and I plan to submit another update before IETF 118. As mentioned at IETF 117, https://github.com/ietf-wg-bpf/ebpf-docs is the github repository that does the conversion. Dave