rpc: Description of mlx5_pci pmd in bdev_compress_set_pmd
Signed-off-by: Alexey Marchuk <alexeymar@mellanox.com> Change-Id: I85f86cb149e7241c4c0da754f43e4f9321b11bce Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11073 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com>
This commit is contained in:
parent
af6fd29f93
commit
41714ffa73
@ -239,7 +239,7 @@ if __name__ == "__main__":
|
||||
pmd=args.pmd)
|
||||
p = subparsers.add_parser('bdev_compress_set_pmd', aliases=['set_compress_pmd', 'compress_set_pmd'],
|
||||
help='Set pmd option for a compress disk')
|
||||
p.add_argument('-p', '--pmd', type=int, help='0 = auto-select, 1= QAT only, 2 = ISAL only')
|
||||
p.add_argument('-p', '--pmd', type=int, help='0 = auto-select, 1= QAT only, 2 = ISAL only, 3 = mlx5_pci only')
|
||||
p.set_defaults(func=bdev_compress_set_pmd)
|
||||
|
||||
def bdev_compress_get_orphans(args):
|
||||
|
@ -81,7 +81,7 @@ def bdev_compress_set_pmd(client, pmd):
|
||||
"""Set pmd options for the bdev compress.
|
||||
|
||||
Args:
|
||||
pmd: 0 = auto-select, 1 = QAT, 2 = ISAL
|
||||
pmd: 0 = auto-select, 1 = QAT, 2 = ISAL, 3 = mlx5_pci
|
||||
"""
|
||||
params = {'pmd': pmd}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user