> On May 14, 2015, at 2:01 PM, Jarno Rajahalme <[email protected]> wrote: > > +#if 0 > + /* Get the buffered packet, if any. */ > + if (fm->buffer_id != UINT32_MAX && req) { > + error = ofconn_pktbuf_retrieve(req->ofconn, fm->buffer_id, > + &packet, &in_port); > + if (error) { > + return error; > + } > + } > +#endif > +
Sorry for this remnant, the following patch removes it. Will remove from this patch. Jarno _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
