Re: [dpdk-dev] [PATCH 2/2] examples: enable building multiprocess applications

2019-06-04 Thread Thomas Monjalon
23/05/2019 20:42, Luca Boccassi: > On Thu, 2019-05-23 at 17:40 +, Ali Alnubani wrote: > > This enables building the example multiprocess applications in > > the subdirectory multi_process. > > > > Signed-off-by: Ali Alnubani > > Acked-by: Luca Boccassi Applied, thanks

Re: [dpdk-dev] [PATCH 2/2] examples: enable building multiprocess applications

2019-05-23 Thread Luca Boccassi
On Thu, 2019-05-23 at 17:40 +, Ali Alnubani wrote: > This enables building the example multiprocess applications in > the subdirectory multi_process. > > Signed-off-by: Ali Alnubani < > alia...@mellanox.com > > > --- > Changes in v2: > - Removed unnecessary name assignment. > - Reordered a

Re: [dpdk-dev] [PATCH 2/2] examples: enable building multiprocess applications

2019-05-23 Thread Ali Alnubani
Hi Bruce, Comments are inline. > -Original Message- > From: Bruce Richardson > Sent: Thursday, May 23, 2019 6:33 PM > To: Ali Alnubani > Cc: dev@dpdk.org; bl...@debian.org > Subject: Re: [PATCH 2/2] examples: enable building multiprocess applications > > On Thu, May 23, 2019 at 02:54:13

Re: [dpdk-dev] [PATCH 2/2] examples: enable building multiprocess applications

2019-05-23 Thread Bruce Richardson
On Thu, May 23, 2019 at 02:54:13PM +, Ali Alnubani wrote: > This enables building the example multiprocess applications in > the subdirectory multi_process. > > Signed-off-by: Ali Alnubani > --- > examples/meson.build | 8 +++- > .../client_server_mp/mp_cli