[dpdk-dev] [PATCH v5 00/10] Include resources in tests

2016-06-14 Thread Thomas Monjalon
2016-06-14 09:23, Hunt, David: > > On 13/6/2016 7:32 PM, Thomas Monjalon wrote: > >> Jan Viktorin (10): > >>app/test: introduce resources for tests > >>mk: define objcopy-specific target and arch > >>app/test: support resources externally linked > >>app/test: add functions to

[dpdk-dev] [PATCH v5 00/10] Include resources in tests

2016-06-14 Thread Hunt, David
On 13/6/2016 7:32 PM, Thomas Monjalon wrote: >> Jan Viktorin (10): >>app/test: introduce resources for tests >>mk: define objcopy-specific target and arch >>app/test: support resources externally linked >>app/test: add functions to create files from resources >>app/test:

[dpdk-dev] [PATCH v5 00/10] Include resources in tests

2016-06-13 Thread Thomas Monjalon
> Jan Viktorin (10): > app/test: introduce resources for tests > mk: define objcopy-specific target and arch > app/test: support resources externally linked > app/test: add functions to create files from resources > app/test: support resources archived by tar > app/test: use linked

[dpdk-dev] [PATCH v5 00/10] Include resources in tests

2016-06-13 Thread Jan Viktorin
Hello, the fifth version fixing the libarchive API usage. Regards Jan --- v1: * included 5 patches improving the PCI tests * fixed using of non-existing RTE_INIT macro v2: * Makefile macro resource renamed to linked_resource * introduced macro linked_tar_resource * added more comments *