mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Increase the iflib txq callout mutex name length to 32 bytes.
With a length of 16, the name ("<if name>:TX(<qid>):callout") typically
gets truncated.
PR: 245712
Reported by: ghuckriede@blackberry.com
MFC after: 1 week
This commit is contained in:
parent
dad92002df
commit
814fa34dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ struct iflib_txq {
|
|||
bus_dma_tag_t ift_buf_tag;
|
||||
bus_dma_tag_t ift_tso_buf_tag;
|
||||
iflib_dma_info_t ift_ifdi;
|
||||
#define MTX_NAME_LEN 16
|
||||
#define MTX_NAME_LEN 32
|
||||
char ift_mtx_name[MTX_NAME_LEN];
|
||||
bus_dma_segment_t ift_segs[IFLIB_MAX_TX_SEGS] __aligned(CACHE_LINE_SIZE);
|
||||
#ifdef IFLIB_DIAGNOSTICS
|
||||
|
|
|
|||
Loading…
Reference in a new issue