Re: [vpp-dev] gdb break point of plugin not hit

2018-05-29 Thread Harish Patil
Hi Damjan, Some observations: #1 gdb) set args unix { interactive cli-listen /run/vpp/cli.sock full-coredump } plugin_path /home/harish/vpp_0524/vpp/build-root/install-vpp_debug-native/sample-plugin/lib64/vpp_plugins dpdk { uio-driver igb_uio dev :07:00.0 dev :07:00.1 } (gdb) r Starting p

Re: [vpp-dev] gdb break point of plugin not hit

2018-05-29 Thread Harish Patil
Hi Damjan, Thanks. Yes I do see show run hitting the sample plugin. I sent one ping packet request. sample active 1 1 0 2.67e41.00 I would like to stick to current version of VPP. Is there a known issue

Re: [vpp-dev] gdb break point of plugin not hit

2018-05-27 Thread Damjan Marion
Do you see in "show run" output that sample plugin node was hit with some packets? also, I suggest moving to newer version of vpp... -- Damjan > On 25 May 2018, at 21:12, Harish Patil wrote: > > Hi, > > I built VPP using make -j build TAG=vpp_debug with export > SAMPLE_PLUGIN=yes; The VP

[vpp-dev] gdb break point of plugin not hit

2018-05-25 Thread Harish Patil
Hi, I built VPP using make -j build TAG=vpp_debug with export SAMPLE_PLUGIN=yes; The VPP release is origin/stable/1710. First I verified that sample_plugin.so is loaded. [root@localhost vpp]# make run .. load_one_plugin:184: Loaded plugin: pppoe_plugin.so (PPPoE) load_one_plugin:184: Loaded plu