Re: [ovs-dev] [PATCH V2 02/10] netdev: Send ofpbuf directly to netdev.
On 03/21/2014 07:03 PM, Pravin wrote: DPDK netdev need to access ofpbuf while sending buffer. Following patch changes netdev_send accordingly. Signed-off-by: Pravin B Shelar --- v1-v2: - Fix comments. LGTM Acked-by: Thomas Graf ___ dev mailing li
[ovs-dev] [PATCH V2 02/10] netdev: Send ofpbuf directly to netdev.
DPDK netdev need to access ofpbuf while sending buffer. Following patch changes netdev_send accordingly. Signed-off-by: Pravin B Shelar --- v1-v2: - Fix comments. --- lib/dpif-netdev.c |9 + lib/netdev-bsd.c |8 +++- lib/netdev-dummy.c|7 ++- lib/netdev-l