Jakub Kicinski wrote: > On Wed, 10 Jan 2024 14:01:24 -0800 John Fastabend wrote: > > + EXPECT_EQ(splice(p[0], NULL, self->fd, NULL, send_pipe, 0xe), 1); > > Any reason to use 0xe rather than the SPLICE_F_* defines for flags? No reason I crafted the test first and then forgot to come back and tidy it much. I'll send a v2 with readable names.