[ovs-dev] [PATCH v16 06/14] dp-packet: Add support for data "linearization".

2019-09-12 Thread Michal Obrembski
From: Tiago Lam Previous commits have added support to the dp_packet API to handle multi-segmented packets, where data is not stored contiguously in memory. However, in some cases, it is inevitable and data must be provided contiguously. Examples of such cases are when performing csums over the e

Re: [ovs-dev] [PATCH v16 06/14] dp-packet: Add support for data "linearization".

2019-09-11 Thread 0-day Robot
Bleep bloop. Greetings Michal Obrembski, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committ

[ovs-dev] [PATCH v16 06/14] dp-packet: Add support for data "linearization".

2019-09-11 Thread Michal Obrembski
From: Tiago Lam Previous commits have added support to the dp_packet API to handle multi-segmented packets, where data is not stored contiguously in memory. However, in some cases, it is inevitable and data must be provided contiguously. Examples of such cases are when performing csums over the e