> On Feb 21, 2019, at 1:29 AM, Thomas Monjalon <[email protected]> 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 <[email protected]> > ---
Please add "Cc: [email protected]" when merging it. We can minimize conflict and manual labor, when automatically applying bug fixes to stable releases. Acked-by: Yongseok Koh <[email protected]> Thanks

