On Sun, 14 Aug 2022 12:49:19 +0000 Cheng Jiang <cheng1.ji...@intel.com> wrote:
> From: Wenwu Ma <wenwux...@intel.com> > > 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 <cheng1.ji...@intel.com> > Signed-off-by: Wenwu Ma <wenwux...@intel.com> We already have rte_flow, packet capture, and rx/tx callbacks. This seems like re-invention.