RE: [RFC 1/2] vhost: add ingress API for port mirroring datapath

2022-08-25 Thread Jiang, Cheng1
nneX > Subject: RE: [RFC 1/2] vhost: add ingress API for port mirroring datapath > > > From: Jiang, Cheng1 [mailto:cheng1.ji...@intel.com] > > Sent: Thursday, 18 August 2022 08.58 > > > > Hi, > > > > > -Original Message- > > > From: S

RE: [RFC 1/2] vhost: add ingress API for port mirroring datapath

2022-08-18 Thread Morten Brørup
> From: Jiang, Cheng1 [mailto:cheng1.ji...@intel.com] > Sent: Thursday, 18 August 2022 08.58 > > Hi, > > > -Original Message- > > From: Stephen Hemminger > > Sent: Sunday, August 14, 2022 10:58 PM > > > > On Sun, 14 Aug 2022 12:49:19 + > > Cheng Jiang wrote: > > > > > From: Wenwu Ma

RE: [RFC 1/2] vhost: add ingress API for port mirroring datapath

2022-08-17 Thread Jiang, Cheng1
t: Re: [RFC 1/2] vhost: add ingress API for port mirroring datapath > > On Sun, 14 Aug 2022 12:49:19 + > Cheng Jiang wrote: > > > From: Wenwu Ma > > > > Similar to the port mirroring function on the switch or router, this > > patch also implements an ingress

Re: [RFC 1/2] vhost: add ingress API for port mirroring datapath

2022-08-14 Thread Stephen Hemminger
On Sun, 14 Aug 2022 12:49:19 + Cheng Jiang wrote: > From: Wenwu Ma > > 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.

[RFC 1/2] vhost: add ingress API for port mirroring datapath

2022-08-14 Thread Cheng Jiang
From: Wenwu Ma 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 Signed-off-by: Wenwu Ma --- lib/vhos