Re: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-02-06 Thread Slava Ovsiienko
I checked with 2M huge pages - fork() works OK on my host, does not work over 1G. RH7.2/3.10.327. Will try other kernels. With best regards, Slava > -Original Message- > From: Slava Ovsiienko > Sent: Thursday, February 6, 2020 10:25 > To: Olivier Matz > Cc: dev@dpdk.org; Matan Azrad ; R

Re: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-02-06 Thread Slava Ovsiienko
Olivier, thanks for the reviewing. I'll remove the comment and send the v2. I use 1G huge pages, will retest over 2M and continue finding why my host fails. With best regards, Slava > -Original Message- > From: Olivier Matz > Sent: Thursday, February 6, 2020 10:17 > To: Slava Ovsiienko

Re: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-02-06 Thread Olivier Matz
Hi, On Fri, Jan 24, 2020 at 08:25:18PM +, Viacheslav Ovsiienko wrote: > This patch adds unit test for the mbufs allocated from > the special pool with pinned external data buffers. > > The pinned buffer mbufs are tested in the same way as > regular ones with taking into account some specifics

Re: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-01-26 Thread Slava Ovsiienko
dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; Shahaf Shuler > ; olivier.m...@6wind.com; > step...@networkplumber.org; tho...@mellanox.net > Subject: [dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external > buffer > > This patch adds unit t

[dpdk-dev] [PATCH] app/test: add test for mbuf with pinned external buffer

2020-01-24 Thread Viacheslav Ovsiienko
This patch adds unit test for the mbufs allocated from the special pool with pinned external data buffers. The pinned buffer mbufs are tested in the same way as regular ones with taking into account some specifics of cloning/attaching. Signed-off-by: Viacheslav Ovsiienko --- app/test/test_mbuf.