> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:58 AM > To: dev@dpdk.org > Cc: Van Haaren, Harry <harry.van.haa...@intel.com>; > step...@networkplumber.org; gaetan.ri...@6wind.com; shreyansh.j...@nxp.com; > tho...@monjalon.net; mattias.ronnb...@ericsson.com; Richardson, Bruce > <bruce.richard...@intel.com>; Laatz, Kevin <kevin.la...@intel.com> > Subject: [PATCH v4 01/13] eal: add param register infrastructure > > This commit adds infrastructure to EAL that allows an application to > register it's init function with EAL. This allows libraries to be > initialized at the end of EAL init. > > This infrastructure allows libraries that depend on EAL to be initialized > as part of EAL init, removing circular dependency issues. > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > ---
Acked-by: Harry van Haaren <harry.van.haa...@intel.com>