[vpp-dev] How to add plugin in running VPP ?

2019-12-12 Thread chu.penghong
Hello, I have read the page about how to add plugin in VPP : https://fd.io/docs/vpp/master/gettingstarted/developers/add_plugin.html. However, the page describes that plugins can be added before VPP starts. I wonder if VPP can add plugins when VPP is running. I found comments in file

[vpp-dev] #vpp How can I make SR-IOV VF work in VPP in host ?

2019-12-12 Thread jacicson1987
create a VF with SR-IOV. VPP take over VF *directly in host.* Other hosts can not communicate with the VF in VPP because they can not get the VF neighbor. But in VPP, it can ping other hosts by VF, then the hosts get the VF neighbor. How can I make VF work like Phycics nic? Test details as follow

Re: [csit-dev] [vpp-dev] Spurious API CRC failures

2019-12-12 Thread Dave Wallace
Vratko, Thanks for the info. Can you please add a section on the proper way to add/manage the collections in csit/resources/api/vpp/supported_crcs.yaml to csit/docs/automating_vpp_api_flag_day.rst? -daw- On 12/11/2019 11:01 AM, Vratko Polak -X (vrpolak - PANTHEON TECH SRO at Cisco) wrote:

Re: [csit-dev] [vpp-dev] Spurious API CRC failures

2019-12-12 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
> automating_vpp_api_flag_day.rst Reading that, I see various improvements I wanted to add, but never found time to do it. So, here [5] is a quick edit, with more details on the CSIT side of the process, and with links to existing changes as examples. Vratko. [5] https://gerrit.fd.io/r/c/csit/+/

[vpp-dev] Coverity run FAILED as of 2019-12-12 14:00:11 UTC

2019-12-12 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14880): ht

[vpp-dev] Coverity run FAILED as of 2019-12-12 14:00:17 UTC

2019-12-12 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14881): ht

Re: [vpp-dev] How to add plugin in running VPP ?

2019-12-12 Thread Dave Barach via Lists.Fd.Io
As of today, plugins are loaded early enough in the vpp init sequence; everything which can be done in core engine code can also be done from plugins. They are not removed and they are not updated after vpp starts. Making plugins removable or updateable would take considerable attention to deta

Re: [vpp-dev] Did anything ever make vpp's native ipsec stack (ia32) work with dpdk/phy nic?

2019-12-12 Thread Chuan Han via Lists.Fd.Io
Hi, Damjan, It worked! Thanks for helping! I can see native ipsec stack works with aes-gcm-256 now. 00:44:05:465769: ip4-input-no-checksum IPSEC_ESP: 10.10.10.11 -> 10.10.10.10 tos 0x00, ttl 253, length 540, checksum 0x9387 fragment id 0x 00:44:05:465770: ipsec4-input-feature IP

Re: [vpp-dev] VPP / tcp_echo performance

2019-12-12 Thread dchons
Hi Florin, The saga continues, a little progress and more questions. In order to reduce the variables, I am now only using VPP on one of the VMs: iperf3 server is running on a VM with native Linux networking, and iperf3+VCL client running on the second VM. I've pasted the output from a few com

Re: [vpp-dev] VPP / tcp_echo performance

2019-12-12 Thread Florin Coras
Hi Dom, > On Dec 12, 2019, at 12:29 PM, dch...@akouto.com wrote: > > Hi Florin, > > The saga continues, a little progress and more questions. In order to reduce > the variables, I am now only using VPP on one of the VMs: iperf3 server is > running on a VM with native Linux networking, and ip