On Mon, Mar 02, 2015 at 10:51:40AM -0800, Pravin B Shelar wrote: > Currently dp-packet make use of ofpbuf for managing packet > buffers. That complicates ofpbuf, by making dp-packet > independent of ofpbuf both libraries can be optimized for > their own use case. > This avoids mapping operation between ofpbuf and dp_packet > in datapath upcalls. > > Signed-off-by: Pravin B Shelar <pshe...@nicira.com>
I think I understand better now than I did from your quick description over lunch last week. I think the idea is that every current use of an ofpbuf to hold an Ethernet or IP packet changes to use a dp_packet instead. Is that correct? The patch duplicates a lot of code from dp_packet to ofpbuf, but maybe that's OK. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev