Re: [vpp-dev] VPP python binding for getting interface stats in VPP 18.07

2018-07-11 Thread Neha
. There is no such class ‘vpe’ in vpp_papi.py (result.vl_msg_id == vpp_papi.vpe.VL_API_SW_INTERFACE_SET_FLAGS). Can you please share working example for getting statistics from interface using want_stats functions? Regards, Neha From: Shwetha Bhandari (shwethab) [mailto:shwet...@cisco.com] Sent

Re: [vpp-dev] VPP python binding for getting interface stats in VPP 18.07

2018-07-09 Thread Neha
pi.stats_enable_disable() r=vpp.api.vnet_get_summary_stats() print(r) # # Wait for some stats # time.sleep(60) enale_disable = False pid=85821 r = vpp.api.want_stats() r = vpp.disconnect() Regards, Neha From: Ole Troan [mailto:otr...@employees.org] Sent: Monday, July 9, 2018 12:45 PM To: Vadnere, Ne

Re: [vpp-dev] VPP python binding for getting interface stats in VPP 18.07

2018-07-08 Thread Neha
Hi Ole, If that is correct, why I am not able to see the stats? ( I am waiting for 60 sec for getting the stats) Regards, Neha From: Ole Troan [mailto:otr...@employees.org] Sent: Monday, July 9, 2018 12:03 PM To: Vadnere, Neha R Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP python

[vpp-dev] VPP python binding for getting interface stats in VPP 18.07

2018-07-08 Thread Neha
ctions are. I assumed that want_stats will send the stats when enabled. Please guide on this. Regards, Neha -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9801): https://lists.fd.io/g/vpp-dev/message/9801 Mute This Topic: https://lists.fd.io/mt

Re: [vpp-dev] Issue in installing router and netlink plugins

2018-04-11 Thread Neha
Hi, Even I followed the same steps as Hamid, ln -sf /root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0 /usr/lib/vpp_plugins/router.so I am able to see the router.so is linked. router.so -> /root/vpp/build-root/install-vpp_debug-native/router/lib64/router.so.0.0.0 But

[vpp-dev] How to link zmq library to new plugin in vpp

2018-01-23 Thread Vadnere, Neha R
anybody please let me know the correct way to link library to plugin? Regards, Neha ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev