odp
odp copied to clipboard
The ODP project is an open-source, cross-platform set of application programming interfaces (APIs) for the networking data plane
Add a few improvements: - rename `CMD_STATS` to `CMD_SUMMARY` to reflect its intended purpose - improve stdin command parsing formatting - fix stream disabling v2: - Rebased
Enable address sanitizer and fix bugs found by it.
Use correct name when referring to `odp_packet_tx_compl_request()`.
Change odp_time_t ABI type from struct to uint64_t. Time handles can now be directly compared to ODP_TIME_NULL. The change triggered couple false positive 'maybe-uninitialized' warnings.
With a periodic timer, require application to provide an array of timeout events in odp_timer_periodic_start(). Add a new API function odp_timer_periodic_events(), which returns the number of events.