Re: [ovs-discuss] Fwd: Enabling compilation of C JSON parser (C python extension)

2019-06-13 Thread nitish nagesh
might be somehting to do with how we provide the include dir paths in the automake or the setup.py (setuptools.Extension()). But no matter what i try, i cant seem to get beyond this.. Thanks, On Thu, Jun 13, 2019 at 11:41 AM Numan Siddique wrote: > > > On Thu, Jun 13, 2019 at 8:17 AM

Re: [ovs-discuss] Fwd: Enabling compilation of C JSON parser (C python extension)

2019-06-12 Thread nitish nagesh
Thanks Ben. Guys, any other recommendations, please help me out here. Thanks, On Wed, Jun 12, 2019 at 10:48 PM Ben Pfaff wrote: > On Wed, Jun 12, 2019 at 09:41:03PM +0530, nitish nagesh wrote: > > | arm-cnos-linux-gnueabi-gcc -march=armv7-a > > --sysroot=/build/tmp/sysroots/swi

[ovs-discuss] Fwd: Enabling compilation of C JSON parser (C python extension)

2019-06-12 Thread nitish nagesh
Hello, I am working on an ARM9 based embedded product which runs software that has OpenVSwitch integrated into it. The software has a few daemons written in Python that perform JSON parsing to build the OVSDB IDL cache. These operations are resulting in high CPU usage for prolonged intervals.