[dpdk-dev] [PATCH 10/10] eal: add option --master-lcore

2014-11-26 Thread Simon Kuenzer
On 25.11.2014 14:39, Bruce Richardson wrote: > On Tue, Nov 25, 2014 at 01:45:22PM +0100, Thomas Monjalon wrote: >> Hi Simon, >> >> 2014-11-25 10:09, Simon Kuenzer: >>> thanks for your work. I have one (minor) comment for this patch that >>> should be fixed in a later version. >> + /* default

[dpdk-dev] [PATCH 10/10] eal: add option --master-lcore

2014-11-25 Thread Thomas Monjalon
Hi Simon, 2014-11-25 10:09, Simon Kuenzer: > thanks for your work. I have one (minor) comment for this patch that > should be fixed in a later version. > > + /* default master lcore is the first one */ > > + if (cfg->master_lcore == 0) > > + cfg->master_lcore = rte_get_next_lcore(-

[dpdk-dev] [PATCH 10/10] eal: add option --master-lcore

2014-11-25 Thread Bruce Richardson
On Tue, Nov 25, 2014 at 01:45:22PM +0100, Thomas Monjalon wrote: > Hi Simon, > > 2014-11-25 10:09, Simon Kuenzer: > > thanks for your work. I have one (minor) comment for this patch that > > should be fixed in a later version. > > > > + /* default master lcore is the first one */ > > > + if (cfg

[dpdk-dev] [PATCH 10/10] eal: add option --master-lcore

2014-11-25 Thread Simon Kuenzer
Hi Thomas, thanks for your work. I have one (minor) comment for this patch that should be fixed in a later version. Acknowledged. Thanks, Simon On 22.11.2014 22:43, Thomas Monjalon wrote: > From: Simon Kuenzer > > Enable users to specify the lcore id that is used as master lcore. > > Signed

[dpdk-dev] [PATCH 10/10] eal: add option --master-lcore

2014-11-22 Thread Thomas Monjalon
From: Simon Kuenzer Enable users to specify the lcore id that is used as master lcore. Signed-off-by: Simon Kuenzer Signed-off-by: Thomas Monjalon --- app/test/test.c| 1 + app/test/test_eal_flags.c | 51 ++ lib/librte_