On Wed, Jan 14, 2026 at 5:40 AM Jun Gu <[email protected]> wrote:
> A bond, BM_TCP with dp_hash, is configured in the select_dst_port > column of the mirror table. When a packet is forwarded for output > through such a bond, there will be two recircs generated. Both > recircs currently forward the packet to the mirror's output_port. > > However, the second recirc only performs a rule lookup in table > 254 matching on dp_hash to determine the output and does not need > to mirror the packet. This patch avoids forwarding packet to the > mirror’s output_port during the second recirc to prevent > duplicate mirroring. > > Signed-off-by: Jun Gu <[email protected]> > --- Thanks for making the change. Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
