* @brief Callback to records time that queue became empty * * @param red [in,out] data pointer to RED runtime data * @param time [in] current time stamp */
| 394 | * @param time [in] current time stamp |
| 395 | */ |
| 396 | static inline void |
| 397 | rte_red_mark_queue_empty(struct rte_red *red, const uint64_t time) |
| 398 | { |
| 399 | red->q_time = time; |
| 400 | } |
| 401 | |
| 402 | #ifdef __cplusplus |
| 403 | } |
no outgoing calls