On Wed, Oct 07, 2015 at 05:36:18PM -0500, David Evans wrote: > While using netdev-dpdk - When i add a rule for which the action is to > send to a group (type=all) containing (x) output buckets (ports) how > can i increment the dp_packet->pkt_mbuf’s refcnt to (x) so that the > packet is not deleted before it has transmitted all ports(buckets) in > the group. > > Perhaps in ofproto-dpif-xlate.c function xlate_all_group find the > packet and apply the ctx->xin->packet->mbuf->refcnt ? Will that work > for all packets for a ctx?
I don't understand what relationship you expect here. A group has no direct relationship to a packet. Translation produces a flat list of simple actions that don't refer back to the group. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss