Re: [vpp-dev] how to apply a dpdk makefile patch?

2018-05-02 Thread Zhiyong Yang
BTW, Because I want to test the following DPDK patch in VPP. http://www.dpdk.org/dev/patchwork/patch/39154/ thanks Zhiyong From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Zhiyong Yang Sent: Wednesday, May 2, 2018 1:36 PM To: dmarion.li...@gmail.com Cc: vpp-dev@lists.fd.io Sub

Re: [vpp-dev] Trying to build vpp on amd64 platform via qemu static library qemu-aarch64-static in Docker container

2018-05-02 Thread Stanislav Chlebec
Hello Brian 1. I was able to natively compile VPP. 2. Cross-platform compilation: I will try that patch from Ole on my cross platform instance and/or check if mentioned patch from Ole is included in my build later and I will report the result. Thanks Stanislav -Original Message- From: B

Re: [vpp-dev] Dynamically attach to a PCI device

2018-05-02 Thread Avi Cohen (A)
Ray I know that with ovs-dpdk you can add/remove a dpdk interface (physical or vhost-user) on runtime Best Regards Avi > -Original Message- > From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Ray > Kinsella > Sent: Tuesday, 01 May, 2018 5:41 PM > To: Avi Cohen (A); vpp

Re: [vpp-dev] Figure out u16 mapping in NAT API output

2018-05-02 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
https://gerrit.fd.io/r/#/c/12309/ Matus From: Hamid Rasool <14mseesras...@seecs.edu.pk> Sent: Wednesday, May 2, 2018 7:24 AM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Figure out u16 mapping in NAT API output Dear Matus, Than

Re: [vpp-dev] problem in SRV6

2018-05-02 Thread Pablo
Hi Jane, Could you share more details on your config/topology? All VPP releases after 17.07 are good to use SRv6. Thanks, Pablo. SRv6 documentation: https://docs.fd.io/vpp/18.07/srv6_doc.html https://wiki.fd.io/view/VPP/Segment_Routing_for_IPv6 From: on behalf of Jane Chang Date: Friday, 27 A

Re: [vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it?

2018-05-02 Thread Chris Luke
‘fd.io.ubuntu..main’ is not a valid URL – spot the double-dot. It’s missing the word ‘xenial’. Chris. From: vpp-dev@lists.fd.io On Behalf Of ?? Sent: Tuesday, May 1, 2018 22:41 To: vpp-dev Cc: csit-dev Subject: [EXTERNAL] [vpp-dev] A 404 error occurred in the process of sudo apt-get update.

Re: [vpp-dev] Dynamically attach to a PCI device

2018-05-02 Thread Ray Kinsella
Sorry Avi, Let me clarify what I meant. To the best of my knowledge, it is not supported with FD.io VPP + DPDK Plugin at this time. You can achieve something similar with FD.io VPP and AF_PACKET but it won't be fast. As you point out, DPDK does support hotput, so it is not a DPDK constraint

[vpp-dev] Python API for specific VPP instance

2018-05-02 Thread Justin Iurman
Hi guys, How can I "connect" to a specific instance of VPP through the python API ? Each instance (together, they form a topology) is run as follow: sudo vpp unix { log /tmp/vpp1.log cli-listen /run/vpp/cli-vpp1.sock } api-segment { prefix vpp1 } plugins { plugin dpdk_plugin.so { disable } }

Re: [vpp-dev] Figure out u16 mapping in NAT API output

2018-05-02 Thread Hamid Rasool
Many thanks Matus for the patch. I will add the changes and rebuild the code on my setup. Will let you know the results. Regards, Hamid. On Wed, May 2, 2018 at 1:02 PM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) wrote: > https://gerrit.fd.io/r/#/c/12309/ > > > > Matus > > > >

[vpp-dev] CentOS 7 build broken

2018-05-02 Thread Matthew Smith
I see errors when trying to build from master on CentOS 7: /root/src/tnsr-pkgs/work/vpp/build-data/../src/vnet/vxlan/vxlan.c: In function vxlan_rewrite': /root/src/tnsr-pkgs/work/vpp/build-data/../src/vnet/vxlan/vxlan.c:224:3: error:missing braces around initializer [-Werror=missing-braces]

Re: [vpp-dev] CentOS 7 build broken

2018-05-02 Thread Ed Kern
Damn, Thought I had enough retries to get around these corner cases but here again 3 rounds of centos failures failed faster then virl failure then success so it ended up with a +1 that shouldn’t have been the case. Would not have been the case if the failure was also seen on ubuntu but this is

Re: [vpp-dev] segfault due to movaps unaligned access

2018-05-02 Thread Dave Barach
Quick update. I added the obvious ASSERT, and immediately found a couple of non-compliant data structures. With two (trivial) fixes, vpp makes it to the debug CLI prompt. I'm going to start looking at "make test-debug", to see how many additional issues we may encounter. D. -Original Mess

Re: [csit-dev] [vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it?

2018-05-02 Thread 汤超
Yes, I found this problem, but how should I modify it? Is the etc/apt/source.list file modified? How should I modify it? My source file content: #deb cdrom:[Ubuntu 16.04.4 LTS _Xenial Xerus_ - Release amd64 (20180228)]/ xenial main restricted # See http://help.ubuntu.com/community/UpgradeNotes

[vpp-dev] hardware-interfaces not seen inside VPP

2018-05-02 Thread Jit Mehta
Hello, I see that my physical nic highlighted below is seen by vpp but somehow I do not see corresponding hardware interface TenGigabitEthernet9/0/0 in "show hardware-interfaces". How do I create this interface in VPP? Thanks, Jit vpp# show pci Address Sock VID:PID Link Speed Drive

Re: [EXTERNAL] Re: Re: [csit-dev] [vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it?

2018-05-02 Thread Chris Luke
We’re not able to give detailed basic linux support here. Are you following a guide that had you execute a step to install the packages? That will tell you which files it modified to add the repository lines. Somewhere in /etc/apt/sources.list.d/ Chris. From: 汤超 Sent: Wednesday, May 2, 2018 2

Re: [vpp-dev] hardware-interfaces not seen inside VPP

2018-05-02 Thread Avi Cohen (A)
VPP can detect all PCI devices but it will not grab it (even when white list in the startup.conf is empty) unless the interface is admin down Regards Avi From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Jit Mehta Sent: Thursday, 03 May, 2018 6:02 AM To: vpp-dev@lists.fd.io Sub