Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-30 Thread Kingwel Xie
multiple vPP processes. I think it is not an expected behavior. Regards, Kingwel 原始邮件 主题: Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem 来自: "Dave Barach via Lists.Fd.Io" 发至: 2018年12月23日 上午12:37 抄送: Kingwel Xie ,dmar...@me.com,Matthew Smith

Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-22 Thread Dave Barach via Lists.Fd.Io
lt;mailto:dmar...@me.com>; Matthew Smith mailto:mgsm...@netgate.com>> Cc: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Non-compliant mail - action required, contact dm...@ericsson.se<mailto:dm...@ericsson.se> : Re: [vpp-dev] dpdk: switch to in-memory mode, deprec

Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-21 Thread Kingwel Xie
, contact dm...@ericsson.se : Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem Hi Matthew, The patch (https://gerrit.fd.io/r/#/c/16287/) was intended to allocate crypto mem pool from DPDK, instead of from vPP. I guess you are using 2MB huge page, so you are experienci

Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-20 Thread Kingwel Xie
From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Friday, December 21, 2018 2:02 AM To: Matthew Smith Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem On 20 Dec 2018, at 18:46, Matthew Smith mailto

Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-20 Thread Damjan Marion via Lists.Fd.Io
> On 20 Dec 2018, at 18:46, Matthew Smith wrote: > > > Hi Damjan, > > There is a comment that says "preallocate at least 16MB of hugepages per > socket, if more is needed it is up to consumer to preallocate more". What > does a consumer need to do in order to preallocate more? This is jus

Re: [vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-20 Thread Matthew Smith
Hi Damjan, There is a comment that says "preallocate at least 16MB of hugepages per socket, if more is needed it is up to consumer to preallocate more". What does a consumer need to do in order to preallocate more? I've recently had problems using AES-GCM with IPsec on a test system. Mempool all

[vpp-dev] dpdk: switch to in-memory mode, deprecate use of socket-mem

2018-12-20 Thread Damjan Marion via Lists.Fd.Io
Regarding: https://gerrit.fd.io/r/#/c/16543/ This patch switches dpdk to new in-memory mode, and reduces dpdk memory footprint as pages are allocated dynamically on-demand. I tested on both Ubuntu and Centos 7.5 and everything looks good but will appreciate feedback from people using non-st