Re: [vpp-dev] vnet_gso_header_offset_parser error if vlib_buffer_t without ethernet_header_t

2020-01-20 Thread Mohsin Kazmi via Lists.Fd.Io
In case of point-to-point, you can set the checksum offload flag VNET_HW_INTERFACE_FLAG_SUPPORTS_TX_L4_CKSUM_OFFLOAD when you create demo interface. And need to calculate ip4_hdr_checksum in your tx node (ethernet_demo_device_class) if packet comes with VNET_BUFFER_F_OFFLOAD_IP_CKSUM set.

[vpp-dev] Coverity run FAILED as of 2020-01-20 14:00:24 UTC

2020-01-20 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 7 Newly detected: 0 Eliminated: 2 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 (#15203):

Re: [vpp-dev] #vpp-hoststack - Issue with UDP receiver application using VCL library

2020-01-20 Thread Florin Coras
Hi Raj, Good to see progress. Check with “show int” the tx counters on the sender and rx counters on the receiver as the interfaces might be dropping traffic. One sender should be able to do more than 5Gbps. How big are the writes to the tx fifo? Make sure the tx buffer is some tens of kB.

Re: [vpp-dev] #vpp-hoststack - Issue with UDP receiver application using VCL library

2020-01-20 Thread Raj Kumar
Hi Florin, I changed my application as you suggested. Now, I am able to achieve 5 Gbps with a single UDP stream. Overall, I can get ~20Gbps with multiple host application . Also, the TCP throughput is improved to ~28Gbps after tuning as mentioned in [1]. On the similar topic; the UDP tx

[vpp-dev] How to run Routing protocol in VPP instance

2020-01-20 Thread Neelambuj singh via Lists.Fd.Io
Hi , Kindly guide me ho to run the L3 routing protocol to in multiple VPP instances . Please give me the complete steps : 1. Which plugin required 2. Steps to install all the packages to support the L3 routing protocol like OSPF, BGP , RIP etc. Regards, Neelam Buj Sent from Mail for