Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
70ae0a9682709ede68de467c9932472ea3c0e100
/
src
/
vpp-api
/
python
65fa036
api: add heap alloc to vpp stats
by Ole Troan
· 4 years, 2 months ago
f68fccf
api: remove clib_mem_init from vppapiclient contructor
by Ole Troan
· 4 years, 3 months ago
7d29e32
stats: remove offsets on vpp side
by Ole Troan
· 4 years, 5 months ago
710fe10
papi: allow unknown address family
by Ole Troan
· 4 years, 6 months ago
f5db371
api: add new stream message convention
by Ole Troan
· 4 years, 7 months ago
a416493
misc: fix ubuntu 20.04 python deps
by Damjan Marion
· 4 years, 7 months ago
c5c788b
papi: use python3 for papi install
by Ole Troan
· 4 years, 7 months ago
e64e5ff
tests: implement ipaddress convenience methods
by Paul Vinciguerra
· 4 years, 8 months ago
e090f4d
papi: lazily initialize stats client
by Paul Vinciguerra
· 5 years ago
fd57408
papi: add call stats
by Ole Troan
· 5 years ago
e2ccdf0
papi: add a per-call _timeout option
by Paul Vinciguerra
· 5 years ago
99fbf05
papi: fix typo in repr
by Paul Vinciguerra
· 5 years ago
da47f67
papi: fix papi default handling
by Ole Troan
· 5 years ago
ba2c7fa
papi: add missing base types to serializer
by Paul Vinciguerra
· 5 years ago
14b0b47
papi: add repr to packer types for troubleshooting
by Paul Vinciguerra
· 5 years ago
418ebb7
papi: support default for type alias decaying to basetype
by Ole Troan
· 5 years ago
6af6256
papi: enhance MACAddress() equality
by Paul Vinciguerra
· 5 years ago
c046d70
papi: add wrapper to validate crc manifest
by Ole Troan
· 5 years ago
ead1e53
misc: Fix python scripts shebang line
by Renato Botelho do Couto
· 5 years ago
40dc4b3
papi: fix default handling
by Ole Troan
· 5 years ago
2267429
bier: tests support python3
by Ole Troan
· 5 years ago
64e978b
ipsec: make tests support python3
by Ole Troan
· 5 years ago
8921dc6
papi: fix socket sendall calls
by Vratko Polak
· 5 years ago
6df2c79
papi: harden socket handling
by Vratko Polak
· 5 years ago
0938547
papi: introduce read_blocking
by Vratko Polak
· 5 years ago
5e2f84d
papi: truncate long logger messages
by Klement Sekera
· 5 years ago
75761b9
api: split vl_api_prefix into two
by Ole Troan
· 5 years ago
33a5817
api: autogenerate api trace print/endian
by Ole Troan
· 5 years ago
2f6e0c6
papi: let async calls return context
by Vratko Polak
· 5 years ago
daa4bff
api: memclnt api use string type.
by Ole Troan
· 5 years ago
e5ff5a3
api: enforce vla is last and fixed string type
by Ole Troan
· 5 years ago
71dd9d5
stats: create /run/vpp before stat socket bind()
by YohanPipereau
· 6 years ago
edfe2c0
api: vppapitrace JSON/API trace converter
by Ole Troan
· 5 years ago
6595ff7
api: api socket respect unix runtime directory
by Ole Troan
· 5 years ago
a47a5f2
api papi: add alias for timestamp(datetime)/timedelta
by Paul Vinciguerra
· 5 years ago
6ce0f35
papi: add additional types to vpp_serializer
by Paul Vinciguerra
· 5 years ago
b659020
papi: use the injected logger wherever possible
by Vratko Polak
· 5 years ago
dfd5722
papi: fix vpp_format from change in vl_api_prefix_t
by Paul Vinciguerra
· 5 years ago
a089ae1
papi: update VPPEnumType for python3
by Paul Vinciguerra
· 5 years ago
888640a
map gbp papi: match endianess of f64
by Paul Vinciguerra
· 6 years ago
5770c91
papi: refactor set_errors_str
by Paul Vinciguerra
· 5 years ago
a37810d
papi: prevent message_table inconsistencies
by Vratko Polak
· 5 years ago
ab05508
api: refactor format_vl_api_prefix_t return keys
by Paul Vinciguerra
· 6 years ago
08d82e9
api: fix vac_read return codes
by Paul Vinciguerra
· 5 years ago
4866459
misc: papi - add __repr__ to FuncWrapper
by Paul Vinciguerra
· 5 years ago
ae8819f
misc: vpp_papi- add tests, clean up pep8
by Paul Vinciguerra
· 6 years ago
8a2fa3b
misc: vpp-api - add __repr__ to VPPApiClient.
by Paul Vinciguerra
· 5 years ago
b63dbc5
stats: add version field to stat segment base header
by Ole Troan
· 6 years ago
c83311d
papi: make socket disconnect more robust
by Vratko Polak
· 6 years ago
8546558
API: Add support for "defaults"
by Ole Troan
· 6 years ago
2af6e92
vpp_papi: Context_id allocator for running forked.
by Paul Vinciguerra
· 6 years ago
2d7b090
vpp_papi: Fix missing dependency.
by Paul Vinciguerra
· 6 years ago
4430f45
vpp_papi: Fix format_vl_api_address_t under python3.
by Paul Vinciguerra
· 6 years ago
ed3bcb0
vpp_papi: Accept ipaddress.Network objects on prefix_t methods.
by Paul Vinciguerra
· 6 years ago
34ce574
vpp_papi: Fix vapi.disconnect exception.
by Paul Vinciguerra
· 6 years ago
c424de7
stats: removing empty object in stats vector
by Ole Troan
· 6 years ago
94e4531
papi: avoid IOError on disconnect
by Vratko Polak
· 6 years ago
cbf1fd2
vpp_papi: Do not raise before find_api_dir()
by Vratko Polak
· 6 years ago
233e468
stats: support multiple works for error counters
by Ole Troan
· 6 years ago
1954229
vpp_papi: remove dependency on environment var. VPP_API_DIR.
by Paul Vinciguerra
· 6 years ago
7fe470a
vpp_transport_socket: make connect more resilient
by Vratko Polak
· 6 years ago
6dd1614
Improve exceptions in vpp_transport_socket.py
by Vratko Polak
· 6 years ago
2233f85
Fix copypaste in vpp_papi/vpp_transport_socket.py
by Vratko Polak
· 6 years ago
a483d81
Fix Exception typo in vpp_papi/vpp_transport_socket.py.
by Paul Vinciguerra
· 6 years ago
875158a
Allow repeated connects on PAPI socket transport
by Vratko Polak
· 6 years ago
9ac1138
API: Add support for limits to language.
by Ole Troan
· 6 years ago
4ff09ae
API: Python and Unix domain socket improvement
by Ole Troan
· 6 years ago
cbb8f58
stats: Add name vectors to Python client
by Ole Troan
· 6 years ago
5c4b9f1
vppapigen: allow for enum size other than u32
by Andrew Yourtchenko
· 6 years ago
b8daa25
vpp_papi: Expose the list of field attributes to the client.
by Paul Vinciguerra
· 6 years ago
3d04e33
vpp_papi: specify encoding for .encode()/.decode()
by Paul Vinciguerra
· 6 years ago
42bdba8
vpp_papi: Adjust aenum import for python3.
by Paul Vinciguerra
· 6 years ago
48ae19e
API: Add python2.7 support for enum flags via aenum
by Ole Troan
· 6 years ago
f159f58
test framework: add factory function and default parameters
by Ole Troan
· 6 years ago
5fced04
vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/decorator.
by Paul Vinciguerra
· 6 years ago
49ff6d1
vpp-papi: Only install enum34 for python<=3.4.
by Paul Vinciguerra
· 6 years ago
dd39529
cmake: initial cross-compilation support
by Damjan Marion
· 6 years ago
356824f
vpp-api: Add context to VPPStatsIOError.
by Paul Vinciguerra
· 6 years ago
fe4827c
vpp_papi: MACAddress equals fails in unittest.
by Paul Vinciguerra
· 6 years ago
8006c6a
PAPI: Add MACAddress object wrapper for vl_api_mac_address_t
by Ole Troan
· 6 years ago
413f4a5
API: Use string type instead of u8.
by Ole Troan
· 6 years ago
0bcad32
PAPI: Allow ipaddress object as argument and return values from API calls
by Ole Troan
· 6 years ago
dfb984d
Python API: Use services to determine stream RPC
by Ole Troan
· 6 years ago
7f99183
Test framework: StringIO fixes for Python3
by Ole Troan
· 6 years ago
8c8acc0
API: Change ip4_address and ip6_address to use type alias.
by Ole Troan
· 6 years ago
6ccc6e9
vpp_papi: Add custom exceptions.
by Paul Vinciguerra
· 6 years ago
039a1c2
vpp_papi: Fix: raise NotImplemented.
by Paul Vinciguerra
· 6 years ago
53fffa1
API: Add support for type aliases
by Ole Troan
· 6 years ago
555ea9a
VPP-1508: vpp_transport_socket.py fix import
by Paul Vinciguerra
· 6 years ago
5785e89
vpp_papi: Reserved keywords.
by Paul Vinciguerra
· 6 years ago
7e713f1
vpp_papi: Use new style classes.
by Paul Vinciguerra
· 6 years ago
5642109
stat_client issues while running parallel tests.
by Paul Vinciguerra
· 6 years ago
40cca75
Provide return value for PAPI disconnect()
by Igor Mikhailov (imichail)
· 6 years ago
5efd14f
Alter logging semantics for VPP PAPI object
by Igor Mikhailov (imichail)
· 6 years ago
31555a3
PAPI: Add support for format/unformat functions.
by Ole Troan
· 6 years ago
0685da4
PAPI: Expose API enums to tests / applications
by Ole Troan
· 6 years ago
f47e9b6
PAPI: Add bool type support in vppapigen.
by Ole Troan
· 6 years ago
9d428b4
PAPI: Add timeout support for socket transport
by Ole Troan
· 6 years ago
94495f2
PAPI: Use UNIX domain sockets instead of shared memory
by Ole Troan
· 6 years ago
282093f
IPIP and IPv6 fragmentation
by Ole Troan
· 6 years ago
Next »