* Initialize packet processor. * * @return * 0 on success, negative error value otherwise. */
| 66 | * 0 on success, negative error value otherwise. |
| 67 | */ |
| 68 | static int |
| 69 | mvneta_neta_init(void) |
| 70 | { |
| 71 | return neta_init(); |
| 72 | } |
| 73 | |
| 74 | /** |
| 75 | * Callback used by rte_kvargs_process() during argument parsing. |
no outgoing calls
no test coverage detected