summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/python/vpp_papi
AgeCommit message (Expand)AuthorFilesLines
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra6-54/+121
2018-11-29vpp_papi: Fix: raise NotImplemented.Paul Vinciguerra1-1/+1
2018-11-29API: Add support for type aliasesOle Troan2-3/+22
2018-11-29VPP-1508: vpp_transport_socket.py fix importPaul Vinciguerra1-1/+4
2018-11-28vpp_papi: Reserved keywords.Paul Vinciguerra2-3/+3
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra6-13/+13
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra1-9/+48
2018-11-05Provide return value for PAPI disconnect()Igor Mikhailov (imichail)2-1/+3
2018-11-05Alter logging semantics for VPP PAPI objectIgor Mikhailov (imichail)1-1/+1
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan5-12/+247
2018-10-18PAPI: Expose API enums to tests / applicationsOle Troan2-16/+43
2018-10-16PAPI: Add bool type support in vppapigen.Ole Troan1-0/+2
2018-10-16PAPI: Add timeout support for socket transportOle Troan1-3/+6
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 Troan1-3/+3
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-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 Troan2-0/+226
2018-08-03PAPI: Union pad at the end of short fields instead of at head.Ole Troan1-4/+2
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 Troan3-0/+1023
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan3-1011/+0
2018-06-17Python API: Add enum and union support.Ole Troan3-0/+1011
2017-03-15Python API: Change from cPython to CFFI.Ole Troan3-828/+0
2017-03-07Python API: Synchronous mode.Ole Troan2-112/+121
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-24Fix PAPI async responseWojciech Dec1-1/+1
2017-01-20Python API: Missing locking of results data structure.Ole Troan1-84/+219
2017-01-06python clients can set the API rx message queue lengthDave Barach2-6/+7
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion3-0/+653