Hi Alexei,
On Wed, Nov 22, 2023 at 03:28:16PM -0800, Alexei Starovoitov wrote:
On Wed, Nov 22, 2023 at 10:21 AM Daniel Xu dxu@dxuuu.xyz wrote:
bpf_printk("replay-window %d\n", x->replay_esn->replay_window);
Pls no printk in tests. Find a different way to validate.
Ack. I'll migrate the ipsec tunnel tests to test_progs next rev so it can use mmaped globals.
Thanks, Daniel