Re: [ovs-dev] [PATCH 1/5] ofpbuf: Add private pointer for dpdk

2014-04-02 Thread Jarno Rajahalme
LGTM, Acked-by: Jarno Rajahalme On Mar 31, 2014, at 9:43 PM, Pravin wrote: > From: Pravin Shelar > > netdev-dpdk uses this pointer to store dpdk mbuf. This patch fixes > compilation error in dpdk. > > Signed-off-by: Pravin B Shelar > --- > lib/ofpbuf.h |4 > 1 file changed, 4 inser

[ovs-dev] [PATCH 1/5] ofpbuf: Add private pointer for dpdk

2014-03-31 Thread Pravin
From: Pravin Shelar netdev-dpdk uses this pointer to store dpdk mbuf. This patch fixes compilation error in dpdk. Signed-off-by: Pravin B Shelar --- lib/ofpbuf.h |4 1 file changed, 4 insertions(+) diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index 8d1cb11..9becedd 100644 --- a/lib/ofpbu