Skip to content

Commit 7df168f

Browse files
committed
support msg_peek for recv api
1 parent 882737d commit 7df168f

24 files changed

+7
-7
lines changed

ans/ans_kni.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
#include <rte_mempool.h>
3737
#include "ans_main.h"
3838

39-
/* Load Configure Information for ODP KNI module */
39+
/* Load Configure Information for KNI module */
4040
int ans_kni_config(struct ans_user_config * common_config, struct ans_lcore_queue *lcore_conf, struct rte_mempool * pktmbuf_pool[]);
4141

42-
/* Destory ODP KNI module */
42+
/* Destory KNI module */
4343
int ans_kni_destory();
4444

45-
/* Run ODP KNI module, should be called at main loop each lcore */
45+
/* Run KNI module, should be called at main loop each lcore */
4646
void ans_kni_main();
4747

4848
/* send packets which cannot be proceed to network stack */

ans/ans_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ int main(int argc, char **argv)
875875

876876
ret = rte_eal_init(argc, argv);
877877
if (ret < 0)
878-
rte_exit(EXIT_FAILURE, "ODP:Invalid EAL parameters\n");
878+
rte_exit(EXIT_FAILURE, "Invalid EAL parameters\n");
879879

880880
argc -= ret;
881881
argv += ret;

librte_ans/librte_ans_broadwell.a

-3.27 KB
Binary file not shown.

librte_ans/librte_ans_core2.a

-3.27 KB
Binary file not shown.

librte_ans/librte_ans_haswell.a

-3.27 KB
Binary file not shown.

librte_ans/librte_ans_ivybridge.a

-3.27 KB
Binary file not shown.

librte_ans/librte_ans_knl.a

-3.14 KB
Binary file not shown.
-3.27 KB
Binary file not shown.

librte_ans/librte_ans_westmere.a

-3.27 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)