On Wed, Jan 25, 2023 at 5:02 PM Rahul Bhansali <rbhans...@marvell.com> wrote: > > From: Anoob Joseph <ano...@marvell.com> > > Inclusion of roc_api.h in all files would mean any change in RoC API > would result in recompilation of all cnxk drivers. Address this issue in > crypto_cnxk drivers by including only the headers that are required. > > Signed-off-by: Anoob Joseph <ano...@marvell.com> > --- > Changes in v3: Reorder patch in series for compilation fix. > Changes in v2: Updated git comment subject.
> /* SSO Operations */ > diff --git a/drivers/net/octeon_ep/meson.build > b/drivers/net/octeon_ep/meson.build > index a267b60290..a3bfed09ee 100644 > --- a/drivers/net/octeon_ep/meson.build > +++ b/drivers/net/octeon_ep/meson.build > @@ -2,6 +2,8 @@ > # Copyright(C) 2021 Marvell. > # > > +deps += ['common_cnxk'] This changes is not needed as octeon_ep driver is not using roc_ APIs. Have updated the patch with above change Series applied to dpdk-next-net-mrvl/for-next-net. Thanks > + > sources = files( > 'otx_ep_ethdev.c', > 'otx_ep_rxtx.c', > -- > 2.25.1 >