Bug 1546756

Summary: Enable JSON C Parser by default in OpenvSwitch
Product: Red Hat OpenStack Reporter: Daniel Alvarez Sanchez <dalvarez>
Component: openvswitchAssignee: Open vSwitch development team <ovs-team>
Status: CLOSED DUPLICATE QA Contact: Ofer Blaut <oblaut>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: apevec, chrisw, nusiddiq, rhos-maint, srevivo, tredaelli, twilson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-02-19 14:38:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Daniel Alvarez Sanchez 2018-02-19 14:18:25 UTC
The C extension wrapping OVS JSON parser is way faster than the pure Python implementation. Right now, this is not getting built and we're using the latter so we would see some performance gain if it could be enabled.

There was some attempts in the past [0][1] to get it in but it never made it so I wonder whether it would be possible to enable it by default.

[0] https://patchwork.ozlabs.org/patch/699900/
[1] https://patchwork.ozlabs.org/patch/802892/