diff options
author | Steven Luong <sluong@cisco.com> | 2020-05-18 17:12:56 -0700 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-06-16 01:37:56 +0000 |
commit | a0e8d9669e980c673f5302e7bff0c06b31d46b56 (patch) | |
tree | 93a12a433ff07eb91f9393b2c654984522d68a1d /src/vnet/devices/virtio/vhost_user.api | |
parent | 0cf528233ab9272d7153f7323bacae2d50313b1a (diff) |
virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dump
The filter sw_if_index was in the API sw_interface_vhost_user_dump. But
it was never implemented in the backend. This patch is to add the backend,
vat, and custom dump support for the filter.
Type: feature
Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: Iaa41a7e11bfbcbb4c60092375e4b0dcf0950077b
Diffstat (limited to 'src/vnet/devices/virtio/vhost_user.api')
-rw-r--r-- | src/vnet/devices/virtio/vhost_user.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/devices/virtio/vhost_user.api b/src/vnet/devices/virtio/vhost_user.api index 127b0a27fc7..338fd710bc0 100644 --- a/src/vnet/devices/virtio/vhost_user.api +++ b/src/vnet/devices/virtio/vhost_user.api @@ -115,7 +115,7 @@ define sw_interface_vhost_user_details }; /** \brief Vhost-user interface dump request - @param sw_if_index - filter by sw_if_index UNIMPLEMENTED + @param sw_if_index - filter by sw_if_index */ define sw_interface_vhost_user_dump { |