Skip to content

Commit 5d1d600

Browse files
committed
support bypass traffic to linux kernel
1 parent 352fcc7 commit 5d1d600

14 files changed

+2
-1
lines changed

doc/guides/ans_user_guide.pdf

36.1 KB
Binary file not shown.

librte_ans/include/ans_errno.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@
388388
#define ANS_EADDRESS 3002 /* Add ip address failed */
389389
#define ANS_ENEIGHBOR 3003 /* Add neighbor route failed */
390390
#define ANS_EACL 3004 /* Add ACL failed */
391-
#define ANS_ENETLINK 3005 /* parse netlink message failed */
391+
#define ANS_EBYPASS 3005 /* Add ACL failed */
392+
#define ANS_ENETLINK 3006 /* parse netlink message failed */
392393

393394

394395
#define ANS_ERRMEM ANS_ENOMEM /* Out of memory error. */

librte_ans/librte_ans_broadwell.a

1.85 KB
Binary file not shown.

librte_ans/librte_ans_core2.a

1.85 KB
Binary file not shown.

librte_ans/librte_ans_haswell.a

1.85 KB
Binary file not shown.

librte_ans/librte_ans_ivybridge.a

1.85 KB
Binary file not shown.

librte_ans/librte_ans_sandybridge.a

1.85 KB
Binary file not shown.

librte_ans/librte_ans_westmere.a

1.85 KB
Binary file not shown.
448 Bytes
Binary file not shown.

librte_anscli/librte_anscli_core2.a

448 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)