> -----Original Message----- > From: dev <[email protected]> On Behalf Of Patrick Fu > Sent: Wednesday, September 9, 2020 08:23 > To: [email protected] > Cc: [email protected]; Yigit, Ferruh <[email protected]>; > [email protected]; > Richardson, Bruce <[email protected]>; [email protected]; Wang, Zhihong > <[email protected]>; > Wang, Liang-min <[email protected]>; Ananyev, Konstantin > <[email protected]>; > Miskell, Timothy <[email protected]>; Liang, Cunming > <[email protected]>; Fu, Patrick > <[email protected]> > 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 <[email protected]> > Signed-off-by: Patrick Fu <[email protected]> > Signed-off-by: Timothy Miskell <[email protected]> > --- > config/common_base | 5 + > lib/Makefile | 2 +
Makefile has been removed now. ;-) > -- > 2.18.4

