Re: [ovs-dev] [PATCH v16 09/14] dpdk-tests: Add unit-tests for multi-seg mbufs.

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. git-am: Failed to merge in the changes. Patch failed at 0001 dpdk-tests: Add unit-tests for multi-seg m

[ovs-dev] [PATCH v16 09/14] dpdk-tests: Add unit-tests for multi-seg mbufs.

2019-09-11 Thread Michal Obrembski
From: Tiago Lam In order to create a minimal environment that allows the tests to get mbufs from an existing mempool, the following approach is taken: - EAL is initialised (by using the main dpdk_init()) and a (very) small mempool is instantiated (mimicking the logic in dpdk_mp_create()). Thi