On Fri, 23 Dec 2016 16:57:54 +0100
Jan Blunck <jblu...@infradead.org> wrote:

> From: Stephen Hemminger <step...@networkplumber.org>
> 
> The info in rte_device about driver is immutable and
> shouldn't change.
> 
> Acked-by: Jan Blunck <jblu...@infradead.org>
> Acked-by: Shreyansh Jain <shreyansh.j...@nxp.com>
> ---
>  lib/librte_eal/common/include/rte_dev.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_eal/common/include/rte_dev.h 
> b/lib/librte_eal/common/include/rte_dev.h
> index 1708244..b17791f 100644
> --- a/lib/librte_eal/common/include/rte_dev.h
> +++ b/lib/librte_eal/common/include/rte_dev.h
> @@ -122,7 +122,7 @@ struct rte_driver;
>   */
>  struct rte_device {
>       TAILQ_ENTRY(rte_device) next; /**< Next device */
> -     struct rte_driver *driver;    /**< Associated driver */
> +     const struct rte_driver *driver;/**< Associated driver */
>       int numa_node;                /**< NUMA node connection */
>       struct rte_devargs *devargs;  /**< Device user arguments */
>  };


Go ahead and add missing signed-off-by. I overlooked it on the
original  RFC set.

Signed-off-by: Stephen Hemminger <step...@networkplumber.org>

Reply via email to