aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python
AgeCommit message (Expand)AuthorFilesLines
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan4-110/+331
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+2
2018-09-18STATS: Optimistic concurrency handling in Python library.Ole Troan1-4/+24
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan2-4/+4
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan1-31/+27
2018-09-07PAPI: Unpack embedded types with variable length arrays.Ole Troan3-36/+97
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan1-0/+161
2018-09-02Switch to cmakeDamjan Marion1-23/+0
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+1
2018-08-28cmake: add python apiDamjan Marion1-0/+32
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-1/+1
2018-08-09PAPI: Python 3.7 uses async keyword.Ole Troan1-11/+11
2018-08-07PAPI: Move unit tests to fix packaging issues.Ole Troan3-2/+2
2018-08-03PAPI: Union pad at the end of short fields instead of at head.Ole Troan4-9/+7
2018-07-19PAPI: Remove logging calls from pack/unpackOle Troan1-18/+0
2018-07-18vpp-api: improve naming for easier debuggingKlement Sekera1-2/+2
2018-06-22Python API: Add enum and union support.Ole Troan10-1030/+677
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan5-542/+309
2018-06-17Python API: Add enum and union support.Ole Troan5-309/+542
2018-06-06Alter logging semantics for VPP PAPI objectIan Wells1-2/+11
2018-05-07fix: AttributeError: module 'os' has no attribute 'cwd'Andrey "Zed" Zaikin1-1/+1
2018-04-12fixes python3 TypeError; python2 intactAndrey "Zed" Zaikin1-1/+1
2018-03-01PAPI: pycodestyle on vpp_papi.pyOle Troan1-22/+36
2018-02-17vpp_papi: remove legacy way of calling VPP APIsKlement Sekera1-7/+0
2018-02-17vpp_papi: reduce memory leaksKlement Sekera1-12/+16
2018-01-25VPP-1144: PAPI Import leads to duplicate type definition.Ole Troan1-0/+15
2017-11-20Have PAPI find its API definition filesChris Luke1-5/+140
2017-11-20nowhere to set read_timeoutdongjuan1-2/+2
2017-11-01VPP-959: Support old version of CFFIOle Troan2-3/+17
2017-10-31VPP PAPI: Error in unserializer for non-array compound types.Ole Troan1-0/+1
2017-10-25VPP-1033: Python API support arbitrary sized input parameters.Ole Troan1-13/+49
2017-09-13VPP-960: Python API add more information in exception for invalid arguments t...Ole Troan1-1/+4
2017-08-31VPP-959: Python API require minimum CFFI version.Ole Troan1-1/+1
2017-08-18Python API: Fix error message typo.Ole Troan1-1/+1
2017-08-17Python API: VPP-947 Empty chroot_prefix fails on encode()Ole Troan3-4/+209
2017-07-08API: Add Python3 support to vpp_papi.pyOle Troan1-65/+97
2017-05-16Place the vpp_papi*.egg file together with other build products.Igor Mikhailov (imichail)1-1/+2
2017-05-10Produce vpp_papi*.egg for virtual environmentsIgor Mikhailov (imichail)1-1/+2
2017-04-20vpp-api: rename libpneum to libvppapiclientDamjan Marion1-33/+33
2017-03-15Python API: Change from cPython to CFFI.Ole Troan9-977/+94
2017-03-07Python API: Synchronous mode.Ole Troan5-147/+365
2017-03-03python API: work towards python/vpp api separationKlement Sekera1-1/+30
2017-01-27Python API: event_callback not initialised.Ole Troan1-0/+1
2017-01-26Change automake python macro to get python pathTomofumi Hayashi1-1/+2
2017-01-24Fix PAPI async responseWojciech Dec1-1/+1
2017-01-20Python API: Missing locking of results data structure.Ole Troan1-84/+219
2017-01-11Makefile.am cleanupDamjan Marion1-2/+3
2017-01-09papi: fix building on aarch64Damjan Marion1-1/+1
2017-01-06python clients can set the API rx message queue lengthDave Barach5-10/+13
2017-01-03vpp-python-api deb packaging - use easy_install to install the python apiroot1-0/+1