Skip to content

Commit 6acfa74

Browse files
committed
improve socket layer performance
1 parent 66aeddd commit 6acfa74

21 files changed

+2
-4
lines changed

ans/ans_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ static int ans_main_loop(__attribute__((unused)) void *dummy)
747747
cur_tsc = rte_rdtsc();
748748

749749
/* add by ans_team ---start */
750-
ans_message_handle(lcore_id);
750+
ans_message_handle();
751751
/* add by ans_team ---end */
752752

753753

doc/guides/ans_performance_report.pdf

54.7 KB
Binary file not shown.

librte_ans/include/ans_init.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,11 @@ void ans_eth_stats(uint8_t portid, uint16_t packets_nb);
105105
/**
106106
* Handle ans internal message.
107107
*
108-
* @param lcore_id
109-
* current lcore id.
110108
*
111109
* @return
112110
*
113111
*/
114-
void ans_message_handle(unsigned lcore_id);
112+
void ans_message_handle(void);
115113

116114

117115
#endif /* __ANS_INIT_H__ */

librte_ans/librte_ans_broadwell.a

4.65 KB
Binary file not shown.

librte_ans/librte_ans_core2.a

4.63 KB
Binary file not shown.

librte_ans/librte_ans_haswell.a

4.65 KB
Binary file not shown.

librte_ans/librte_ans_ivybridge.a

4.63 KB
Binary file not shown.

librte_ans/librte_ans_sandybridge.a

4.63 KB
Binary file not shown.

librte_ans/librte_ans_westmere.a

4.63 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)