Re: [vpp-dev] Static ARP Flag Question

2018-05-11 Thread Jon Loeliger
On Thu, May 10, 2018 at 7:28 PM, John Lo (loj) wrote: > Hi Jon, > Hi John, > This is not the right behavior. > I had that suspicion... :-) I think it is caused by reuse of a static ARP entry in the IP4 neighbor > pool with static bit still set. The code merely set the

Re: [vpp-dev] Packet tx functions via DPDK

2018-05-11 Thread Nitin Saxena
Hi Prashant, Hope you are doing fine. Regarding your question, I am not able to see macswap plugin in current master branch but I will try to explain wrt dpdk_plugin: With respect to low level device each VPP device driver registers for 1) INPUT_NODE (For Rx) VLIB_REGISTER_NODE (This you

Re: [vpp-dev] vpp_api_test via socket file

2018-05-11 Thread Dave Barach
The underlying [c-code] vpp client API library supports one client connection. It’s not conceptually difficult to support multiple connections, but it would take a lot of typing and testing. You can raise it as a feature request, but I wouldn’t plan on seeing it any time soon. D. From: Peter

Re: [vpp-dev] TCP performance - TSO - HW offloading in general.

2018-05-11 Thread Luca Muscariello
Florin, A few more comments about latency. Some number in ms in the table below: This is ping and iperf3 concurrent. In case of VPP it is vppctl ping. Kernel w/ load   Kernel w/o load  VPP w/ load  VPP w/o load Min.   :0.1920   Min.   :0.0610   Min.   :0.0573   Min.   :0.03480

Re: [vpp-dev] vpp_api_test via socket file

2018-05-11 Thread Justin Iurman
Peter, > …however, are there any other options to full control 2+ instances of VPP via > API (not vppctl)? PythonAPI for example [1]. Ole’s answer to the same question: > r = vpp.connect('vpp1', chroot_prefix='name of shared address segment') Cheers, Justin

Re: [vpp-dev] How to add plugin's statistics into stats thread

2018-05-11 Thread Naoyuki Mori
Hi folks, Are there any suggestions for this? Basically we want have effective method to calculate statistics like pps for cps inside plugin. Thanks, Mori From: "Ni, Hongjun" Date: Monday, May 7, 2018 16:21 To: "Jerome Tollet (jtollet)" , vpp-dev