> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Friday, October 30, 2020 1:36 PM > To: Richardson, Bruce <[email protected]> > Cc: dev <[email protected]>; Thomas Monjalon <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] examples: fix linking against specific > drivers > > On Tue, Oct 27, 2020 at 6:20 PM Bruce Richardson > <[email protected]> wrote: > > > > Some example apps rely on driver-specific functionality and link > explicitly > > against those drivers. These apps need their makefiles updated to take > > account of the renaming of the driver libs. > > > > Fixes: a20b2c01a7a1 ("build: standardize component names and defines") > > > > Signed-off-by: Bruce Richardson <[email protected]> > Reviewed-by: David Marchand <[email protected]> > > Applied, thanks Bruce. > > > I think the documentation would also need some fixes as I can see a > lot of references to librte_pmd_. >
First draft patchset sent, based off grepping the docs for "librte_pmd_". http://patches.dpdk.org/project/dpdk/list/?series=13578 /Bruce

