[vpp-dev] UDP echo server-session-queue node TX event issue

2019-11-19 Thread Shiva Shankar
Hi All, I am validating builtin echo sever client node functionality with UDP protocol by running 2 VPP instances on 2 different hosts. On VPP1, running echo server with the test command "*echo server uri udp: //1.2.3.4 / *" On VPP2, running echo client w

Re: [vpp-dev] UDP echo server-session-queue node TX event issue

2019-11-20 Thread Shiva Shankar
roughput, be sure to configure fifo-size to a > larger value than the default of 64k. Note though that udp is currently not > paced, so it can easily overwhelm the tx nic, thereby leading to tx-errors. > > Florin > > [1] https://gerrit.fd.io/r/c/vpp/+/23551 > > On Nov 19, 20

Re: [vpp-dev] #vpp How does VPP link DPDK lib?

2019-11-28 Thread Shiva Shankar
Hi Wei, DPDK links(static) as part of the dpdk plugin in VPP. You can do readelf on dpdk_plugin.so Thanks Shiva On Fri, Nov 29, 2019 at 11:20 AM wrote: > We think VPP uses DPDK for data receive from nic, but it seems no dpdk lib > exist in vpp project. > we also try to use readelf to check t

Re: [vpp-dev] vector size issue with Multi threaded VPP

2019-12-05 Thread Shiva Shankar
Hi Satya, Can you share the output of “sh runtime” and “sh int rx placement”? Also, what does sh trace says? Shiva Shiva On Thu, 5 Dec 2019 at 20:59, Satya Murthy wrote: > Retrying my luck once again. > > Hi, > > We are facing a strange problem when we moved from single worker to multi > wo

Re: [vpp-dev] vpp 19.08 stuck at internal_mallinfo with 8 workers configuration

2019-12-23 Thread Shiva Shankar
Hi Chetan, Are you using latest master code? If not, can you verify your issue with below commit? https://gerrit.fd.io/r/#/c/vpp/+/22527/ On Mon, Dec 23, 2019 at 4:32 PM chetan bhasin wrote: > Hello Everyone, > > Merry Christmas everybody! > > We were using VPP 18.01 earlier that worked fine wit

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2019-12-31 Thread Shiva Shankar
Hi Liu, You missed binding of NIC devices to uio_pci_generic or vfio driver. show log confirms the same. 2019/12/31 06:01:42:932 notice dpdk DPDK drivers found no ports Thanks Shiva On Tue, 31 Dec 2019 at 19:00, gencli Liu <18600640...@163.com> wrote: > Hi everyone: > I can't ge

[vpp-dev] IPv6 UDP Datagrams with Zero Checksum- RFC complaint ?

2020-01-01 Thread Shiva Shankar
Hi folks, I was going through ip6 code, and observed VPP skips calculating UDP checksum for packets with explicit zero checksum, and process the packet "normally". (This, after disabling HW checksum offload) But, as per RFC-2460, "*IPv6 receivers must discard UDP packets containing a zero checksu

Re: [vpp-dev] IPv6 UDP Datagrams with Zero Checksum- RFC complaint ?

2020-01-02 Thread Shiva Shankar
Hi Ole, Thank you for your reply. I am not using any tunneling protocol in my case(IPV6+UDP+ payload) RFC 6935 says, "The update is specified for use by a tunnel protocol that transports packets that are themselves protected by a checksum." >>> In VPP we basically leave it up to the application

Re: [vpp-dev] IPv6 UDP Datagrams with Zero Checksum- RFC complaint ?

2020-01-02 Thread Shiva Shankar
Forgot to add "reply-all", My apologies. Ole, >>> Right, so if you do not want to accept UDP zero checksum packets in your application, add the check in your code. I Agree. Just curious to know the design choice. So, by design, VPP hands over the UDP packet to "registered node" irrespective of th

Re: [vpp-dev] IPv6 UDP Datagrams with Zero Checksum- RFC complaint ?

2020-01-02 Thread Shiva Shankar
Ole, Got it. I did go through udp local code previously and found we are doing only UDP dear port based and error handling in the node. Anyway , Thankyou so much for responding patiently. Thanks Shiva On Thu, 2 Jan 2020 at 18:11, wrote: > Hi Shiva, > > > Forgot to add "reply-all", My apolo

[vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-03 Thread Shiva Shankar
Hi everyone, I am seeing below error messages during job execution. Any inputs on error message? Issued "recheck" multiple times, but no luck. fd.io JJB Patch Set 1: Build Failed https://jenkins.fd.io/job/vpp-verify-master-ubuntu1804/1947/ : FAILURE No problems were identified. If you know why

Re: [vpp-dev] Build jobs failure with No problems were identified. If you know why this problem occurred, please add a suitable Cause for it.

2020-02-03 Thread Shiva Shankar
ent Sekera -X (ksekera - PANTHEON TECH SRO at Cisco) wrote: > Hi > > Click the first link -> console output -> show all > > You’ll see test failures. > > You can run locally these tests by invoking “make test”. > > Once fixed, reupload your change. > > HTH..K