[dpdk-dev] [PATCH] net/mlx: prefix private structure

Shahaf Shuler shahafs at mellanox.com
Sun Feb 24 07:56:14 CET 2019


Thursday, February 21, 2019 3:02 PM, Yongseok Koh:
> Subject: Re: [PATCH] net/mlx: prefix private structure
> 
> > On Feb 21, 2019, at 1:29 AM, Thomas Monjalon <thomas at monjalon.net>
> wrote:
> >
> > The private structure stored in rte_eth_dev->data->dev_private was
> > named "struct priv".
> > In order to ease code browsing, the structure is renamed "struct
> > mlx[45]_priv".
> >
> > Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> > ---
> 
> Please add "Cc: stable at dpdk.org" when merging it.

Added.

> 
> We can minimize conflict and manual labor, when automatically applying bug
> fixes to stable releases.
> 
> Acked-by: Yongseok Koh <yskoh at mellanox.com>

There were few checkpatch error for line which exceeded the 80 char boundaries. I have fixed those, please have a look on final patch.

Applied to next-net-mlx, thanks. 

> 
> Thanks


More information about the dev mailing list