Re: [vpp-dev] vpp query

2017-02-18 Thread Dave Barach (dbarach)
A bit more inline, see drb>>> Thanks… Dave -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Neale Ranns (nranns) Sent: Saturday, February 18, 2017 3:52 PM To: pxv3...@rit.edu; vpp-dev@lists.fd.io Cc: Shailesh Vajpayee ; Arjun Dhuliya

Re: [vpp-dev] vpp query

2017-02-18 Thread Neale Ranns (nranns)
Hi Pragash, Some answers inline @[NR] From: on behalf of Pragash Vijayaragavan Reply-To: "pxv3...@rit.edu" Date: Saturday, 18 February 2017 at 03:56 To: "vpp-dev@lists.fd.io" Cc: Shailesh Vajpayee , Arjun Dhuliya , Minseok Kwon Subject: [vpp-dev] vpp query Hi, We are working on a bloo

Re: [vpp-dev] Traceback Seen in invoke Python APIs with Parameters

2017-02-18 Thread Ole Troan (otroan)
Hi Hang, You have to use named arguments. Change in 17.01. Best regards, Ole > On 18 Feb 2017, at 19:13, Hang Shi wrote: > > Hi, > > I am trying to use VPP python APIs and seeing the tracebacks (see below) for > Python APIs with parameters, while Python APIs without parameters are fine.

[vpp-dev] Traceback Seen in invoke Python APIs with Parameters

2017-02-18 Thread Hang Shi
Hi, I am trying to use VPP python APIs and seeing the tracebacks (see below) for Python APIs with parameters, while Python APIs without parameters are fine. Will anyone help? The APIs I tried is vpp.sw_interface_add_del_address. below is the traceback and code snippets. Whole codes are attached

[vpp-dev] Traceback Seen in invoke Python APIs with Parameters

2017-02-18 Thread Hang Shi
Hi, I am trying to use VPP python APIs and seeing the tracebacks (see below) for Python APIs with parameters, while Python APIs without parameters are fine. Will anyone help? The APIs I tried is vpp.sw_interface_add_del_ address. below is the traceback and code snippets. Whole codes are attached

Re: [vpp-dev] How do I create a igb_uio module on Centos

2017-02-18 Thread Burt Silverman
OK, thanks Damjan and Billy. It turns out that my problem was more fundamental. I have a bad vpp binary, as I built on an AMD processor, so the binary complains that the CPU does not have SSE4.2 extensions. Unfortunately when I "sudo service vpp start" there are no messages on the screen, so I ass

Re: [vpp-dev] How do I create a igb_uio module on Centos

2017-02-18 Thread Billy McFall
I have been editing ../vpp/dpdk/Makefile, search for IGB_UIO and change the n to a y. Billy On Sat, Feb 18, 2017 at 6:31 AM, Damjan Marion wrote: > > On 18 Feb 2017, at 05:48, Burt Silverman wrote: > > Hi, > > I am trying to follow the procedures on https://wiki.fd.io/view/ > VPP/Build,_instal

[vpp-dev] vpp query

2017-02-18 Thread Pragash Vijayaragavan
Hi, We are working on a bloom Filter algorithm for ipv6 lookup in vpp and we have a few queries. It would be great if someone could help us with the following queries. 1. from the code, ip6_forward.c file processes 2 packets at a time from the frame. how are threads used in this. Is there a thre

Re: [vpp-dev] How do I create a igb_uio module on Centos

2017-02-18 Thread Damjan Marion
> > On 18 Feb 2017, at 05:48, Burt Silverman wrote: > > Hi, > > I am trying to follow the procedures on > https://wiki.fd.io/view/VPP/Build,_install,_and_test_images > and > https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interfa