Re: [dpdk-dev] app/test: unit test problem with testing mbuf in forked child process

2020-02-05 Thread Olivier Matz
Hi Slava, On Wed, Jan 29, 2020 at 12:31:35PM +, Slava Ovsiienko wrote: > While working on the unit test for the mbuf with pinned external buffers I > found that: > app/test/test_mbuf.c: > - test_failing_mbuf_sanity_check() > - verify_mbuf_check_panics(buf) > - fork() > - child pro

[dpdk-dev] app/test: unit test problem with testing mbuf in forked child process

2020-01-29 Thread Slava Ovsiienko
While working on the unit test for the mbuf with pinned external buffers I found that: app/test/test_mbuf.c: - test_failing_mbuf_sanity_check() - verify_mbuf_check_panics(buf) - fork() - child process() Does not work (either over regular mbufs, not pinned ones) in correct way. The mbu