Re: [dpdk-dev] [PATCH v2] common/dpaax: move shared sec HW code to common

2019-10-17 Thread Akhil Goyal
> > > > > The SEC HW code is being shared by multiple NXP based > > drivers. It is better to place it at a common place. > > the current users are: > > 1. DPAA2_SEC > > 2. DPAA_SEC > > 3. CAAM_JR > > > > > > Signed-off-by: Hemant Agrawal > > --- > > These are few pending patches related to pdc

Re: [dpdk-dev] [PATCH v2] common/dpaax: move shared sec HW code to common

2019-09-01 Thread Akhil Goyal
> > The SEC HW code is being shared by multiple NXP based > drivers. It is better to place it at a common place. > the current users are: > 1. DPAA2_SEC > 2. DPAA_SEC > 3. CAAM_JR > > > Signed-off-by: Hemant Agrawal > --- These are few pending patches related to pdcp which I will be sending