Re: [vpp-dev] dpdk socket-mem and dpdk_pool_create

2018-11-26 Thread Kingwel Xie
thanks. then those pools can be moved to dpdk socket-mem, I guess. I'll submit a patch soon. 原始邮件 主题: Re: [vpp-dev] dpdk socket-mem and dpdk_pool_create 来自: Damjan Marion 发至: 2018年11月25日 下午8:06 抄送: Kingwel Xie > On 25 Nov 2018, at 05:23, Kingwel Xie wrote: >

Re: [vpp-dev] dpdk socket-mem and dpdk_pool_create

2018-11-25 Thread Damjan Marion via Lists.Fd.Io
> On 25 Nov 2018, at 05:23, Kingwel Xie wrote: > > Hi Damjan and vPPers, > > I got a question about the physical mem management in vPP. > > As I understand, we specify socket-mem in startup.conf for DPDK to allocate > mem for itself, but we are using vPP phymem allocator for mbuf and crypto

[vpp-dev] dpdk socket-mem and dpdk_pool_create

2018-11-24 Thread Kingwel Xie
Hi Damjan and vPPers, I got a question about the physical mem management in vPP. As I understand, we specify socket-mem in startup.conf for DPDK to allocate mem for itself, but we are using vPP phymem allocator for mbuf and crypto PMDs if vdev is specified. The latter consist of crypto op , ses