diff options
| author | 陆秋文 <[email protected]> | 2023-03-13 10:14:25 +0000 |
|---|---|---|
| committer | 陆秋文 <[email protected]> | 2023-03-13 10:14:25 +0000 |
| commit | 21b93587d59763643e0d2333bc552927c5b913a9 (patch) | |
| tree | 091f4bf26141323aff58a3d78ee6cde857da4b55 /include/external | |
| parent | 383d745322d6a421e8788e64a15ddae922827973 (diff) | |
支持多个NF运行在同一组处理器核心
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/marsio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h index 983b48a..791f73b 100644 --- a/include/external/marsio.h +++ b/include/external/marsio.h @@ -152,6 +152,7 @@ int marsio_option_set(struct mr_instance * instance, marsio_opt_type_t opt_type, int marsio_init(struct mr_instance * instance, const char * appsym); int marsio_thread_init(struct mr_instance * instance); int marsio_destory(struct mr_instance * instance); +int marsio_poll_wait(struct mr_instance * instance, struct mr_vdev * vdevs[], unsigned int nr_vdevs, unsigned int tid, int timeout); struct mr_vdev * marsio_open_device(struct mr_instance * instance, const char * devsym, unsigned int nr_rxstream, unsigned int nr_txstream); |
