Re: [dpdk-dev] [PATCH] examples: fix linking against specific drivers

2020-11-02 Thread Richardson, Bruce
> -Original Message- > From: David Marchand > Sent: Friday, October 30, 2020 1:36 PM > To: Richardson, Bruce > Cc: dev ; Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] examples: fix linking against specific > drivers > > On Tue, Oct 27, 2020 at 6:20 P

Re: [dpdk-dev] [PATCH] examples: fix linking against specific drivers

2020-10-30 Thread David Marchand
On Tue, Oct 27, 2020 at 6:20 PM Bruce Richardson 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: standardiz

[dpdk-dev] [PATCH] examples: fix linking against specific drivers

2020-10-27 Thread Bruce Richardson
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 --