Re: [dpdk-dev] [PATCH v4] guides: add a guide for developing unit tests

2021-08-06 Thread Mcnamara, John
> + $ ./build/app/test/dpdk-test --dpdk-options-here > + EAL: Detected 4 lcore(s) > + EAL: Detected 1 NUMA nodes > + EAL: Static memory layout is selected, amount of reserved memory can be > adjusted with -m or --socket-mem > + EAL: Multi-process socket /run/user/26934/dpdk/rte/mp_socket >

Re: [dpdk-dev] [PATCH v4] guides: add a guide for developing unit tests

2021-08-06 Thread Zhang, Roy Fan
Hi Aaron, > -Original Message- > From: dev On Behalf Of Aaron Conole > Sent: Wednesday, July 14, 2021 5:41 PM > To: dev@dpdk.org > Cc: David Marchand ; Richardson, Bruce > ; Yigit, Ferruh ; > Power, Ciara > Subject: [dpdk-dev] [PATCH v4] guides: add a guide f

Re: [dpdk-dev] [PATCH v4] guides: add a guide for developing unit tests

2021-08-04 Thread Power, Ciara
Hi Aaron, >From: Aaron Conole >Sent: Wednesday 14 July 2021 17:41 >To: dev@dpdk.org >Cc: David Marchand ; Richardson, Bruce >; Yigit, Ferruh ; >Power, Ciara >Subject: [PATCH v4] guides: add a guide for developing unit tests > >The DPDK testing infrastructure includes a comprehensive set of libra

[dpdk-dev] [PATCH v4] guides: add a guide for developing unit tests

2021-07-14 Thread Aaron Conole
The DPDK testing infrastructure includes a comprehensive set of libraries, utilities, and CI integrations for developers to test their code changes. This isn't well documented, however. Document the basics for adding a test suite to the infrastructure and enabling that test suite for continuous i