mirror of https://github.com/F-Stack/f-stack.git
9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2023 Intel Corporation
|
|
#
|
|
help # show help
|
|
list # list all available vdpa devices
|
|
create <STRING>socket_path <STRING>bdf # create a new vdpa port
|
|
stats <STRING>bdf <UINT32>qid # show device statistics
|
|
quit # exit application
|