{
    "mode": "man",
    "parameter": "vdpa-dev",
    "section": "8",
    "url": "https://www.chedong.com/phpMan.php/man/vdpa-dev/8/json",
    "generated": "2026-06-02T23:33:01Z",
    "synopsis": "vdpa dev [ OPTIONS ]  { COMMAND| help }\nOPTIONS := { -V[ersion] }\nvdpa dev show [ DEV ]",
    "sections": {
        "NAME": {
            "content": "vdpa-dev - vdpa device configuration\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "vdpa dev [ OPTIONS ]  { COMMAND| help }\n\n\nOPTIONS := { -V[ersion] }\n\nvdpa dev show [ DEV ]\n",
            "subsections": [
                {
                    "name": "vdpa dev help",
                    "content": "vdpa dev add name NAME mgmtdev MGMTDEV\n\nvdpa dev del DEV\n\n"
                }
            ]
        },
        "DESCRIPTION": {
            "content": "",
            "subsections": [
                {
                    "name": "vdpa dev show - display vdpa device attributes",
                    "content": "DEV - specifies the vdpa device to show.  If this argument is omitted all devices are listed.\n\nFormat is:\nVDPADEVICENAME\n\n"
                },
                {
                    "name": "vdpa dev add - add a new vdpa device.",
                    "content": "name NAME\nName of the new vdpa device to add.\n\n\nmgmtdev MGMTDEV\nName of the management device to use for device addition.\n\n"
                },
                {
                    "name": "vdpa dev del - Delete the vdpa device.",
                    "content": "DEV - specifies the vdpa device to delete.\n\n"
                }
            ]
        },
        "EXAMPLES": {
            "content": "vdpa dev show\nShows the all vdpa devices on the system.\n\nvdpa dev show foo\nShows the specified vdpa device.\n\nvdpa dev add name foo mgmtdev vdpasimnet\nAdd the vdpa device named foo on the management device vdpasimnet.\n\nvdpa dev del foo\nDelete the vdpa device named foo which was previously created.\n\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "vdpa(8), vdpa-mgmtdev(8),\n\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Parav Pandit <parav@nvidia.com>\n\n\n\niproute2                                     5 Jan 2021                               DEVLINK-DEV(8)",
            "subsections": []
        }
    },
    "summary": "vdpa-dev - vdpa device configuration",
    "flags": [],
    "examples": [
        "vdpa dev show",
        "Shows the all vdpa devices on the system.",
        "vdpa dev show foo",
        "Shows the specified vdpa device.",
        "vdpa dev add name foo mgmtdev vdpasimnet",
        "Add the vdpa device named foo on the management device vdpasimnet.",
        "vdpa dev del foo",
        "Delete the vdpa device named foo which was previously created."
    ],
    "see_also": [
        {
            "name": "vdpa",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/vdpa/8/json"
        },
        {
            "name": "vdpa-mgmtdev",
            "section": "8",
            "url": "https://www.chedong.com/phpMan.php/man/vdpa-mgmtdev/8/json"
        }
    ]
}