Re: [vpp-dev] FD.io Notification: VPP openSUSE jobs

2017-10-31 Thread Marco Varlese
Thank you Vanessa :) On Mon, 2017-10-30 at 16:32 -0500, Vanessa Valderrama wrote: > > What: > > > > The openSUSE image issues have been resolved. The jobs > are passing on the sandbox. I will be enabling openSUSE for VPP > in production tomorrow. Please feel

Re: [vpp-dev] VPP default graph

2017-10-31 Thread Dave Barach (dbarach)
Dear Mostafa, First, “show vlib graph” describes the entire graph in detail. Vpp uses ingress flow-hashing (e.g. hardware RSS hashing) across a set of threads running identical graph replicas to achieve multi-core scaling. Historical experiments with pipelining in vpp dissuaded me from

Re: [vpp-dev] FD.io Notification: VPP openSUSE jobs

2017-10-31 Thread Vanessa Valderrama
This change was delayed due to some last minute changes and other unexpected issues. The change is still scheduled for today: *When:* 2017-10-31 @ 1800 UTC (11:00am PDT) Thank you, Vanessa On 10/30/2017 04:32 PM, Vanessa Valderrama wrote: > > *What:* > > The openSUSE image issues have been

[vpp-dev] [FD.io Helpdesk #47101] No joy: ping6 gerrit.fd.io

2017-10-31 Thread Vanessa Valderrama via RT
Anton and I worked with Dave to troubleshoot this issue. It appears to be isolated. He's going to contact Cisco IT and approved this ticket being closed. On Thu Oct 26 13:45:06 2017, valderrv wrote: > When Dave returns from his conference we'll scheudle time to > troubleshoot this issue with

Re: [vpp-dev] Assumed "deny" at end of ACLs?

2017-10-31 Thread Andrew Yourtchenko
Yep! --a > On 31 Oct 2017, at 17:57, Jon Loeliger wrote: > >> On Mon, Oct 30, 2017 at 3:38 PM, Jon Loeliger wrote: >>> On Mon, Oct 30, 2017 at 3:34 PM, Andrew Yourtchenko >>> wrote: >>> Jon, >>> >>> Assuming it’s ACL plugin that you

[vpp-dev] debuginfo rpms missing from nexus yum repos.

2017-10-31 Thread Thomas F Herbert
Hi, I noticed while working on csit that vpp debuginfo rpms are "missing" from Nexus Centos repo and have been since late September. The newest ones date back to September. Does anybody know why? --Tom -- *Thomas F Herbert* NFV and Fast Data Planes Office of the CTO *Red Hat*

Re: [vpp-dev] nat44 address pool not fully used

2017-10-31 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, You need to change “translation hash buckets” in startup configuration of the NAT plugin https://wiki.fd.io/view/VPP/NAT#Startup_config, we added session number limitation to avoid running out of memory crash in runtime (maximum sessions = 10 x “translation hash buckets”). Regards, Matus

[vpp-dev] Segmentation fault in ikev2 test

2017-10-31 Thread 薛欣颖
Hi, I'm testing ikev2 and there is something error in my test: VPP# ikev2 initiate del-sa ee25d9aa4e7a0f1a 0: ikev2_generate_message:1774: sa state changed to IKEV2_STATE_NOTIFY_AND_DELETE Program received signal SIGSEGV, Segmentation fault. 0x2b293d767f4b in

Re: [vpp-dev] Segmentation fault in ikev2 test

2017-10-31 Thread Neale Ranns (nranns)
Hi Xyxue, If you don’t have at a FIB with index 2 (i.e. you haven’t created to additional IP tables/VRFs) then: The '(vnet_buffer (p0)->sw_if_index[VLIB_TX] ' is 2 when 'del-sa' execute fail. is certainly the cause of your crash. I would attempt to determine when and where this value was

Re: [vpp-dev] problem in l3 VLAN

2017-10-31 Thread Neale Ranns (nranns)
Hi Xyxue, Support for VLANs on host/af_packet interface was added rather recently. See: https://gerrit.fd.io/r/#/c/8435/ and its cherry-picked cousins. /neale From: on behalf of 薛欣颖 Date: Tuesday, 31 October 2017 at 02:10 To:

Re: [vpp-dev] link dpdk.a statically to vpp

2017-10-31 Thread Gonzalez Monroy, Sergio
Hi Shachar, On 30/10/2017 16:00, Shachar Beiser wrote: Hi, I would like to link the dpdk statically to vpp and not as a shared object. I see there is an option  : sudo make dpdk-install-dev DPDK_MLX5_PMD=y */ENABLE_DPDK_SHARED=n/* / but it seems that it is not enough . / / 

Re: [vpp-dev] [SFC] Query regarding SFC classifier configuration for ip4 traffic

2017-10-31 Thread Ni, Hongjun
Hi Phaneendra, Please try below scripts: classify table mask l3 ip4 proto classify session l2-input-hit-next input-node nsh-classifier table-index 0 match l3 ip4 proto 6 opaque-index 47615 set int l2 bridge TenGigabitEthernet5/0/0 1 1 set interface l2 input classify intfc

[vpp-dev] dpdk output function

2017-10-31 Thread Yuliang Li
Hi, Some node is called "TenGigabitEthernet5/0/1-output". I am using dpdk on this interface. Does anyone know what is the function that this node calls? Thanks, -- Yuliang Li PhD student Department of Computer Science Yale University ___ vpp-dev