[PATCH 11/17] net/mana: implement the hardware layer operations

Stephen Hemminger stephen at networkplumber.org
Fri Jul 1 18:38:54 CEST 2022


On Fri,  1 Jul 2022 02:02:41 -0700
longli at 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.


More information about the dev mailing list