> -----Original Message----- > From: Akhil Goyal [mailto:[email protected]] > Sent: Tuesday, March 13, 2018 12:34 PM > To: Trahe, Fiona <[email protected]>; [email protected]; > [email protected]; Zhang, Roy Fan > <[email protected]>; Doherty, Declan <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > Cc: De Lara Guarch, Pablo <[email protected]> > Subject: Re: [PATCH] lib/cryptodev: pass rte driver to REGISTER macro > > On 3/9/2018 11:14 PM, Fiona Trahe wrote: > > Pass an rte_driver to the RTE_PMD_REGISTER_CRYPTO_DRIVER macro > rather > > than an unspecified container which holds an rte_driver. > > All the macro actually needs is the rte_driver, not the container > > holding it. > > This paves the way for a later patch in which a driver will be > > registered which does not naturally derive from a container and so > > avoids having to create an arbitrary container to pass in the > > rte_driver. > > > > This patch changes the cryptodev lib macro and all the pmds which use > > it. > > > > Signed-off-by: Fiona Trahe <[email protected]> > > --- > > Reviewed-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto. Thanks, Pablo

