[ovs-dev] [PATCH 4/4] ofpbuf: Simplify ofpbuf API.

Pravin Shelar pshelar at nicira.com
Tue Mar 3 21:38:50 UTC 2015


On Tue, Mar 3, 2015 at 9:34 AM, Ben Pfaff <blp at nicira.com> wrote:
> On Mon, Mar 02, 2015 at 10:51:47AM -0800, Pravin B Shelar wrote:
>> ofpbuf was complicated due to its wide usage across all
>> layers of OVS, Now we have introduced independent dp_packet
>> which can be used for datapath packet, we can simplify ofpbuf.
>> Following patch removes DPDK mbuf and access API of ofpbuf
>> members.
>>
>> Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
>
> I don't have anything to add to Jarno's comments.
>
> Acked-by: Ben Pfaff <blp at nicira.com>

Thanks for all reviews. I pushed patch 2, 3 and 4 to master.



More information about the dev mailing list