[ovs-dev] [PATCH v2] dp-packet: Copy trunc flag on batch clone.

Andy Zhou azhou at ovn.org
Mon Jul 3 23:15:07 UTC 2017


On Fri, Jun 30, 2017 at 4:00 AM, Ilya Maximets <i.maximets at samsung.com> wrote:
> Without this applying of the cutlen action will not work
> on copied batch. Cutlen works for linux and dummy netdevs
> only because they tries to apply it per-packet inside
> send function.
>
> Cutlen action doesn't work for dpdk ports in case batch clone
> occured because invoked by the 'dp_packet_batch_apply_cutlen()'.
>
> CC: Andy Zhou <azhou at ovn.org>
> Fixes: 72c84bc2db23 ("dp-packet: Enhance packet batch APIs.")
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

Acked-by: Andy Zhou <azhou at ovn.org>

Thanks for the fix! Pushed to master.


More information about the dev mailing list