On Sun, 14 Aug 2022 12:49:19 +0000 Cheng Jiang <[email protected]> wrote:
> From: Wenwu Ma <[email protected]> > > Similar to the port mirroring function on the switch or router, this > patch also implements an ingress function on the Vhost lib. When > data is sent to a front-end, it will also send the data to its mirror > front-end. > > Signed-off-by: Cheng Jiang <[email protected]> > Signed-off-by: Wenwu Ma <[email protected]> We already have rte_flow, packet capture, and rx/tx callbacks. This seems like re-invention.

