MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mlx5_txpp_handle_clock_queue

Function mlx5_txpp_handle_clock_queue

dpdk/drivers/net/mlx5/mlx5_txpp.c:704–709  ·  view source on GitHub ↗

Handles Clock Queue completions in periodic service. */

Source from the content-addressed store, hash-verified

702
703/* Handles Clock Queue completions in periodic service. */
704static __rte_always_inline void
705mlx5_txpp_handle_clock_queue(struct mlx5_dev_ctx_shared *sh)
706{
707 mlx5_txpp_update_timestamp(sh);
708 mlx5_txpp_gather_timestamp(sh);
709}
710#endif
711
712/* Invoked periodically on Rearm Queue completions. */

Callers 1

Calls 2

Tested by

no test coverage detected