[vpp-dev] SIGSEGV when adding route and abf with the same gateway

2019-07-28 Thread fdr . kozlov
Hi vpp-dev When I add an abf policy and then add a route to the same gateway, a SIGSEGV will appear. These are the steps to generate the problem: First setup interfaces: vppctl set int state GigabitEthernet3/0/0 up vppctl set int state GigabitEthernet4/0/0 up vppctl set int ip address GigabitEther

Re: [vpp-dev] #vpp Connecting a VPP inside a container to a VPP inside host using vhost-virtio-user interfaces

2019-07-28 Thread steven luong via Lists.Fd.Io
The debug CLI was replaced by set logging class vhost-user level debug Use show log to view the messages. Did you configure 1GB huge on the container? It used to be that dpdk virtio requires 1GB huge page. Not sure if it is still the case nowadays. If you use VPP 19.04 or later, you could try VP

[vpp-dev] The correct usage of "classify table" and "classify session" for IOAM traffic

2019-07-28 Thread mojtaba . eshghi
[Edited Message Follows] Hi, I'm trying to extend the usage of the following configuration to use iperf: https://github.com/CiscoDevNet/iOAM/tree/master/scripts/vpp_sandbox/example/simple-ip6 The current problem is with the acls. Which are defined this way: set ioam-trace profile trace-type 0x

[vpp-dev] #vpp Connecting a VPP inside a container to a VPP inside host using vhost-virtio-user interfaces

2019-07-28 Thread mojtaba.eshghi
Hi Guys, I'm trying to connect a vpp inside a host to a vpp which is running inside a lxc container on a linux machine. I am going to do that via vhost-virtio-user. The problem is that after I create the vhost and virtio-user, the output of the "show vhost-user interfaces" command on the host vp

Re: [vpp-dev] TCP host stack & small size fifo

2019-07-28 Thread Florin Coras
Hi Max, Inline. > On Jul 28, 2019, at 10:47 AM, Max A. wrote: > > Hi Florin, > > I simplified the application. It sends the request and reads all the data > from the server using the 8 KB buffer. The fifo size is set to 8 KB. In the > attached dump [1] you can see that in packet number 14 th

Re: [vpp-dev] TCP host stack & small size fifo

2019-07-28 Thread Max A. via Lists.Fd.Io
Hi Florin, I simplified the application. It sends the request and reads all the data from the server using the 8 KB buffer. The fifo size is set to 8 KB. In the attached dump [1] you can see that in packet number 14 there will be an overflow of the size of the tcp window. My application reports

Re: [vpp-dev] abf problem with arp

2019-07-28 Thread brayan ortega
Dear Neale, I have tried to config vpp based on your proposed configuration and after apply this command "abf policy add id 9001 acl 0 via ip4-lookup-in-table 42", a Segfault is happened. I'm using vpp v19.08-rc0~698-g1f50bf8fc (master branch). also, I checked it on vpp 19.04 and the result was sa

Re: [vpp-dev] abf problem with arp

2019-07-28 Thread brayan ortega
Dear Neale, Thanks for taking time and answer in details. Answer comments inline. On Thu, Jul 25, 2019 at 12:38 PM Neale Ranns (nranns) wrote: > > > Hi Brayan, > > > > First let’s discuss a bit your config and your objectives: > > > > acl ID 0 permit { any } > > set int ip addr GigabitEthern