Re: [dpdk-dev] How to get "--base-virtaddr" when using DPDK

2017-06-16 Thread Bruce Richardson
On Thu, Jun 15, 2017 at 12:00:16PM -0600, Junguk Cho wrote: > Hi, > > I have the same situation which is explained here ( > https://github.com/collectd/collectd/issues/2284). > > So, I would like to try "--base-virtaddr" option. > I tried to use "struct rte_memseg *m = rte_eal_get_physmem_layout(

[dpdk-dev] How to get "--base-virtaddr" when using DPDK

2017-06-15 Thread Junguk Cho
Hi, I have the same situation which is explained here ( https://github.com/collectd/collectd/issues/2284). So, I would like to try "--base-virtaddr" option. I tried to use "struct rte_memseg *m = rte_eal_get_physmem_layout()" option based on (http://dpdk.org/doc/api/structrte__memseg.html). Howev