Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-28 Thread Marco Varlese
Thanks Damjan. I will try that too. A last question: I assume I can keep using the "make -C build-root install-packages" if I pull your last patches. Am I right / wrong? Thanks, Marco On 1/28/19 5:57 PM, Damjan Marion via Lists.Fd.Io wrote: > > With this change, I'm able to compile VPP out of

[vpp-dev] Dual stack con VPP and VRF

2019-01-28 Thread Yosvany
Can someone show me one example, how can use dual stack in one interface and vrf.?? -- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12032):

Re: [vpp-dev] multi-queue tap interface #vpp

2019-01-28 Thread Yosvany
Can send me one example how map una interface to vpp, and this interface to one lisp vni different to 0 El 28 de enero de 2019 7:57:10 PM GMT-05:00, Ranadip Das escribió: >Does vpp support multi-queue tap interface? If yes, how do I create a >tap interface with multi-queue support? --

[vpp-dev] multi-queue tap interface #vpp

2019-01-28 Thread Ranadip Das
Does vpp support multi-queue tap interface? If yes, how do I create a tap interface with multi-queue support? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12030): https://lists.fd.io/g/vpp-dev/message/12030 Mute This Topic:

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-28 Thread Damjan Marion via Lists.Fd.Io
With this change, I'm able to compile VPP out of tarball produced by "make dist". https://gerrit.fd.io/r/#/c/17125/ > On 28 Jan 2019, at 13:35, Damjan Marion via Lists.Fd.Io > wrote: > > > >> On 28 Jan 2019, at 12:08, Marco Varlese >

Re: [vpp-dev] Question about crypto dev queue pairs #vpp

2019-01-28 Thread manuel . alonso
Hi Sergio, thank you for the explanation, I see that there are 2 (or more qps). My concern was due to dpdk, since there are a few device drivers exporting only one queue pair for their crypto devices. (I followed the code assuming one qps, based on a dpdk-18.11 exported value) So I do not know

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-28 Thread Damjan Marion via Lists.Fd.Io
> On 28 Jan 2019, at 12:08, Marco Varlese wrote: > > Is there still a way to use the old infrastructure to build the code? No, that doesn't make sense. > > Apparently, cmake works when used inside the GIT repo but fails to build > when using the tarball generated via "make dist" (required

Re: [vpp-dev] How do I get the "dpdk-shared" in VPP ?

2019-01-28 Thread Marco Varlese
Is there still a way to use the old infrastructure to build the code? Apparently, cmake works when used inside the GIT repo but fails to build when using the tarball generated via "make dist" (required indeed for downstream consumption). On 1/26/19 2:22 PM, Damjan Marion via Lists.Fd.Io wrote: >