Hi,
It looks like groupbased policy project is using different version of yang
models than the Honeycomb version you are using.
Please ask GBP developers which Honeycomb&VPP version is compatible with the
GBP version you are using.
Regards,
Marek
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-d
Are you using trex?
Best Regards,
Anna
From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On
Behalf Of ??
Sent: Tuesday, April 11, 2017 11:18 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] vpp-packet generator can not send tcp packets
Hello, everyone
when we use vpp-pack
Hello, everyone
when we use vpp-packet generator to send udp packets, everything is
OK!But, when execingTCP packet scripts, it can not send tcp packets. The packet
generator does not work!Why?Do anyone have the same problem?___
vpp-dev mailing list
If you google "github vpp" but then ignore the first few entries from
github and go to the first one that references fd.io, that may help.
On Mon, Apr 10, 2017 at 12:49 PM, Daniel Feferman
wrote:
> Hi folks,
>
> I'm trying to install VPP and integrate it with Honeycomb agent. I tried
> to instal
Hi folks,
I'm trying to install VPP and integrate it with Honeycomb agent. I tried to
install from GitHub using the script as showed in the README file. However,
after around 20 minutes running have some errors:
dpkg-deb: error: parsing file 'debian/vpp/DEBIAN/control' near line 14
package 'vpp':
Ed,
I've opened RT
https://rt-sso.linuxfoundation.org/Ticket/Display.html?id=39618 to track
this issue. This is a project so I'll need to review with Andy before I
can provide an ETA.
Thank you,
Vanessa
On 04/10/2017 09:49 AM, Ed Warnicke wrote:
> Looping in a few more folks to help get this mo
Thanks John for the inputs.
I used the following commands to install vpp/honeycomb:
1. echo "deb
https://nexus.fd.io/content/repositories/fd.io.stable.1704.ubuntu.xenial.main/
./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list
2. Set the vm.nr_hugepages to 1024 and related cha
Looping in a few more folks to help get this moving at various levels.
Vanessa/Andy,
What do we need to do to get OpenSuse Jenkins Minions going?
Ed
On Mon, Apr 10, 2017 at 2:38 AM, Marco Varlese
wrote:
> Hi,
>
> I would like to ask if it is possible to add openSUSE distribution in the
> CI f
??Hi,
Here is some example of using IPFIX with classifier tables.
# Create classifier table for IPv4 with 2 sessions
classify table mask l3 ip4 src dst proto l4 src_port dst_port
classify session table-index 0 match l3 ip4 src 192.168.11.66 dst 192.168.11.33
proto 6 l4 src_port 1 dst_port 22
The first IP address is that of the IPFIX collector: the IPFIX udp datagram dst
IP address. The second IP address is the IPFIX udp datagram src IP address.
The (optional) fib ID is included so you can route IPFIX tables through a
non-default FIB.
The (optional) udp-checksum parameter directs vp
Hi,
I search through VPP website and mailing list, but I didn't find a simple
configuration sample for IPFIX test.
I wasn't able to understand the configuration from command description (for
example in "*set ipfix exporter collector [port ] src
[fib-id ] [path-mtu ] [template-interval
] [udp-chec
Hi Neale,
I ran perf output and here are the top contenders (no suspects):
http://pasteboard.co/2yxUamC1f.png
-nagp
On Mon, Apr 10, 2017 at 2:52 PM, Neale Ranns (nranns)
wrote:
>
>
> Hi nagp,
>
>
>
> From your ‘sh fib walk’ output we can see:
>
>
>
> 1. DBGvpp# show fib walk
>
> 2. …
>
> 3.
Hi,
I would like to ask if it is possible to add openSUSE distribution in the CI for
FD.IO/VPP.
We are currently packaging it and I think it would be extremely beneficial to
have the CI running on our distribution too.
Is it at all possible? If so would you please advise what would you require on
Hi nagp,
From your ‘sh fib walk’ output we can see:
1. DBGvpp# show fib walk
2. …
3. Sleep Types:
4.Short Long:
5.0 717658:
indicating the process is sleeping for its “long” period:
/**
* @brief Durations for the sleep types [in seconds]
*/
static f64 fib_walk_sleep_duration[] = {
Thanks Neale!!
I don't see any loops in the routes in the fib. In fact, as soon as vpp
starts, I see the CPU going to 100%.
The output of "sh fib walk" is at: https://pastebin.com/G9YEkVGc
The output of "sh run" is at: https://pastebin.com/RYtF9fHM
"sh run" shows number of suspends as high, poss
Hi nagp,
A FIB walk that consumes 100% CPU is usually indicative of a cycle/loop in the
FIB undirected graph. Cycles in routing should not form permanently, i.e. the
routing protocols will eventually converge away from the loop, but they can
form temporarily.
Use;
‘sh fib walk’
to see the objec
There are a few routes in FIB, but fib-walk takes up 100% CPU. "show run"
shows fib-wak process running perpetually.
Is there anything that we can do to get around this?
Thanks,
-nagp
___
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mail
17 matches
Mail list logo