> -----Original Message----- > From: Wang, Haiyue <haiyue.w...@intel.com> > Sent: Wednesday, September 9, 2020 9:10 AM > To: Fu, Patrick <patrick...@intel.com>; dev@dpdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh <ferruh.yi...@intel.com>; > maxime.coque...@redhat.com; Richardson, Bruce > <bruce.richard...@intel.com>; mm6...@att.com; Wang, Zhihong > <zhihong.w...@intel.com>; Wang, Liang-min <liang-min.w...@intel.com>; > Ananyev, Konstantin <konstantin.anan...@intel.com>; Miskell, Timothy > <timothy.misk...@intel.com>; Liang, Cunming <cunming.li...@intel.com>; > Fu, Patrick <patrick...@intel.com> > Subject: RE: [dpdk-dev] [PATCH v1 1/3] lib/mirror: introduce traffic mirror > API > > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Patrick Fu > > Sent: Wednesday, September 9, 2020 08:23 > > To: dev@dpdk.org > > Cc: tho...@monjalon.net; Yigit, Ferruh <ferruh.yi...@intel.com>; > maxime.coque...@redhat.com; > > Richardson, Bruce <bruce.richard...@intel.com>; mm6...@att.com; > Wang, Zhihong <zhihong.w...@intel.com>; > > Wang, Liang-min <liang-min.w...@intel.com>; Ananyev, Konstantin > <konstantin.anan...@intel.com>; > > Miskell, Timothy <timothy.misk...@intel.com>; Liang, Cunming > <cunming.li...@intel.com>; Fu, Patrick > > <patrick...@intel.com> > > Subject: [dpdk-dev] [PATCH v1 1/3] lib/mirror: introduce traffic mirror API > > > > Network Test Access Point (TAP) is the network monitoring service > > commonly adotpted in SDN-based network infrastructures. When VMs are > > inter-connected over virtual switches, TAP requires vSwitch to mirror > > out network traffics from specific workload VM ports to the TAP > > device/VM ports. > > > > This patch introduce 2 a new APIs to support high-throughput packet > > mirroring: > > - rte_mirror_register() > > - rte_mirror_unregister() > > Applications use the new API to setup the source traffic port and > > the mirror traffic port. Packets flowing over the registered > > source ports will be transmited to the mirror port when registration > > succeeds. > > > > Signed-off-by: Liang-min Wang <liang-min.w...@intel.com> > > Signed-off-by: Patrick Fu <patrick...@intel.com> > > Signed-off-by: Timothy Miskell <timothy.misk...@intel.com> > > --- > > config/common_base | 5 + > > lib/Makefile | 2 + > > Makefile has been removed now. ;-) > Thanks Haiyue. I did forget to make the patch meson only. Will update in the next update.
> > -- > > 2.18.4