mbox

[0/2] vhost: add port mirroring function in the vhost lib

Message ID 20230421010932.46847-1-cheng1.jiang@intel.com (mailing list archive)
Headers

Message

Jiang, Cheng1 April 21, 2023, 1:09 a.m. UTC
  Similar to the port mirroring function on the switch or router, this
patch set implements such function on the Vhost lib. When
data is sent to a front-end, it will also send the data to its mirror
front-end. When data is received from a front-end, it will also send
the data to its mirror front-end.

Cheng Jiang (2):
  vhost: add ingress API for port mirroring datapath
  vhost: add egress API for port mirroring datapath

 lib/vhost/rte_vhost_async.h |   17 +
 lib/vhost/version.map       |    3 +
 lib/vhost/virtio_net.c      | 1266 +++++++++++++++++++++++++++++++++++
 3 files changed, 1286 insertions(+)

--
2.35.1