> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monja...@6wind.com]
> Sent: Wednesday, January 18, 2017 4:50 AM
> To: Shreyansh Jain
> Cc: dev@dpdk.org
> Subject: Re: [PATCH v8 1/9] eal/bus: introduce bus abstraction
>
> 2017-01-17 19:07, Shreyansh Jain:
> > +void
> > +rte_bus
2017-01-17 19:07, Shreyansh Jain:
> +void
> +rte_bus_register(struct rte_bus *bus)
> +{
> + RTE_VERIFY(bus);
> + RTE_VERIFY(bus->name && strlen(bus->name));
> +
> + TAILQ_INSERT_TAIL(&rte_bus_list, bus, next);
> + RTE_LOG(INFO, EAL, "Registered [%s] bus.\n", bus->name);
I think it
2 matches
Mail list logo