Re: [ovs-dev] [PATCH v15 03/15] dp-packet: Handle multi-seg mbufs in helper funcs.

2019-09-11 Thread 0-day Robot
Bleep bloop. Greetings 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 committers: Mic

[ovs-dev] [PATCH v15 03/15] dp-packet: Handle multi-seg mbufs in helper funcs.

2019-09-11 Thread Obrembski
From: Tiago Lam Most helper functions in dp-packet assume that the data held by a dp_packet is contiguous, and perform operations such as pointer arithmetic under that assumption. However, with the introduction of multi-segment mbufs, where data is non-contiguous, such assumptions are no longer p