(dbarach)
wrote:
> +1, thanks Burt... D.
>
>
>
> *From:* Burt Silverman [mailto:bur...@gmail.com]
> *Sent:* Wednesday, December 14, 2016 3:29 PM
> *To:* Dave Barach (dbarach)
> *Cc:* mahdi akrami ; vpp-dev
>
> *Subject:* Re: [vpp-dev] Fwd: DPDK SDK in plugin
>
Hi,
I still have the problem of using DPDK code in my VPP plugin. What is the
solution? Specially for libraries that VPP did not included before like
rte_hash.
Thanks
-- Forwarded message --
From: mahdi akrami
Date: Mon, Dec 5, 2016 at 4:26 PM
Subject: Re: [vpp-dev] DPDK SDK in
Hi,
I want to use some codes from DPDK SDK in my VPP plugin. Can anybody tell
me how to change Makefile.am and configure.ac or any other configurations
to do that???
Thanks in advance
Mahdi
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.i
2016 7:13 AM, "mahdi akrami" wrote:
>
>> Hi every body,
>>
>> It seems that vnet configs and features are mechanisms for dynamically
>> add/remove functionality among vpp nodes. I don't know how it works. Please
>> give me some explanations abo
Hi every body,
It seems that vnet configs and features are mechanisms for dynamically
add/remove functionality among vpp nodes. I don't know how it works. Please
give me some explanations about these concepts and how to use them?
Thanks
Mahdi
___
vpp-de
Hi all,
I studied multi-threading in VPP. As I understood we can define and use
threads just for handling NICs (queues). How can I define a thread for
doing other jobs periodically on shared memory created by other typical VPP
threads?
Please reply!
Thanks
Mahdi
__
shm/{db, global_vm, vpe-api} before trying to
> switch from 32-bit to 64-bit vector lengths?
>
>
>
> Thanks… Dave
>
>
>
> *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On
> Behalf Of *mahdi akrami
> *Sent:* Sunday, October 16, 2016 9:4
it/build-data/../vlib/vlib/unix/main.c:488
#23 0x in ?? ()
Thanks in advance
On Mon, Oct 10, 2016 at 2:01 PM, Damjan Marion (damarion) <
damar...@cisco.com> wrote:
>
>
> Try to add –DCLIB_VEC64=1 to CFLAGS in build-data/platforms/vpp.mk ..
>
>
>
>
>
> *From: *
Hi again!
I solved the problem by adding line below to /etc/sysctl.conf file:
vm.nr_hugepages = 3
Best Regards
Mahdi
On Mon, Oct 10, 2016 at 5:11 PM, mahdi akrami wrote:
> Hi,
>
> I want to change size of huge pages to 1G. I've done that as is stated in
> http://dp