On Fri, 1 Jul 2022 02:02:41 -0700 lon...@linuxonhyperv.com wrote: > +#include <rte_malloc.h> > +#include <ethdev_driver.h> > +#include <ethdev_pci.h> > +#include <rte_pci.h> > +#include <rte_bus_pci.h> > +#include <rte_common.h> > +#include <rte_kvargs.h> > +#include <rte_rwlock.h> > +#include <rte_spinlock.h> > +#include <rte_string_fns.h> > +#include <rte_alarm.h> > +#include <rte_log.h> > +#include <rte_eal_paging.h> > +#include <rte_io.h>
This is including everything and much of this not used here. I see no rwlock, alarm or rte_malloc here.