-----Original Message----- > Date: Mon, 30 Apr 2018 11:21:38 +0000 > From: "Gujjar, Abhinandan S" <[email protected]> > To: Jerin Jacob <[email protected]> > CC: "[email protected]" <[email protected]>, > "[email protected]" <[email protected]>, "[email protected]" > <[email protected]>, "Vangati, Narender" <[email protected]>, "Rao, > Nikhil" <[email protected]>, "Eads, Gage" <[email protected]> > Subject: RE: [v2,5/6] eventdev: add event crypto adapter to meson build > system > > > > > -----Original Message----- > > From: Jerin Jacob [mailto:[email protected]] > > Sent: Sunday, April 29, 2018 9:55 PM > > To: Gujjar, Abhinandan S <[email protected]> > > Cc: [email protected]; [email protected]; [email protected]; Vangati, > > Narender <[email protected]>; Rao, Nikhil <[email protected]>; > > Eads, Gage <[email protected]> > > Subject: Re: [v2,5/6] eventdev: add event crypto adapter to meson build > > system > > > > -----Original Message----- > > > Date: Tue, 24 Apr 2018 18:13:26 +0530 > > > From: Abhinandan Gujjar <[email protected]> > > > To: [email protected], [email protected], > > > [email protected], [email protected] > > > CC: [email protected], [email protected], > > > [email protected], [email protected] > > > Subject: [v2,5/6] eventdev: add event crypto adapter to meson build > > > system > > > X-Mailer: git-send-email 1.9.1 > > > > > > Signed-off-by: Abhinandan Gujjar <[email protected]> > > > --- > > > lib/librte_eventdev/meson.build | 8 +++++--- > > > 1 file changed, 5 insertions(+), 3 deletions(-) > > > > > > diff --git a/lib/librte_eventdev/meson.build > > > b/lib/librte_eventdev/meson.build > > > > Separate patch is not required for meson build. Have it in the same patch > > for > > make based build and ADD each files as when it added in the patch. > Should I add changes related to " lib/librte_eventdev/meson.build" as part of > crypto adapter implementation? > Or you recommend the changes in "eventdev pmd" patch?
IMO, You can add in second patch where your implementation gets added. Both make based and meson based build enablement you can add it in that patch. >

