Re: [PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
Nicholas Dudar <[email protected]>
| Newsgroups | org.kernel.vger.linux-mips,org.kernel.vger.bpf,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJZwKkjtzQ0cz8z_b0p--sixppFrc=sM98jts2DxWNZY9wfQyA@mail.gmail.com> |
> If I understand it correctly, I would then add BSWAP and JMP32_JA on > top of your patches? Yes, please. The strict requirements are that SDIV/SMOD and MOVSX come first. MEMSX, BSWAP, and JMP32_JA can then follow in any order, but stacking BSWAP and JMP32_JA after all three series gives us a simple shared base. The MOVSX and MEMSX RFCs are here: https://lore.kernel.org/bpf/[email protected]/ https://lore.kernel.org/bpf/[email protected]/ I plan to post the non-RFC versions after bpf-next reopens, preserving that ordering. Thanks, Nick