Skip to content

Commit 5770478

Browse files
Fix: ST41 ring name conflicts when using ancillary prefixes
ST41 sessions were using ancillary prefixes for ring names, causing naming conflicts when both are initialized simultaneously. Fixes: c43152d
1 parent 7c9b061 commit 5770478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/st2110/st_rx_fastmetadata_session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#define ST_RX_FASTMETADATA_BURST_SIZE (128)
1111

12-
#define ST_RX_FASTMETADATA_PREFIX "RC_"
12+
#define ST_RX_FASTMETADATA_PREFIX "RF_"
1313

1414
int st_rx_fastmetadata_sessions_sch_uinit(struct mtl_sch_impl* sch);
1515

lib/src/st2110/st_tx_fastmetadata_session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "st_main.h"
99

10-
#define ST_TX_FASTMETADATA_PREFIX "TC_"
10+
#define ST_TX_FASTMETADATA_PREFIX "TF_"
1111

1212
int st_tx_fastmetadata_sessions_sch_uinit(struct mtl_sch_impl* sch);
1313

0 commit comments

Comments
 (0)