[dpdk-dev] [PATCH v3 04/15] eal: introduce --no-soc option

2016-09-16 Thread Shreyansh Jain
Hello Jan, On Friday 16 September 2016 05:06 PM, Jan Viktorin wrote: > Hello Shreyansh, > > there was an objection to reverse this option from negative > to positive semantics: > > http://dpdk.org/ml/archives/dev/2016-May/038953.html Ok. I wasn't aware of this. Sounds reasonable as SoC is experim

[dpdk-dev] [PATCH v3 04/15] eal: introduce --no-soc option

2016-09-16 Thread Jan Viktorin
Hello Shreyansh, there was an objection to reverse this option from negative to positive semantics: http://dpdk.org/ml/archives/dev/2016-May/038953.html As SoC infrastructure would to be experimental for some time, I think it is a good idea to disable it as default. Regards Jan On Fri, 9 Sep 2

[dpdk-dev] [PATCH v3 04/15] eal: introduce --no-soc option

2016-09-09 Thread Shreyansh Jain
This option has the same meaning for the SoC infra as the --no-pci for the PCI infra. Signed-off-by: Jan Viktorin Signed-off-by: Shreyansh Jain Signed-off-by: Hemant Agrawal --- lib/librte_eal/common/eal_common_options.c | 5 + lib/librte_eal/common/eal_internal_cfg.h | 1 + lib/librte_e