* Deinitialize packet processor. * * @return * 0 on success, negative error value otherwise. */
| 290 | * 0 on success, negative error value otherwise. |
| 291 | */ |
| 292 | static void |
| 293 | mrvl_deinit_pp2(void) |
| 294 | { |
| 295 | mrvl_pp2_fixup_deinit(); |
| 296 | pp2_deinit(); |
| 297 | } |
| 298 | |
| 299 | static inline void |
| 300 | mrvl_fill_shadowq(struct mrvl_shadow_txq *sq, struct rte_mbuf *buf) |
no test coverage detected