Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app/vfe-vdpa: support systemd service #55

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 20, 2024

  1. app/vfe-vdpa: support get version through rpc

    app/vfe-vdpa/vhostmgmt version
    {
      "vesion": "DPDK 22.07.0-rc0.mlx_vfe_vdpa-1.1-rc2",
      "errno": 0,
      "errstr": "Success"
    }
    
    Signed-off-by: Yajun Wu <yajunw@nvidia.com>
    yajwu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ba314fc View commit details
    Browse the repository at this point in the history
  2. app/vfe-vdpa: support systemd service

    Refine package meson buld option, only enable vfe-vhostd build.
    Add app/vfe-vdpa/vfe-vhostd.service.in and install to
    /usr/lib/systemd/system/vfe-vhostd.service
    
    RM: 3664530
    
    Signed-off-by: Yajun Wu <yajunw@nvidia.com>
    yajwu committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d12fd2e View commit details
    Browse the repository at this point in the history