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)
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
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
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
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
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
> 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
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
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