Re: [vpp-dev] How to check stack size of process node

2023-03-26 Thread chetan bhasin
; > You can sprinkle “stack_depth_now = p->stack - &foo; if (stack_depth_now > > max_stack_depth) max = now” cookies in various places. > > > > HTH... > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *chetan > bhasin > *Sent:* Friday, March 24, 2023 9:24 AM > *To:*

Re: [vpp-dev] How to check stack size of process node

2023-03-24 Thread chetan bhasin
Hi, Please share any thoughts on this. Thanks, On Sat, Mar 18, 2023, 13:18 chetan bhasin via lists.fd.io wrote: > Hi vpp-team, > > > Could you please provide a way via which a process node stack size can be > calculated. We are creating a process node, how to figure out

[vpp-dev] How to check stack size of process node

2023-03-18 Thread chetan bhasin
Hi vpp-team, Could you please provide a way via which a process node stack size can be calculated. We are creating a process node, how to figure out the value of process_log2_n_stack_bytes?? Thanks, -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#

Re: [vpp-dev] process node suspended indefinitely

2023-03-02 Thread chetan bhasin
Hi Sudhir, Is your issue resolved? Actually we are facing same issue on vpp.2106. In our case "api-rx-ring" is not getting called. in our usecase workers are calling some functions in main-thread context leading to RPC message and memory is allocated from api section. This leads to Api-segment me

Re: [vpp-dev] Is Vpp21.06 compatible with Redhat8.5 ?

2022-06-22 Thread chetan bhasin
nces are it is quietly bit-rotting... > > ben > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of chetan > bhasin > > Sent: Wednesday, June 22, 2022 8:00 > > To: vpp-dev > > Subject: [vpp-dev] Is Vpp21.06 compatible with Redhat8.5

[vpp-dev] Is Vpp21.06 compatible with Redhat8.5 ?

2022-06-21 Thread chetan bhasin
Hi , We are trying to compile vpp21.06 over Redhat 8.5 . We are facing some error in make install-dep. Is it compatible? Thanks, CB -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21567): https://lists.fd.io/g/vpp-dev/message/21567 Mute This Topic:

[vpp-dev] VPP2202 Facing compilation issue with out of tree plugin

2022-06-05 Thread chetan bhasin
Hi, We are facing compilation issues as we migrate from vpp_2106 to vpp2202 , while compiling out of tree plugin. Please suggest the correct approach. vpp/build-root/install-vpp-native/vpp/include/vppinfra/memcpy_x86_64.h: In function 'clib_memcpy_const_le32' /home/mahesh-vpp/vpp-setup/vpp/build-

Re: [vpp-dev] VPP 2106 Main thread is 99% CPU

2022-05-22 Thread chetan bhasin
going on. > > > > > > D. > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *chetan > bhasin > *Sent:* Saturday, May 21, 2022 2:50 AM > *To:* vpp-dev > *Subject:* [vpp-dev] VPP 2106 Main thread is 99% CPU > > > > Hello Everyone, > > >

[vpp-dev] VPP 2106 Main thread is 99% CPU

2022-05-20 Thread chetan bhasin
Hello Everyone, We are running VPP2106 with our plugin, we are observing a problem on load setup where CPU of main thread is reaching at 99% suddenly and stays there even if we stop load, although we dont have problems like any of your own nodes polling on main thread etc and even CLI is not block

Re: [vpp-dev] Query Regarding Bihash (VPP 2106)

2022-04-28 Thread chetan bhasin
active key/value pairs. Buckets are > cheap. Start with nBuckets = nActiveSessions / (BIHASH_KVP_PER_PAGE / 2) or > some such and increase the number of buckets as necessary... > > > > HTH... Dave > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *chetan > bhasin &

[vpp-dev] Query Regarding Bihash (VPP 2106)

2022-04-07 Thread chetan bhasin
Hi, We are using bihash where key is 5 tuple of the packet. There are different type of free list which are maintained and once an entry is allocated and removed from a bihash that memory still remain with the bihash for future usage. The problem we are seeing is consistent growth in the memory

Re: [vpp-dev] fail_over_mac=1 (Active) Bonding

2021-09-15 Thread chetan bhasin
roughly and let me know if you encounter > any problem or not. > > > > Steven > > > > *From: * on behalf of chetan bhasin < > chetan.bhasin...@gmail.com> > *Date: *Tuesday, September 14, 2021 at 10:16 PM > *To: *vpp-dev > *Subject: *[vpp-dev] fail_o

[vpp-dev] fail_over_mac=1 (Active) Bonding

2021-09-14 Thread chetan bhasin
Hi, We have a feature to support Bonding fail_over_mac=1 (Active) in VPP . Are there any plans to implement this ? If we want to implement this, can anybody please provide a direction. Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-09 Thread chetan bhasin
Hi Benoit, Thanks a lot! We are not observing any crash in the VPP TCP host stack after applying the second patch provided by you with SANITIZER enabled build. Thanks, Chetan On Wed, Sep 8, 2021 at 9:41 PM chetan bhasin via lists.fd.io wrote: > Thanks Benoit. > > Actually Same ou

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-08 Thread chetan bhasin
th > stock VPP? > > ben > > > -Original Message- > > From: Florin Coras > > Sent: mercredi 8 septembre 2021 08:39 > > To: chetan bhasin > > Cc: Benoit Ganne (bganne) ; vpp-dev > d...@lists.fd.io> > > Subject: Re: [vpp-dev] VPP 2106 with

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-07 Thread chetan bhasin
lorin Coras wrote: > Hi Chetan, > > Out of curiosity, is this while running some make test (like the iperf3 > one) or with actual traffic through vpp? > > Regards, > Florin > > On Sep 7, 2021, at 12:17 AM, chetan bhasin > wrote: > > Hi Ben, > > After apply

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-07 Thread chetan bhasin
he correct fix though. > In the meantime you can try to apply https://gerrit.fd.io/r/c/vpp/+/32765 > which should workaround that for now. > > Best > ben > > > -Original Message- > > From: chetan bhasin > > Sent: lundi 6 septembre 2021 14:21 > > To: Be

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-06 Thread chetan bhasin
gt; > > -Original Message----- > > From: chetan bhasin > > Sent: lundi 6 septembre 2021 14:21 > > To: Benoit Ganne (bganne) > > Cc: vpp-dev > > Subject: Re: [vpp-dev] VPP 2106 with Sanitizer enabled > > > > Hi, > > > > The belo

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-06 Thread chetan bhasin
#24 0x738abea5 in start_thread () from /lib64/libpthread.so.0 #25 0x72e328cd in clone () from /lib64/libc.so.6 (gdb) :q On Mon, Sep 6, 2021 at 1:52 PM chetan bhasin wrote: > Hi Ben, > > Thanks for the direction. Looks like it will fix both the issues as > mentioned a

Re: [vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-06 Thread chetan bhasin
, 2021 at 1:22 PM Benoit Ganne (bganne) wrote: > It should be fixed in master by https://gerrit.fd.io/r/c/vpp/+/32643 > > ben > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of chetan > bhasin > > Sent: lundi 6 septembre 2021 09:36 >

[vpp-dev] VPP 2106 with Sanitizer enabled

2021-09-06 Thread chetan bhasin
Hi We are facing two errors with vpp2106 and Address Sanitizer enabled. make V=1 -j4 build VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON *Work-around* - After adding the two api’s string_key_sum and strnlen_s_inline to ASAN suppression, vpp2106 comes up fine. Error 1: -- Program

Re: [vpp-dev] VPp 2101 (pcap trace)

2021-09-02 Thread chetan bhasin
; > Looking at the output you sent, classifier table 1’s NextTbl field is set > to ~0 which explains why the classification isn’t working. You don’t need > to send traffic; make sure that you have a two-table chain with the > required mask/matches installed. > > > > If you

Re: [vpp-dev] vpp 2101 , we have to reduce the frame size to 128 for our use case

2021-08-30 Thread chetan bhasin
input node(s) you’re using to limit the inbound frame > size. > > > > Just to ask: why do you want to reduce the frame-size? > > > > D. > > > > *From:* vpp-dev@lists.fd.io *On Behalf Of *chetan > bhasin > *Sent:* Friday, August 27, 2021 1:38 AM > *To:*

[vpp-dev] VPP 2106 Linux-cp plugin supports ipv6 handling ?

2021-08-30 Thread chetan bhasin
Hi, We are on vpp2106 , We are using linux-cp plugin. Does it support Ipv6 traffic as well ? I can see Ipv4 traffic is going to tap interface created using below command but Ipv6 traffic is still handled by VPP plugin nodes lcp create | host-if netns [tun] Thank, Chetan -=-=-=-=-=-=-=-=-=-=-=

Re: [vpp-dev] VPp 2101 (pcap trace)

2021-08-29 Thread chetan bhasin
Hi Ben, Any idea why it's not working? Or what I am doing wrong? Thanks, Chetan On Thu, Aug 26, 2021, 20:59 chetan bhasin wrote: > Hi Benoit, > > I have tried those options but it is not working , it is only capturing > the section classify filter rule that is based on dst

[vpp-dev] vpp 2101 , we have to reduce the frame size to 128 for our use case

2021-08-26 Thread chetan bhasin
Hi, We have a use case where we have to reduce the frame-size to 128, changing VLIB_FRAME_SIZE to 128 will do the trick ? or do we need to change anything else other than this ? Please advise. Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply O

Re: [vpp-dev] VPp 2101 (pcap trace)

2021-08-26 Thread chetan bhasin
eq 11266, length 64 01:02:36.636975 IP 10.20.35.126 > 10.20.36.168: ICMP echo reply, id 26102, seq 11266, length 64 Regards, Chetan On Thu, Aug 26, 2021 at 6:00 PM chetan bhasin wrote: > Hi Ben, > > Thanks for your response . Let me try this and get back to you. > > Tha

Re: [vpp-dev] VPp 2101 (pcap trace)

2021-08-26 Thread chetan bhasin
Hi Ben, Thanks for your response . Let me try this and get back to you. Thanks, Chetan On Thu, Aug 26, 2021 at 5:52 PM Benoit Ganne (bganne) wrote: > > We want to capture all packets with src ip or dest ip as 10.20.30.40 .I > > have tried with classify filter but no success. Looks like I am mi

[vpp-dev] VPp 2101 (pcap trace)

2021-08-26 Thread chetan bhasin
Hi, We want to capture all packets with src ip or dest ip as 10.20.30.40 .I have tried with classify filter but no success. Looks like I am missing something. Can anybody please suggest the commands . Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vie

Re: [vpp-dev] DPDK compilation under VPP 2101

2021-07-12 Thread chetan bhasin
ons regarding this would be helpful? Thanks, Chetan On Fri, Mar 26, 2021 at 2:29 PM chetan bhasin via lists.fd.io wrote: > Hello Everyone, > > I have two queries with respect to DPDK 20.11 lib compilations under VPP - > 1) I want to enable KNI and Mellanox compilation , So I will

[vpp-dev] VPP 2005 crash : How to get DPDK lib source code/symbol info in back-trace

2021-06-30 Thread chetan bhasin
Hi, I am using VPP 2005 with DPDK enabled. If the application crashes under dpdk library api , We won't be getting proper symbols information in the frame of rte_api using gdb. Will dynamically linking dpdk lib resolve this ? Any other suggestions? Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links:

[vpp-dev] Facing Abort in VPP with Sanitizer

2021-05-25 Thread chetan bhasin
Hello Everyone, We have back-merged ASAN related changes to vpp_1908 . We are using devtool-set-9 for our compilation of SANITIZER build. Application is getting abort in File : src/vpp/api/api_format.c Function : void vat_api_hookup (vat_main_t * vam) Code : 22191 /* API messages we can send */

Re: [vpp-dev] Run VPP as non root user

2021-05-20 Thread chetan bhasin
unix { cli-listen gid <> } Check c_path access rights On Thu, May 20, 2021 at 3:57 PM wrote: > Hi All, > We are using VPP version 21.01 on our setup. We are able to run vpp as > root user , but getting the following error while running VPP as non root > user: > $ vppctl > clib_socket_ini

[vpp-dev] Do Vrrp support N+M HA model as well

2021-05-05 Thread chetan bhasin
Hi, I just want to understand whether VRRP also supports M+N HA model as well ? Do we have sample configuration for the same? Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19331): https://lists.fd.io/g/vpp-dev/message/19331 Mute Th

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-15 Thread chetan bhasin
Apr 14, 2021 at 8:33 PM chetan bhasin via lists.fd.io wrote: > Thanks a lot Mohammed! > > Let me try with the rdma-core and patch mentioned by you and > > Thanks, > Chetan > > On Wed, Apr 14, 2021 at 6:20 PM Mohammed Hawari > wrote: > >> Hi Chetan >>

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-14 Thread chetan bhasin
lied (specific to CentOS). But > what you should work just fine. Now the reason why you need to comment > dpdk_depends is kind of mysterious here… > > Regards, > > Mohammed > > On 14 Apr 2021, at 10:07, chetan bhasin > wrote: > > Hi, > > I have to do the foll

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-14 Thread chetan bhasin
), ipsec-mb) *+#dpdk_depends := rdma-core $(if $(ARCH_X86_64), ipsec-mb)* Thanks, Chetan On Tue, Apr 6, 2021 at 4:10 PM chetan bhasin via lists.fd.io wrote: > Thanks Guys ! > > We have a requirement to compile vppp with DPDK mellanox driver . > > Right now issue what

Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-04-06 Thread chetan bhasin
pp-dev@lists.fd.io от имени Mohammed Hawari < > moham...@hawari.fr> > *Отправлено:* 1 апреля 2021 г. 13:16 > *Кому:* chetan bhasin > *Копия:* vpp-dev > *Тема:* Re: [vpp-dev] How to enable Mellanox compilation in VPP 21.01 > > > Hi Chetan, > > If you are using Cen

[vpp-dev] How to enable Mellanox compilation in VPP 21.01

2021-03-30 Thread chetan bhasin
Hello Everyone, I am upgrading to vpp 2101 . I am facing a compilation issue after enabling Mellanox compilation in dpdk.mk . --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -14,8 +14,8 @@ DPDK_PKTMBUF_HEADROOM?= 128 DPDK_USE_LIBBSD ?= n DPDK

[vpp-dev] DPDK compilation under VPP 2101

2021-03-26 Thread chetan bhasin
Hello Everyone, I have two queries with respect to DPDK 20.11 lib compilations under VPP - 1) I want to enable KNI and Mellanox compilation , So I will be patching dpdk.mk file for the same. Is this the correct approach ? 2) I want to include additional DPDK patches for our use case. So w

Re: [vpp-dev] Requirement of predictable interface name

2021-03-24 Thread chetan bhasin
our task ( unix process ). I guess that should good > enough ? > > Thanks, > Regards, > Venu > > > On Wed, 24 Mar 2021 at 11:31, chetan bhasin > wrote: > >> Hi Team, >> >> We have a requirement to have a predictable interface name , say >> "devi

[vpp-dev] Requirement of predictable interface name

2021-03-23 Thread chetan bhasin
Hi Team, We have a requirement to have a predictable interface name , say "device_" , instead of GigabitEthernet/TenGigabitEthernet etc , so that external scripts can create vpp.conf automatically. One way is to modify plugins/dpdk/device/format.c code as per our requirement . but we want to avoi

Re: [vpp-dev] VPP is not coming up

2021-03-22 Thread chetan bhasin
Hi Vijay, Have you modprobe uio and uio_pci_generic ? kindly confirm the pci address of your nic again using ethtool -i Please share what else is coming on the console. Thanks, Chetan On Mon, Mar 22, 2021 at 1:58 PM Vijay Kumar wrote: > Hi, > > I was running VPP on my VM without any issues.

Re: [vpp-dev] Facing issue Ipv6 routing (Vpp 1908)

2020-11-17 Thread chetan bhasin
? -Suggest anything we should look into out-of-tree plugin code , which could narrow down the issue. Thanks, Chetan Bhasin On Tue, Nov 17, 2020 at 3:59 PM Neale Ranns (nranns) wrote: > > > Hi Chetan, > > > > I think you’ll have to expand a bit on ‘sometimes’ for u

[vpp-dev] Facing issue Ipv6 routing (Vpp 1908)

2020-11-16 Thread chetan bhasin
that change could cause such a problem ? Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18049): https://lists.fd.io/g/vpp-dev/message/18049 Mute This Topic: https://lists.fd.io/mt/78311419/21656 Group Owner: vpp-dev+ow

Re: [vpp-dev] Query regarding bonding in Vpp 19.08

2020-04-20 Thread chetan bhasin
gt; carrier may be down. > > > > Show hardware displays the physical state of the interface, carrier up or > down. Admin state must be set to up prior to seeing the hardware carrier > state to up. > > > > Steven > > > > *From: * on behalf of chetan bhasin < >

[vpp-dev] Query regarding bonding in Vpp 19.08

2020-04-19 Thread chetan bhasin
Hi, I am using vpp 19.08 , When I use bonding configuration , I am seeing below output of "show int " CLI . Query : Is it ok to show the status of slave interface as up in "show interface" CLI while as per the show hardware-interface its down ? vpp# show int Name Idx State MTU (L3/IP4/IP6/MPLS) C

Re: [vpp-dev] Facing issue while bringing up vpp 19.08 with Bonding configuration and Mellanox nics

2020-03-03 Thread chetan bhasin
mit/dd60b1b128d8d6c07dc8b8bcbf932b808cedbaab> commit 2fd44a00aa26188ca75f0accd734f21758c199bf Thanks, Chetan On Mon, Mar 2, 2020 at 7:24 PM chetan bhasin wrote: > Thanks Benoit for the response! > > I am trying vpp1908 with DPDK 19.02 now and lets see how it behaves. > > Thanks, > Chetan >

Re: [vpp-dev] Facing issue while bringing up vpp 19.08 with Bonding configuration and Mellanox nics

2020-03-02 Thread chetan bhasin
(2) works but not (1) might hint towards a race condition / > timing issue. > > ben > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of chetan > bhasin > > Sent: lundi 2 mars 2020 07:53 > > To: vpp-dev > > Subject: [vpp-dev]

[vpp-dev] Facing issue while bringing up vpp 19.08 with Bonding configuration and Mellanox nics

2020-03-01 Thread chetan bhasin
Hello Everyone, We are trying to bring-up stable/vpp1908 with bonded configuration 1) its getting crash in case we mention "startup-config /root/vanilla_1908/vpp/vpp.conf" , 2)if we bring up vpp first and then apply configuration using exec command , it works fine "exec /root/vanilla_1908/vpp/vpp.

Re: [EXT] [vpp-dev] Regarding buffers-per-numa parameter

2020-02-21 Thread chetan bhasin
>> Your packet trace shows that packet data is all 0 and that’s why you are >> running into l3 mac mismatch. >> >> I am guessing something messed with IOMMU due to which translation is not >> happening. Although packet length is correct. >> >> You can try

Re: [EXT] [vpp-dev] Regarding buffers-per-numa parameter

2020-02-21 Thread chetan bhasin
where problem exists, in dpdk > plugin or vlib > > > > Thanks, > > Nitin > > > > *From:* chetan bhasin > *Sent:* Tuesday, February 18, 2020 12:50 PM > *To:* me > *Cc:* Nitin Saxena ; vpp-dev > *Subject:* Re: [EXT] [vpp-dev] Regarding buffers-per-numa parame

Re: [EXT] [vpp-dev] Regarding buffers-per-numa parameter

2020-02-17 Thread chetan bhasin
Working stable/2001 vfio-pci XL710(40G) 537600 Working Thanks, Chetan On Mon, Feb 17, 2020 at 7:17 PM chetan bhasin via Lists.Fd.Io wrote: > Hi Nitin, > > https://github.com/FDio/vpp/commits/stable/2001/src/vlib > As per stable/2001 branch , the given change is checked-in around O

Re: [vpp-dev] Issue coming while fib lookup in vpp 18.01 between /8 and default route

2020-02-17 Thread chetan bhasin
After taking patches related to ip4_mtrie.c we are not longer seeing the issue related to /8 routes and default gateway. Thanks a lot! Chetan On Tue, Feb 4, 2020 at 10:55 AM chetan bhasin wrote: > Thanks Neale for response. I will take a look. > > On Mon, Feb 3, 2020 at 2:58 PM Ne

Re: [EXT] [vpp-dev] Regarding buffers-per-numa parameter

2020-02-17 Thread chetan bhasin
Hi Nitin, https://github.com/FDio/vpp/commits/stable/2001/src/vlib As per stable/2001 branch , the given change is checked-in around Oct 28 2019. df0191ead2cf39611714b6603cdc5bdddc445b57 is previous commit of b6e8b1a7c8bf9f9fbd05cdc3c90111d9e7a6897? Yes (branch vpp 20.01) Thanks, Chetan Bhasin

Re: [EXT] [vpp-dev] Regarding buffers-per-numa parameter

2020-02-17 Thread chetan bhasin
Type: refactor > > > > Change-Id: I72221b97d7e0bf5c93e20bbda4473ca67bfcdeb4 > > Signed-off-by: Damjan Marion damar...@cisco.com > > > > You can also try copying src/plugins/dpdk/buffer.c from stable/2001 > branch to stable/1908 > > > > Thanks, >

Re: [vpp-dev] Regarding buffers-per-numa parameter

2020-02-16 Thread chetan bhasin
Bottom line is stable/vpp 908 does not work with higher number of buffers but stable/vpp2001 does. Could you please advise which area we can look at ,as it would be difficult for us to move to vpp2001 at this time. On Mon, Feb 17, 2020 at 11:01 AM chetan bhasin via Lists.Fd.Io wrote: > Tha

Re: [vpp-dev] Regarding buffers-per-numa parameter

2020-02-16 Thread chetan bhasin
r to that one and test if > problem is still there… > > — > Damjan > > > On 12 Feb 2020, at 14:50, chetan bhasin > wrote: > > Hi, > > Looking into the changes in vpp 20.1 , the below change looks good > important related to buffer indices . > > *vli

Re: [vpp-dev] Regarding buffers-per-numa parameter

2020-02-12 Thread chetan bhasin
nIe6cMM1Q36XZK9v-i6Rhciwdfyj3g0j5HWsUCsAptLO9zuiQAUmOYUrK1p2_6frehR05g36O6OEk7t1RALQ_8k5obWKPc1_zGGk7sAXIm8hlot1JYDk8Ws8lQq0gFnUcbL4gBsWrDIf5U2-aedLh9p5BR5EWP_jwcQ0qrkyaCJBngVK3ZdTeur5m1tCcUh9RH_Aup9qg9LMelskGtWqpvOOOxBX2sGn3JlsJHk6r56933BJuIKhr7uoUtg4QXyBmbJJjoob40spvLJ4ZLn6oI5GCDZoAWg> Can anybody suggest ? Thanks, Chetan On Tue, Feb 11, 2020 at 1:17 P

Re: [vpp-dev] Regarding buffers-per-numa parameter

2020-02-10 Thread chetan bhasin
:33 GMT 2020 Compile location: /nfs-bfs/workspace/odc/cbhasin/ngp/mainline/third-party/vpp/vpp_1908 Compiler: GCC 7.3.1 20180303 (Red Hat 7.3.1-5) Back-trace are provided by Prashant https://pastebin.com/1YS3ZWeb Thanks, Chetan Bhasin On Tue, Feb 4, 2020 at 3:07 PM Prashant

Re: [vpp-dev] Issue coming while fib lookup in vpp 18.01 between /8 and default route

2020-02-03 Thread chetan bhasin
Thanks Neale for response. I will take a look. On Mon, Feb 3, 2020 at 2:58 PM Neale Ranns (nranns) wrote: > > > 18.01 might be missing patches in ip4_mtrie.c. > > > > /neale > > > > *From: * on behalf of chetan bhasin < > chetan.bhasin...@gmail.com>

[vpp-dev] Issue coming while fib lookup in vpp 18.01 between /8 and default route

2020-01-31 Thread chetan bhasin
: 0c9ff032000c29b1964e0800 Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15296): https://lists.fd.io/g/vpp-dev/message/15296 Mute This Topic: https://lists.fd.io/mt/70639820/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https

Re: [vpp-dev] (Vpp 19,08)Facing issue with vmxnet3 with 1rx/tx queue

2020-01-13 Thread chetan bhasin
Thanks, Chetan Bhasin On Mon, Jan 13, 2020 at 9:17 PM Benoit Ganne (bganne) wrote: > Hmm, > > - I suppose you run VPP as root and not in a container > - if you use CentOS/RHEL can you check disabling SELinux ('setenforce 0') > - can you share the output of Linu

Re: [vpp-dev] (Vpp 19,08)Facing issue with vmxnet3 with 1rx/tx queue

2020-01-13 Thread chetan bhasin
start(): Failed to configure v4 RSS* Thanks, Chetan Bhasin On Mon, Jan 13, 2020 at 7:58 PM Benoit Ganne (bganne) wrote: > Hi Chetan, > > Any reason for not using VPP built-in vmxnet3 driver instead of DPDK? That > should give you better performance and would be easier for us to d

[vpp-dev] (Vpp 19,08)Facing issue with vmxnet3 with 1rx/tx queue

2020-01-13 Thread chetan bhasin
nction: vmxnet3_xmit_pkts rx burst function: vmxnet3_recv_pkts * Errors:rte_eth_dev_start[port:0, errno:1]: Operation not permitted* Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15145): https://lists.fd.io/g/vpp-de

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-09 Thread chetan bhasin
Thanks Benoit for the clarification of compilation issue. I will try with gcc8. Thanks and Regards, Chetan Bhasin On Thu, Jan 9, 2020 at 7:04 PM Benoit Ganne (bganne) wrote: > Hi, > > > I have tried with GCC (gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) > > (GCC)) , bu

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-08 Thread chetan bhasin
", first_msg_id=844, last_msg_id=853) at vpp_1908/src/vlibmemory/vlib_api.c:203 #8 0x2bce80a3 in vl_api_clnt_process (vm=0x2ee337c0 , node=0x2aaab9886000, f=0x0) at vpp_1908/src/vlibmemory/vlib_api.c:299 Thanks, Chetan Bhasin On Wed, Jan 8, 2020 at 2:42 PM Benoit G

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
+ 1) make build-release (Issue is coming while compilation) 2) make build (Compilation successful.) On Wed, Jan 8, 2020 at 10:19 AM chetan bhasin wrote: > Hi Benoit, > > Please find the details as below : > > 1) As per git log , last check-in is : >

Re: [vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
2) gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) 3) -bash-4.2$ uname -a Linux bfs-dl360g10-14-vm25 3.10.0-514.16.1.el7.x86_64 #1 SMP Fri Mar 10 13:12:32 EST 2017 x86_64 x86_64 x86_64 GNU/Linux Thanks, Chetan Bhasin On Tue, Jan 7, 2020 at 10:22 PM Benoit Ganne (bganne) wrote: > >

[vpp-dev] Compilation failure in master branch after enabling ENABLE_SANITIZE_ADDR

2020-01-07 Thread chetan bhasin
always_inline ‘max_pow2’: function attribute mismatch max_pow2 (uword x) ^~~~ vpp/src/vppinfra/dlmalloc.c:4256:9: note: called from here align = max_pow2 (align); Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15083

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

2019-12-24 Thread chetan bhasin
Hi Shiva, After back-porting , VPP is coming up fine even with 16 workers. Thanks a lot! Regards, Chetan Bhasin On Mon, Dec 23, 2019 at 6:08 PM chetan bhasin wrote: > Thanks Shiva for reply! > > We are using VPP 19.08.1. Let me try with fix provided. > > Thanks, > Chetan B

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

2019-12-23 Thread chetan bhasin
Thanks Shiva for reply! We are using VPP 19.08.1. Let me try with fix provided. Thanks, Chetan Bhasin On Mon, Dec 23, 2019 at 5:37 PM Shiva Shankar wrote: > Hi Chetan, > Are you using latest master code? If not, can you verify your issue with > below commit? > https://gerrit.fd.

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

2019-12-23 Thread chetan bhasin
vlib_process_bootstrap (_a=) at third-party/vpp/vpp_1908/src/vlib/main.c:2754 #6 0x2b02811fff54 in clib_calljmp () Thanks , Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14950): https://lists.fd.io/g/vpp-dev/message/14950 Mute This

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

2019-12-15 Thread chetan bhasin
Hi, I am also looking for the solution of the below stated problem. Can anybody please provide direction regarding the same. Thanks, Chetan Bhasin On Wed, Dec 11, 2019 at 11:30 AM siddarth rai wrote: > Hello all, > > I am working with VPP 19_04. I noticed that the VSZ of VPP is sh

Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-10 Thread chetan bhasin
Sounds good. Thanks Ben for the response! On Tue, Dec 10, 2019 at 5:00 PM Benoit Ganne (bganne) wrote: > Hi, > > > I have used below CLI's to create rdma interfaces over Mellanox , Can you > > suggest what set of CLi's I should use so that packets from rdma will > also > > have mbuff fields se

Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-10 Thread chetan bhasin
0/0 create interface rdma host-if ens2f1 name device_9/0/1 Thanks, Chetan Bhasin On Fri, Dec 6, 2019 at 9:32 PM Damjan Marion via Lists.Fd.Io wrote: > > > > On 6 Dec 2019, at 07:16, Prashant Upadhyaya > wrote: > > > > Hi, > > > > I use VPP with DPDK driver

Re: [vpp-dev] How to save VPP configuration

2019-07-19 Thread chetan bhasin
Hi, setup.gate should contain set of VPP CLI which you want to be persistent. Regards, Chetan Bhasin On Sat, Jul 20, 2019, 06:43 wrote: > Hi Dave, > > what's the 'startup-config /etc/setup.gate' should be looks like? > Does it have a doc describe the synt

Re: [vpp-dev] Vpp 19.04 (process showing 200Gig of virtual memory on VM)

2019-06-24 Thread chetan bhasin
Hi Dave, Thanks for the response. Resident memory is coming around 100Mb. As virtual memory is coming around 200GB , so I am worried in case vpp crash , core file going to be 200Gb . Thanks, Chetan Bhasin On Mon, Jun 24, 2019 at 8:03 PM Dave Barach (dbarach) wrote: > Ack. > > >

[vpp-dev] Vpp 19.04 (process showing 200Gig of virtual memory on VM)

2019-06-24 Thread chetan bhasin
Hello Everyone, While bringing vpp 19.04 app , we are observing 200Gig of virtual memory via top command. Any direction/recommendation is welcome. Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13353): https://lists.fd.io/g

Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread chetan bhasin
Thanks a lot Andrew I will try this and update you the status. Thanks, Chetan On Thu, Mar 14, 2019 at 3:38 PM Andrew 👽 Yourtchenko wrote: > hi Chetan, > > ABF plugin uses ACL plugin, so you need to disable also abf_plugin.so. > > --a > > On 3/14/19, chetan bhasin wro

[vpp-dev] I want to disable acl plugin but VPP is not coming up

2019-03-14 Thread chetan bhasin
Hi, I want to disable acl plugin ,but VPP is not coming up without ACL. Is there any hard dependency with ACl , I want to decrease vsz of VPP process by removing ACL lugin, Can anybody please suggest. Thanks, Chetan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [vpp-dev] Getting invalid address while doing pool_alloc_aligned with release build

2019-03-07 Thread chetan bhasin
ase. Thanks , Chetan Bhasin Thanks, Chetan Bhasin On Thu, Mar 7, 2019 at 12:43 PM chetan bhasin wrote: > Hello everyone, > > I am getting invalid address while I am doing "pool_alloc_aligned" of 1 M > sessions for 10 workers on release build. > > But when I do the same wit

[vpp-dev] Getting invalid address while doing pool_alloc_aligned with release build

2019-03-06 Thread chetan bhasin
fix this? Query 2 : I have increase the "heapsize from 10G to 40G" , still facing the same issue, is it because of low memory or issue is somewhere else? Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12453): http

Re: [vpp-dev] VPP doesn't seem to recognise 25GbE link speed NICs logging warning: (18.01)

2019-02-23 Thread chetan bhasin
Thanks Damjan for the response. On Fri, Feb 22, 2019 at 9:50 PM Damjan Marion wrote: > > > On 22 Feb 2019, at 16:51, chetan bhasin > wrote: > > Hi Damajan, > > I need your guidance. > > I am working on vpp 18.01 . > > VPP doesn't seem to recognise

[vpp-dev] VPP doesn't seem to recognise 25GbE link speed NICs logging warning: (18.01)

2019-02-22 Thread chetan bhasin
other changes which have any link with 25G card handling ? Your assistance is much appreciated! Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12327): https://lists.fd.io/g/vpp-dev/message/12327 Mute This Topic: https://lists.

Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-02-19 Thread chetan bhasin
worker_sessions , CLIB_CACHE_LINE_BYTES); mheap_validation_check(); --> panic here Any suggestion/advise is really helpful. Thanks, Chetan Bhasin On Tue, Jan 29, 2019 at 5:35 PM Damjan Marion wrote: > Please search this mailing list archive, Dave provided some hints some > time ago > >

Re: [vpp-dev] Issue coming with memif

2019-02-14 Thread chetan bhasin
Thanks Damjan for looking into this. I also review the code for the same but If that is the case then app will not work properly even first time. Thanks, Chetan Bhasin On Thu, Feb 14, 2019 at 9:33 PM Damjan Marion wrote: > > > On 14 Feb 2019, at 07:54, chetan bhasin > wrote: &g

[vpp-dev] Issue coming with memif

2019-02-14 Thread chetan bhasin
Hi, We are using vpp 18.0.1 . We have created a memif client app , which is connecting to vpp via memif and sending UDP packet . One of our plugin is receiving that packet, processing it and generating an UDP response. First time it is works fine , when we stop and re-start our client app , we a

Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-06 Thread chetan bhasin
Hi Ole, After register via the api , then RA packets to be consumed by our node, or sent futher down the line to any next node in VPP ? (on your existing thread) Thanks, Chetan Bhasin On Mon, Feb 4, 2019 at 3:57 PM Ole Troan wrote: > Chetan, > > > Is there a way by which

Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-04 Thread chetan bhasin
Hi, Thanks for the reply. Is there a way by which I can get RA packets on my node. I am ready to register on any existing arc. Thanks, Chetan Bhasin On Sat, Feb 2, 2019 at 1:18 AM Ole Troan wrote: > Chetan. > > > > > I want to subscribe for Router Advertisement packets

[vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-01 Thread chetan bhasin
Hello Everyone, I want to subscribe for Router Advertisement packets on my node,so what is the best way, eg. can we use the ip6-unicast arc of ip6-input and do a .runs_before of* ip6-mfib-forward-lookup?* Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread chetan bhasin
. Clearly we have a lurking bug somewhere. Thanks, Chetan Bhasin On Tue, Jan 29, 2019, 16:53 Damjan Marion > typically this happens when you run out of memory / main heap size or you > have corrupted vector pointer.. > > It will be easier to read your traceback if it is capture

[vpp-dev] Getting core in vec_resize (vpp 18.01)

2019-01-29 Thread chetan bhasin
s=, header_bytes@entry=48, data_align=data_align@entry=64) at vpp/vpp_1801/build-data/../src/vppinfra/vec.c:95 #13 0x2ab7b74a61c1 in _vec_resize (data_align=64, header_bytes=48, data_bytes=, length_increment=1, v=) at include/vppinfra/vec.h:142 #14 xxx_allocate_flow (fm=0x2ab7b76c8fc0 )

[vpp-dev] I have back-port changes from vpp18.10 to vpp.18.01 (0610039fd06c760924fb92d0fc7b4d3e0ffeb8e3)

2019-01-04 Thread chetan bhasin
783 #15 0x2b78237d2c13 in thread0 (arg=47794993680960) src/vlib/unix/main.c:548 #16 0x00002b7824b07988 in clib_calljmp () Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11833): https://lists.fd.io/g/vpp-dev/message/11833 Mut

Re: [vpp-dev] VPP/DPDK performance with Madvise (Transparent Huge pages)

2019-01-04 Thread chetan bhasin
Hi Damjan, I want to ensure that VPP uses THP and other Linux applications don't use THP feature. Thanks, Chetan Bhasin On Thu, Jan 3, 2019 at 4:46 PM Damjan Marion wrote: > > > On 2 Jan 2019, at 16:28, chetan bhasin wrote: > > Hi, > > We are using VPP 18.01.

[vpp-dev] VPP/DPDK performance with Madvise (Transparent Huge pages)

2019-01-02 Thread chetan bhasin
Hi, We are using VPP 18.01. We have seen that in case Transparent Hugepage is enable with Madvise . VPP does not take benefit of Annonymous Huge Pages. Does anybody have any idea about the same ? Thanks, CB -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply On

Re: [vpp-dev] Getting crash while running load on VPP18.01 for 6 hours

2018-11-20 Thread chetan bhasin
Hi Dave, Thanks a lot. one more query ,what is the purpose of null_node ? and when this scenario will be provoked that null_node is hit? Thanks, Chetan Bhasin On Tue, Nov 20, 2018 at 10:57 PM Dave Barach (dbarach) wrote: > See > https://wiki.fd.io/view/VPP/Pulling,_Building,_R

[vpp-dev] Getting crash while running load on VPP18.01 for 6 hours

2018-11-20 Thread chetan bhasin
Hi Vpp-dev, We are facing issues while running load for ~6 hours . getting below crash. Your Suggestion is really appreciated. #1 0x2b00b990e8f8 in __GI_abort () at abort.c:90 #2 0x00405f23 in os_panic () at /bfs-build/build-area.49/builds/LinuxNBngp_7.X_RH7/2018-11-16-0505/third-

[vpp-dev] Getting crash in null_node after running load for ~6hours (vpp 18.01)

2018-11-20 Thread chetan bhasin
//vpp_1801/build-data/../src/vlib/main.c:221 #9 0x2b00b79fe6e6 in null_node_fn (vm=0x2b00c87a3050, node=0x2b00c86ca368, frame=0x2b014b2ecb80) at /nfs-bfs/workspace/build-data/../src/vlib/node.c:512 Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group

Re: [vpp-dev] "Incompatible UPT version” error when running VPP v18.01 with DPDK v17.11 on VMWare with VMXNET3 interface ,ESXI Version 6.5/6.7

2018-10-03 Thread chetan bhasin
Hi, We also faced the same issue . If you set "nopku" in grub , this solves our problem. Although we need to see what its impact. Thanks, Chetan Bhasin On Mon, Oct 1, 2018 at 11:48 PM steven luong via Lists.Fd.Io wrote: > DPDK is expecting UPT version > 0 and ESXi 6.5

  1   2   >