Hi Stephen,
Thanks. Ok, so we should implement the VF control protocol on the netsvc
device. That said, it looks to me that we could use the AF_PACKET for this, no
need for an optimized, poll-mode netsvc driver in VPP.
To implement this control protocol, I suppose studying the DPDK implementatio
Hi Florin,
Seems like, my node registration is having an issue for the custom proto.
Somehow, with 1810, it is not showing up in the registered nodes.
Am posting another topic to resolve this.
Thanks for the quick pointers.
Regards,
Satish
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages
Hi Vpp-Dev,
In 18.10, my graph node is not getting picked up by the function
vlib_register_all_static_nodes().
vm->node_main.node_registrations does not seem to have my graph node.
The same was working in 18.01.
Any changes in the way we need to register the graph nodes in 18.10 ?
Can someone
Let me guess: the node in question is in a plugin. Are you sure that the plugin
loader isn’t complaining about an undefined symbol or some such?
“show plugin” will confirm that your plugin is actually loaded.
If it’s not loaded, debug spew from “/usr/bin/vpp unix interactive” will tell
you why
On Fri, 12 Apr 2019 09:19:37 +
"Benoit Ganne (bganne)" wrote:
> Hi Stephen,
>
> Thanks. Ok, so we should implement the VF control protocol on the netsvc
> device. That said, it looks to me that we could use the AF_PACKET for this,
> no need for an optimized, poll-mode netsvc driver in VPP.
Tom
Package installation instructions most appreciated. I am now able to
install/verify the 19.04 packages using the current centos7 image
specified in .../vpp/extras/vagrant/Vagrantfile.
I will add a note with these package installation dependencies to the
wiki page [1] for 19.04 package i
Correction. Make that [2] instead of [1]
-daw-
[2] https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages
On 4/12/2019 12:42 PM, Dave Wallace via Lists.Fd.Io wrote:
Tom
Package installation instructions most appreciated. I am now able to
install/verify the 19.04 packages using th
Folks,
The VPP 19.04 RC1 Milestone is complete and stable/1904 is open for bug
fixes!
I have sanity tested the xenial, bionic, and centos packages that are
available in packagecloud.io -- see [1] for instructions on how to
install from binary packages.
As is customary for all VPP stable br