Re: [ovs-dev] [RFC v7 01/13] netdev-dpdk: fix mbuf sizing

2018-05-28 Thread Loftus, Ciara
> > From: Mark Kavanagh > > There are numerous factors that must be considered when calculating > the size of an mbuf: > - the data portion of the mbuf must be sized in accordance With Rx > buffer alignment (typically 1024B). So, for example, in order to > successfully receive and capture a

[ovs-dev] [RFC v7 01/13] netdev-dpdk: fix mbuf sizing

2018-05-23 Thread Tiago Lam
From: Mark Kavanagh There are numerous factors that must be considered when calculating the size of an mbuf: - the data portion of the mbuf must be sized in accordance With Rx buffer alignment (typically 1024B). So, for example, in order to successfully receive and capture a 1500B packet, mbu