mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cxgbe(4): Add sysctl to display the RSS indirection table size for an
interface. dev.cxl.<n>.rss_size dev.vcxl.<n>.rss_size MFC after: 3 days
This commit is contained in:
parent
91d546a05d
commit
a33b046750
1 changed files with 2 additions and 0 deletions
|
|
@ -4870,6 +4870,8 @@ vi_sysctls(struct vi_info *vi)
|
|||
&vi->first_rxq, 0, "index of first rx queue");
|
||||
SYSCTL_ADD_INT(ctx, children, OID_AUTO, "first_txq", CTLFLAG_RD,
|
||||
&vi->first_txq, 0, "index of first tx queue");
|
||||
SYSCTL_ADD_UINT(ctx, children, OID_AUTO, "rss_size", CTLFLAG_RD, NULL,
|
||||
vi->rss_size, "size of RSS indirection table");
|
||||
|
||||
if (IS_MAIN_VI(vi)) {
|
||||
SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "rsrv_noflowq",
|
||||
|
|
|
|||
Loading…
Reference in a new issue