On 7/14/2017 10:12 PM, Jan Blunck wrote:
> This removes the enum rte_devtype field ``type`` from struct rte_devargs.
>
> Signed-off-by: Jan Blunck <[email protected]>
<...>
> --- a/lib/librte_eal/common/include/rte_devargs.h
> +++ b/lib/librte_eal/common/include/rte_devargs.h
> @@ -75,8 +75,6 @@ enum rte_devtype {
> struct rte_devargs {
> /** Next in list. */
> TAILQ_ENTRY(rte_devargs) next;
> - /** Type of device. */
> - enum rte_devtype type;
I am not sure if type can be removed, please check the comment on patch
5/15.
> /** Bus handle for the device. */
> struct rte_bus *bus;
> /** Name of the bus the device belongs to. */
>