On 28 Jun 2018, at 17:41, Tiago Lam wrote:

> From: Mark Kavanagh <[email protected]>
>
> Currently, packets are only copied to a single segment in the function
> dpdk_do_tx_copy(). This could be an issue in the case of jumbo frames,
> particularly when multi-segment mbufs are involved.
>
> This patch calculates the number of segments needed by a packet and
> copies the data to each segment.
>
> A new function, dpdk_buf_alloc(), has also been introduced as a wrapper
> around the nonpmd_mp_mutex to serialise allocations from a non-pmd
> context.
>
> Co-authored-by: Michael Qiu <[email protected]>
> Co-authored-by: Tiago Lam <[email protected]>
>
> Signed-off-by: Mark Kavanagh <[email protected]>
> Signed-off-by: Michael Qiu <[email protected]>
> Signed-off-by: Tiago Lam <[email protected]>

LGTM,

Acked-by: Eelco Chaudron <[email protected]>

<SNIP>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to