[dpdk-dev] disable hugepages

2016-11-10 Thread Olivier Matz
On 11/10/2016 02:10 PM, Wiles, Keith wrote: > >> On Nov 10, 2016, at 6:32 AM, Keren Hochman >> wrote: >> >> I tried using the following dpdk options: >> --no-huge --vdev eth_pcap0 ,rx_pcap=/t1,tx_pcap=/t2 >> *It's worked but the number of elements is limited, although the machine >> has enough

[dpdk-dev] disable hugepages

2016-11-10 Thread Keren Hochman
I tried using the following dpdk options: --no-huge --vdev eth_pcap0 ,rx_pcap=/t1,tx_pcap=/t2 *It's worked but the number of elements is limited, although the machine has enough free memory. *rte_mempool_create is failed when I'm trying to allocate more memory. Is there any limitation on the memory

[dpdk-dev] disable hugepages

2016-11-10 Thread Wiles, Keith
> On Nov 10, 2016, at 6:32 AM, Keren Hochman > wrote: > > I tried using the following dpdk options: > --no-huge --vdev eth_pcap0 ,rx_pcap=/t1,tx_pcap=/t2 > *It's worked but the number of elements is limited, although the machine > has enough free memory. *rte_mempool_create is failed when I'm t

[dpdk-dev] disable hugepages

2016-11-09 Thread Keren Hochman
I need this option only for testing. How can I use rte_mempool_create if I use --no-huge? Thank you, Keren On Wed, Nov 9, 2016 at 3:40 PM, Christian Ehrhardt < christian.ehrhardt at canonical.com> wrote: > > On Wed, Nov 9, 2016 at 1:55 PM, Keren Hochman < > keren.hochman at lightcyber.com> wrote:

[dpdk-dev] disable hugepages

2016-11-09 Thread Olivier Matz
Hi Keren, On 11/09/2016 03:40 PM, Keren Hochman wrote: > On Wed, Nov 9, 2016 at 3:40 PM, Christian Ehrhardt < > christian.ehrhardt at canonical.com> wrote: > >> >> On Wed, Nov 9, 2016 at 1:55 PM, Keren Hochman < >> keren.hochman at lightcyber.com> wrote: >> >>> how can I create mempool without hu

[dpdk-dev] disable hugepages

2016-11-09 Thread Keren Hochman
Hi, how can I create mempool without hugepages?My application is running on a pcap file so no huge pages is needed ? Thanks.

[dpdk-dev] disable hugepages

2016-11-09 Thread Christian Ehrhardt
On Wed, Nov 9, 2016 at 1:55 PM, Keren Hochman wrote: > how can I create mempool without hugepages?My application is running on a > pcap file so no huge pages is needed ? > Not sure if that is what you really want (Debug use only), but in general no-huge is available as EAL arg >From http://pktg