Hi all, Is there any way to perform routing in user-space with AF_XDP without too much hassle? The only way I see at the moment is to replicate in user-space the kernel's FIB state via RTNL events, and performing afterwards the IP routing lookup using some LPM algorithm implementation. Is there an "easier" way for doing this? Thank you