[vpp-dev] tx_packet_error

2017-07-12 Thread yug...@telincn.com
Hi all, After hours of running, vpp can rx packets, but can't tx packets. Here is the result of cmd "vppctl show int". Name Idx State Count GigabitEthernet0/19/01up

Re: [vpp-dev] code review

2017-07-12 Thread Damjan Marion
Kristina, If nobody raise the hand in next 24 hours I’m going to merge it. It is already waiting too long in gerrit…. Thanks, Damjan > On 11 Jul 2017, at 16:32, Kristína Nevolníková wrote: > > Hi guys, > > Could anybody have a look on this commit

Re: [vpp-dev] VPP: Answer UDP Packets

2017-07-12 Thread Neale Ranns (nranns)
Hi Alessio, I can even give you the API ;) /** * @brief * Add (and lock) a new or lock an existing neighbour adjacency * * @param nh_proto * The protocol for the next-hop address (v4 or v6) * * @param link_type * A description of the protocol of the packets that will forward * through this

Re: [vpp-dev] VPP: Answer UDP Packets

2017-07-12 Thread Alessio Silvestro
Hi Neale, can you please point me a code example of how to access the adjacency-DB in order to get the adjacency index to use for the ip4-rewrite node? Thanks, Alessio On Wed, Jun 21, 2017 at 12:53 PM, Neale Ranns (nranns) wrote: > Hi Dharmaray, > > The short answer is that

Re: [vpp-dev] vpp installation without internet

2017-07-12 Thread Dave Barach (dbarach)
+1. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Luke, Chris Sent: Wednesday, July 12, 2017 6:54 AM To: SAKTHIVEL ANAND S ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vpp installation without internet You need you install the missing

Re: [vpp-dev] vpp installation without internet

2017-07-12 Thread Luke, Chris
You need you install the missing dependencies as you find them. ‘dkms’ is a standard Ubuntu packages to allow runtime compilation of kernel modules. You can grab it from any Ubuntu repo, or perhaps the apt cache of another Ubuntu machine. I suggest however you invest in an HTTP proxy or a

[vpp-dev] vpp installation without internet

2017-07-12 Thread SAKTHIVEL ANAND S
Hi I am new to vpp.. i am trying to install vpp on my testbed, and the testbed will not have internet and also there is no deveopment tool chain(tools like gcc,etc.). I have downloaded source to my dev-server and build the vpp in it. Finally i copied the *.deb files to my testbed and was tring to

[vpp-dev] Could anyone please take a look at commit 7182?

2017-07-12 Thread Andrew Li (zhaoxili)
Dear vpp-dev, 23 days ago, I committed this patch: https://gerrit.fd.io/r/#/c/7182/ for the flowprobe plugin to fix a bug which will cause assertion error for certain parameters. The original committer Ole Troan seems to be not available after giving some comments. Could anyone please take a