Skip to content

Commit 44a5c6a

Browse files
committed
enhance port assign
1 parent 6ff2125 commit 44a5c6a

File tree

8 files changed

+0
-19
lines changed

8 files changed

+0
-19
lines changed

librte_ans/include/ans_errno.h

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -392,25 +392,6 @@
392392
#define ANS_ENETLINK 3006 /* parse netlink message failed */
393393
#define ANS_EFFILTER 3007 /* Add flow filter rule failed */
394394

395-
396-
#define ANS_ERRMEM ANS_ENOMEM /* Out of memory error. */
397-
#define ANS_ERRBUF ANS_ENOBUFS /* Buffer error. */
398-
#define ANS_ERRTIMEOUT ANS_EWOULDBLOCK /* Timeout. */
399-
#define ANS_ERRRTE ANS_EHOSTUNREACH /* Routing problem. */
400-
#define ANS_ERRINPROGRESS ANS_EINPROGRESS /* Operation in progress */
401-
#define ANS_ERRVAL ANS_EINVAL /* Illegal value. */
402-
#define ANS_ERRWOULDBLOCK ANS_EWOULDBLOCK /* Operation would block. */
403-
#define ANS_ERRUSE ANS_EADDRINUSE /* Address in use. */
404-
#define ANS_ERRISCONN ANS_EALREADY /* Already connected. */
405-
406-
//#define ANS_ERRIS_FATAL(e) ((e) < ANS_ERRISCONN)
407-
408-
#define ANS_ERRABRT ANS_ECONNABORTED /* Connection aborted. */
409-
#define ANS_ERRRST ANS_ECONNRESET /* Connection reset. */
410-
#define ANS_ERRCLSD ANS_ENOTCONN /* Connection closed. */
411-
#define ANS_ERRCONN ANS_ENOTCONN /* Not connected. */
412-
#define ANS_ERRARG ANS_EIO /* Illegal argument. */
413-
414395
#define ANS_FALSE 0
415396
#define ANS_TRUE 1
416397

librte_ans/librte_ans_broadwell.a

-536 Bytes
Binary file not shown.

librte_ans/librte_ans_core2.a

-536 Bytes
Binary file not shown.

librte_ans/librte_ans_haswell.a

-536 Bytes
Binary file not shown.

librte_ans/librte_ans_ivybridge.a

-536 Bytes
Binary file not shown.

librte_ans/librte_ans_knl.a

-592 Bytes
Binary file not shown.
-536 Bytes
Binary file not shown.

librte_ans/librte_ans_westmere.a

-536 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)