| Age | Commit message (Collapse) | Author |
|
- On success, pthread_create() returns 0; on error, it returns an error number. error number greater than zero.
- When the pthread_create() fails, errno is not set. The error number is stored in the return value.
|
|
|
|
|
|
|
|
Fix proxy core issue on MarsIO exit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplify trace logging for nodes.
|
|
|
|
|
|
|
|
in trace information for clarity.
Refactor 'marsio_send_buffer_flush' to replace 'sid' with 'qid' in trace information for clarity.
|
|
|
|
|
|
|
|
When ctrlzone_reset, retain the trace pointer;
Remove dp_trace_save_thread in app;
|
|
|
|
|
|
Add route ctx test for Etherfabric and Tera adapters.
|
|
Add tera adapter processing flow for route context.
|
|
Rename "peer" to "ef_peer" in the Etherfabric adapter.
|
|
|
|
|
|
|
|
Rename MR_BUFF_EF_LINK_ID to MR_BUFF_LINK_ID.
|
|
etherfabric node.
Add processing logic for traffic link id in etherfabric node.
|
|
Add Global Link Identifier for Etherfabric adapter.
|
|
|
|
|
|
|
|
associated functions
Rename sid_ring_queue to sid_list and update associated functions
|
|
functions to infra
Add 'sid_ring_queue' data structure and associated functions to infra
|
|
|
|
Add Associated Functions
Optimize Storage of SID Data using Circular Queue and Add Associated Functions
|
|
|
|
Change link_id size to uint16_t
|
|
�不必要的mbuf reset。
|
|
Add MR_BUFF_LINK_ID type to 'marsio_buff_get_metadata()'
|
|
|
|
|
|
修复因修改分流算法导致tfe自检不通过问题,启用 ctrlzone reset 函数
修复因修改分流算法导致tfe自检不通过问题,启用 ctrlzone reset 函数
|