* Broadcast request of starting data-path to secondary processes. The request * is synchronous. * * @param[in] dev * Pointer to Ethernet structure. */
| 238 | * Pointer to Ethernet structure. |
| 239 | */ |
| 240 | void |
| 241 | mlx4_mp_req_start_rxtx(struct rte_eth_dev *dev) |
| 242 | { |
| 243 | mp_req_on_rxtx(dev, MLX4_MP_REQ_START_RXTX); |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Broadcast request of stopping data-path to secondary processes. The request |
no test coverage detected