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

2019-02-23 Thread Shahaf Shuler
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 > wrote: > > > > The private structure stored in rte_eth_dev->data->dev_private was > > named "struct priv". > > In order to ease code bro

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

2019-02-21 Thread Yongseok Koh
> On Feb 21, 2019, at 1:29 AM, Thomas Monjalon 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 > --- Please add "Cc: sta..