Re: [vpp-dev] Fwd: DPDK SDK in plugin

2016-12-19 Thread mahdi akrami
(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 >

[vpp-dev] Fwd: DPDK SDK in plugin

2016-12-14 Thread mahdi akrami
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

[vpp-dev] DPDK SDK in plugin

2016-12-05 Thread mahdi akrami
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

Re: [vpp-dev] feature and config in vpp graph

2016-10-31 Thread mahdi akrami
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

[vpp-dev] feature and config in vpp graph

2016-10-30 Thread mahdi akrami
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

[vpp-dev] question about VPP threading

2016-10-19 Thread mahdi akrami
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 __

Re: [vpp-dev] compile vpp with CLIB_VEC64 > 0

2016-10-17 Thread mahdi akrami
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

Re: [vpp-dev] compile vpp with CLIB_VEC64 > 0

2016-10-16 Thread mahdi akrami
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: *

Re: [vpp-dev] set huge page size to 1G

2016-10-13 Thread mahdi akrami
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