[vpp-dev] vpp-api python error during vpp installation

2017-11-22 Thread Pradeep Patel (pradpate)
Team, I am seeing the same issue(https://lists.fd.io/pipermail/vpp-dev/2017-April/004608.html) as seen earlier while installing debian package. Do we know a workaround? Processing triggers for libc-bin (2.23-0ubuntu3) ... Errors were encountered while processing: vpp-api-python Please see, I a

Re: [vpp-dev] vpp-api python error during vpp installation

2017-11-22 Thread Pradeep Patel (pradpate)
Thank you Chris and Team, I could install the package by running ‘sudo apt-get install -f' Regards, Pradeep From: "Luke, Chris" Date: Wednesday, November 22, 2017 at 10:09 AM To: "Pradeep Patel (pradpate)" , "vpp-dev@lists.fd.io" Subject: RE: vpp-api python

Re: [vpp-dev] vpp-api-python depends on vpp (= 17.10-9~gd594711); however: Version of vpp on system is 17.10-release.

2017-12-05 Thread Pradeep Patel (pradpate)
Trying running ‘apt install -f’ On 12/5/17, 5:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Ole Troan" wrote: Mirzaei, > I want to build vpp to integrate it with honeycomb according to this url, but I failed in the at this command: > > $sudo dpkg -i *.deb > >

Re: [vpp-dev] vpp-api-python depends on vpp (= 17.10-9~gd594711); however: Version of vpp on system is 17.10-release.

2017-12-05 Thread Pradeep Patel (pradpate)
Please try ‘sudo apt-get install –f’ On 12/5/17, 6:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Pradeep Patel (pradpate)" wrote: Trying running ‘apt install -f’ On 12/5/17, 5:38 AM, "vpp-dev-boun...@lists.fd.io on behalf of Ole Troan" wrote:

[vpp-dev] Building and running sample plugin

2017-12-06 Thread Pradeep Patel (pradpate)
I am trying to build and run sample plugin using make option. I see sample plugin so gets created but failed due to undefined symbol: sample_main. Any pointers with be helpful. Regards, Pradeep >make build SAMPLE_PLUGIN=yes > make run SAMPLE_PLUGIN=yes vagrant@localhost:/vpp$ make run SAMPLE_PL

Re: [vpp-dev] Issues with DPDK checksum with latest build

2017-12-12 Thread Pradeep Patel (pradpate)
I have also seen the same issue. Workaround(till issue gets resolved) is to run md5sum on dpdk tar and update the same in make file. vagrant@localhost:/vpp/dpdk$ md5sum dpdk-17.11.tar.xz 61e79ac968343d7a4a4050dcaa2d6f36 dpdk-17.11.tar.xz and update Makefile DPDK_17.11_TARBALL_MD5_CKSUM := 61e79a

[vpp-dev] VPP ACL plugin session info

2018-01-22 Thread Pradeep Patel (pradpate)
Team, I am trying to dump the session table (show acl-plugin sessions) to view the session info but don’t see any sessions getting created. Any input will be helpful. Plugin Version vat# acl_plugin_get_version vl_api_acl_plugin_get_version_reply_t_handler:133: ACL plugin version: 1.3 Following