> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Anatoly Burakov > Sent: Monday, May 14, 2018 4:47 PM > To: [email protected] > Cc: Lu, Wenzhuo <[email protected]>; Wu, Jingjing <[email protected]>; > [email protected]; Yigit, Ferruh > <[email protected]> > Subject: [dpdk-dev] [PATCH] app/testpmd: fix testpmd initialization > > Patch adding configurable locking has reshuffled some init stages, but > did not put them back in correct order. Fix order of init by moving > everything that was before arguments parsing into correct places. > > Fixes: e505d84c64ab ("app/testpmd: make locking memory configurable") > > Reported-by: Thomas Monjalon <[email protected]> > > Signed-off-by: Anatoly Burakov <[email protected]> > ---
Acked-by: Konstantin Ananyev <[email protected]>

