Re: [ovs-dev] [PATCH 4/5] ofpbuf: Add DPDK mbuf to ofpbuf.

2014-04-02 Thread Jarno Rajahalme
LGTM, Jarno Acked-by: Jarno Rajahalme On Mar 31, 2014, at 9:43 PM, Pravin wrote: > From: Pravin Shelar > > Define data, base and size access APIs for DPDK. > > Signed-off-by: Pravin B Shelar > --- > lib/ofpbuf.h | 47 ++- > 1 file changed, 42

[ovs-dev] [PATCH 4/5] ofpbuf: Add DPDK mbuf to ofpbuf.

2014-03-31 Thread Pravin
From: Pravin Shelar Define data, base and size access APIs for DPDK. Signed-off-by: Pravin B Shelar --- lib/ofpbuf.h | 47 ++- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index df7f189..94651e4 100644