On Fri, Oct 11, 2024 at 8:38 AM Konrad Sztyber <konrad.szty...@intel.com> wrote: > > On 10/9/24 17:12, Stephen Hemminger wrote: > > That is what tap, and xdp are doing. > > Thanks for the info. I'll take a look and will send a next rev doing > something similar in uio.
My two cents. net/tap uses the rte_mp_* infrastructure and this is what you need. net/af_xdp has two cases, so don't get confused with the custom SCM_RIGHTS stuff and stick to rte_mp_*. -- David Marchand