On Wed, Apr 2, 2014 at 1:00 PM, Jarno Rajahalme wrote:
>
> On Mar 31, 2014, at 9:43 PM, Pravin wrote:
>
>> From: Pravin Shelar
>>
>> On DPDK packet recv, ovs is given pointer to mbuf which has
>> information about a packet, for example pointer to data and size.
>> By moving mbuf to ofpbuf we can
On Mar 31, 2014, at 9:43 PM, Pravin wrote:
> From: Pravin Shelar
>
> On DPDK packet recv, ovs is given pointer to mbuf which has
> information about a packet, for example pointer to data and size.
> By moving mbuf to ofpbuf we can let dpdk allocate ofpbuf and
> pass that to ovs for processing
From: Pravin Shelar
On DPDK packet recv, ovs is given pointer to mbuf which has
information about a packet, for example pointer to data and size.
By moving mbuf to ofpbuf we can let dpdk allocate ofpbuf and
pass that to ovs for processing the packet.
Signed-off-by: Pravin B Shelar
---
lib/netd