Re: [vpp-dev] Question about ip4(6)-glean node behavior and packet drops

2018-10-01 Thread Dave Barach via Lists.Fd.Io
IOS Classic, IOS XR, and NXOS behave slightly differently under the covers. To avoid disclosing trade secrets, I can’t go into the minutiae. VPP uses buffers which hit glean adjacencies – e.g. an ip4 icmp echo request – to manufacture the outbound neighbor discovery packet (e.g. ip4 arp request)

[vpp-dev] FD.io talks at ONS EU in AMS last week

2018-10-01 Thread Maciek Konstantynowicz (mkonstan) via Lists.Fd.Io
FYI, here are the Compressed PDF copies of slides presented at EU Open Network Summit in Amsterday. Some material has been out there but got adopted. Some is nett new, produced by speakers/authors. On-site response was good, let’s see what the survey says.. if we ever see the results. If we’re n

Re: [vpp-dev] CSIT IPsec AES-GCM 128 tests failing

2018-10-01 Thread Radu Nicolau
This should fix it: https://gerrit.fd.io/r/#/c/15078/ From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Peter Mikus via Lists.Fd.Io Sent: Wednesday, September 26, 2018 11:27 AM To: Nicolau, Radu Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] CSIT IPsec AES-GCM 128 tests failin

[vpp-dev] "Incompatible UPT version” error when running VPP v18.01 with DPDK v17.11 on VMWare with VMXNET3 interface ,ESXI Version 6.5/6.7

2018-10-01 Thread truring truring
Hi Everyone, We're trying to run VPP-18.01 with DPDK plugin in a guest machine running Red Hat 7.5. The host is ESXi version 6.5/6.7. guest machine have VMXNET3 Interface ,i am getting following error while running the vpp : PMD: eth_vmxnet3_dev_init(): >> PMD: eth_vmxnet3_dev_init(): Hardware

Re: [**EXTERNAL**] Fwd: [vpp-dev] Failing to create untagged sub-interface

2018-10-01 Thread Bly, Mike
Neale, et al, Please find the following patch. https://gerrit.fd.io/r/#/c/15086/ My previous regression errors were operator error. Same results w/ and w/o this patch. -Mike -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10724): https://lists.fd

Re: [vpp-dev] "Incompatible UPT version” error when running VPP v18.01 with DPDK v17.11 on VMWare with VMXNET3 interface ,ESXI Version 6.5/6.7

2018-10-01 Thread steven luong via Lists.Fd.Io
DPDK is expecting UPT version > 0 and ESXi 6.5/6.7 seems to be returning UPT version 0, when it was queried, which is not a supported version. I am using ESXi 6.0 and it is working fine. You could try ESXi 6.0 to see if it helps. Steven From: on behalf of truring truring Date: Monday, October

Re: [vpp-dev] how to enable dpdk log

2018-10-01 Thread Damjan Marion via Lists.Fd.Io
> On 29 Sep 2018, at 02:53, Eason Chen wrote: > > Hi, > > I am trying to open dpdk log (based on VPP upstream code), > but I cannot see any dpdk log output in /var/log/vpp/vpp.log > after adding "log-level debug" in dpdk section of startup.conf. You can see dpdk log with "show log" debug cli

[vpp-dev] WRED

2018-10-01 Thread brendanakelly via Lists.Fd.Io
I am looking to setup vpp with WRED.  I am not sure how the WRED profiles are configured.  I have hqos with 2 interfaces working in a bridge-domain and now want to enable WRED.  My overall goal is to simulate the Linux tc "traffic control" application to run impairments such as delay and packet

Re: [vpp-dev] how to enable dpdk log

2018-10-01 Thread Eason Chen
Thank you Damjan! -- Sender:Damjan Marion via Lists.Fd.Io Sent at:2018 Oct 2 (Tue) 05:00 To:Eason Chen Cc:vpp-dev Subject:Re: [vpp-dev] how to enable dpdk log On 29 Sep 2018, at 02:53, Eason Chen wrote: Hi, I am trying to open