[vpp-dev] Support for recvmmsg

2018-02-01 Thread Shashi Kant Singh
Hello I have a requirement in my application to read multiple packets in single call like recvmmsg supported by native linux stack. In VPP, I see the following. Let me know what is the plan on supporting vcom_socket_recvmmsg. Regards Shashi /* * Receive up to VLEN messages as described by VMESS

Re: [vpp-dev] How to get dns server of dhcp client interface

2018-02-01 Thread 陈敬志
Hi Dave, thanks, I will have a try as you said. Regards, jzhchen From: Dave Barach (dbarach) Date: 2018-01-31 23:41 To: 陈敬志; vpp-dev Subject: Re: [vpp-dev] How to get dns server of dhcp client interface Option 6 (dhcp server) parsing is not implemented. See …/src/vnet/dhcp/client.c, switch stat

Re: [vpp-dev] Guidance on using UDP / TCP built-in servers

2018-02-01 Thread Shaun McGinnity
Hi Florin, thanks, I will give that a go. Regards, Shaun From: Florin Coras Sent: 01 February 2018 19:09 To: Shaun McGinnity Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Guidance on using UDP / TCP built-in servers Hi Shaun, Those have recently been mov

Re: [vpp-dev] Guidance on using UDP / TCP built-in servers

2018-02-01 Thread Florin Coras
Hi Shaun, Those have recently been moved to session-apps. The short cli help should give you an idea of how to configure them: “test echo server ?" For starters, doing something like: "test echo server uri :///" starts a server that listens on the ip:port tuple for the transport requested. On

[vpp-dev] Guidance on using UDP / TCP built-in servers

2018-02-01 Thread Shaun McGinnity
Hi, Could anyone point me to documentation or a tutorial on using the built-in UDP / TCP servers under ./src/vnet/udp and ./src/vnet/tcp ? Regards, Shaun ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Consolidatation of fib_ip_proto() functions?

2018-02-01 Thread Neale Ranns (nranns)
Hi Jon, I would welcome such a patch. /neale From: Jon Loeliger Date: Thursday, 1 February 2018 at 17:18 To: vpp-dev , "Neale Ranns (nranns)" Subject: Consolidatation of fib_ip_proto() functions? Neale, I have need of using a function like fib_ip_proto(), below, in yet another file. But rath

[vpp-dev] fd.io Community Goals and Objectives for reporting to the LFN board

2018-02-01 Thread Ed Warnicke
FD.io has recently transitioned from being its own independent foundation, to being one of several projects (ONAP, OpNFV, ODL, etc) under the Linux Foundation Networking (LFN) umbrella. As part of this transition, the LFN board has asked to be educated about what Goals and Objectives the community

[vpp-dev] Consolidatation of fib_ip_proto() functions?

2018-02-01 Thread Jon Loeliger
Neale, I have need of using a function like fib_ip_proto(), below, in yet another file. But rather than introduce a 5th copy of the same function, would you accept a patch that consolidated them all into one static inline in, say, fib_types.h where the FIB_PROTOCOL_* values are defined? Thanks, j

Re: [vpp-dev] Questions about ACL features of VPP

2018-02-01 Thread Andrew Yourtchenko
Kaneko-San, My replies are inline below. > On 1 Feb 2018, at 02:38, kaneko wrote: > > Hello, my name is Hitoshi Kaneko. > > I belong to NTT Laboratories. > > I evaluate VPP and there have been questions. > > > > (1)Question 1 > > I have wanted to evaluate Access Control List of VPP. >

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Hi, After removing socket-mem now vpp is stable but when we try to connect through CLI connection is refused. ubuntu@vasily:~$ sudo service vpp status ● vpp.service - vector packet processing engine    Loaded: loaded (/lib/systemd/system/vpp.service; enabled; vendor preset: enabled)    Active:

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Support 2 channel 32core processor(ARM64) On Thursday 1 February 2018, 6:47:31 PM IST, Damjan Marion (damarion) wrote: You also added socket-mem which is pretty bad idea, try without.If that doesn't help then you will need to run VPP form console and possibly use gdb to collect more

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Hi, This is on ARM board. and yes i have modified the specific pcie address to added in startup.conf  dpdk {    socket-mem 1024    dev 0002:f9:00.0 } On Thursday 1 February 2018, 5:20:59 PM IST, Damjan Marion (damarion) wrote: Please keep mailing list in CC. Those lines doe

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
You also added socket-mem which is pretty bad idea, try without. If that doesn't help then you will need to run VPP form console and possibly use gdb to collect more details. Which ARM board is that? On 1 Feb 2018, at 14:15, adarsh m mailto:addi.ada...@yahoo.in>> wrote: Hi, This is on ARM bo

[vpp-dev] Questions about ACL features of VPP

2018-02-01 Thread kaneko
Hello, my name is Hitoshi Kaneko. I belong to NTT Laboratories. I evaluate VPP and there have been questions. (1)Question 1 I have wanted to evaluate Access Control List of VPP. About this feature, I have read VPP Documents “1.3 VAT CLI, VPP/SecurityGroups”. There is a sentence “The ACL pl

Re: [vpp-dev] adding large number of route prefixes

2018-02-01 Thread Konrad Gutkowski
Hi, Thanks for the info, that seems to brought 18.01 up to 1M, although it stops there. With heap-size manipulation i can get 17.10 much higher (>3M). While it seems to be purely academical at this point 18.01 showed preference towards sequential prefixes. For 18.01 there seems to be no di

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
Please keep mailing list in CC. Those lines doesn't show that anything is wrong... Is this 4 socket computer? Have you modified startup.conf? On 1 Feb 2018, at 12:40, adarsh m mailto:addi.ada...@yahoo.in>> wrote: Hi, Very sorry pls check the complete one. Feb 01 19:37:16 vasily /usr/bin/vpp

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread Damjan Marion (damarion)
Unfortunately log you provided is incomplete and truncated so I cannot help much On 1 Feb 2018, at 11:59, adarsh m mailto:addi.ada...@yahoo.in>> wrote: Hi, I checked hugepage and it was 0, so i freed this and increased it to 5120 ubuntu@vasily:~$ sudo -i root@vasily:~# echo 5120 > /proc/

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-01 Thread adarsh m via vpp-dev
Hi, I checked hugepage and it was 0, so i freed this and increased it to 5120 ubuntu@vasily:~$ sudo -i root@vasily:~# echo 5120 > /proc/sys/vm/nr_hugepages now the previous error is not occurring when i start but VPP is not stable, it'll become dead after a few sceonds from start. Logs : ubun

Re: [vpp-dev] adding large number of route prefixes

2018-02-01 Thread Neale Ranns (nranns)
Hi Konrad, As of 18.01 the amount of memory available for IP routes is controlled in the startup config with: ip {heap-size } /neale -Original Message- From: on behalf of Konrad Gutkowski Date: Thursday, 1 February 2018 at 03:01 To: vpp-dev Subject: [vpp-dev] adding large number o