This commit is contained in:
Dan Cuomo 2022-10-28 17:35:41 -07:00 коммит произвёл GitHub
Родитель ded679e2bd
Коммит 9d34aacd7d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -8,14 +8,6 @@ Class ReceiveBuffers {
[string] $RegistryKeyword = '*ReceiveBuffers'
[int] $DisplayParameterType = '1' # 1 byte unsigned integer
# What should base, max, min, step be for this?
# There is some variability in this right now; for example Intel has steps of 8 while mellanox steps by 1, etc.
#[int] $NumericParameterBaseValue = 10 # Must be this value
#[int] $NumericParameterMaxValue = # Must be >= this value 9014 + EncapOverhead (160)
#[int] $NumericParameterMinValue = # Must be < than this value
#[int] $NumericParameterStepValue = 1 # Must be this value
ReceiveBuffers () {}
}
@ -23,9 +15,6 @@ Class TransmitBuffers {
[string] $RegistryKeyword = '*TransmitBuffers'
[int] $DisplayParameterType = '1' # 1 byte unsigned integer
# What should base, max, min, step be for this?
# There is some variability in this right now; for example Intel has steps of 8 while mellanox steps by 1, etc.
TransmitBuffers () {}
}