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

2020-01-24 Thread Raj Kumar
Hi Florin, After fixing the UDP checksum offload issue and using the 64K tx buffer, I am able to send 35Gbps ( half duplex) . In DPDK code ( ./plugins/dpdk/device/init.c) , it was not setting the DEV_TX_OFFLOAD_TCP_CKSUM and DEV_TX_OFFLOAD_UDP_CKSUM offload bit for MLNX5 PMD. In the udp tx applica

Re: [vpp-dev] issue with ARP and classify packet forwarding #classify

2020-01-24 Thread Balaji Venkatraman via Lists.Fd.Io
Hi Po, Could you ensure the memifs and the ACLs u have configured are consistent with the tables you have. Are all under 100? -- Regards, Balaji. From: on behalf of Po Date: Thursday, January 23, 2020 at 11:14 PM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] issue with ARP and classify packe

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

2020-01-24 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 3 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 (#15248): ht

Re: [vpp-dev] VPP VSZ shoots to 200GB because of DPDK plugin

2020-01-24 Thread siddarth rai
Hi, Here is the output : 0040-004ca000 r-xp fd:01 188780472 /root/vpp/build-root/install-vpp-native/vpp/bin/vpp 006c9000-006ca000 r--p 000c9000 fd:01 188780472 /root/vpp/build-root/install-vpp-native/vpp/bin/vpp 006ca000-006cb000 rw-p 000ca000 fd:01 188780472 /root/vpp/build-root/

[vpp-dev] VPP 20.01 draft release notes available for your edits

2020-01-24 Thread Andrew Yourtchenko
Hi all, https://gerrit.fd.io/r/#/c/vpp/+/24505/ is the new change that I have pushed with the draft 20.01 release notes. I would like to request your edits in BEFORE 23:59 UTC Tuesday 28th January 2020. I will do some final tweaking and clean up the formatting quirks after that in preparation fo

Re: [vpp-dev] VPP VSZ shoots to 200GB because of DPDK plugin

2020-01-24 Thread Damjan Marion via Lists.Fd.Io
Can you capture "cat /proc/$(pgrep vpp)/maps” and put it into pastebin? — Damjan > On 24 Jan 2020, at 09:07, siddarth rai wrote: > > Hi, > > Thanks a lot for the tip. > > I would still like to know what is causing DPDK plugin to take up so much > VSZ. > If any one can give me any pointer

Re: [vpp-dev] VPP VSZ shoots to 200GB because of DPDK plugin

2020-01-24 Thread siddarth rai
Hi, Thanks a lot for the tip. I would still like to know what is causing DPDK plugin to take up so much VSZ. If any one can give me any pointers I will try and debug it further to hopefully control the VSZ. Regards, Siddarth On Tue, Dec 17, 2019 at 2:57 PM Benoit Ganne (bganne) wrote: > Hi Si