[dpdk-dev] [PATCH v1 04/10] app/test: support resources archived by tar

2016-05-12 Thread Thomas Monjalon
2016-05-12 17:26, Thomas Monjalon: > 2016-05-06 12:48, Jan Viktorin: > > +$(eval $(call resource,test_resource_tar,resource.tar)) > > This tar resource is not provided. Should it be created in the Makefile? Sorry I was looking at v1 while it is implemented in v2.

[dpdk-dev] [PATCH v1 04/10] app/test: support resources archived by tar

2016-05-12 Thread Thomas Monjalon
2016-05-06 12:48, Jan Viktorin: > When needing a more complex resource (a file hierarchy), packing every single > file as a single resource would be very ineffective. For that purpose, it is > possible to pack the files into a tar archive, extract it before test from the > resource and finally clea

[dpdk-dev] [PATCH v1 04/10] app/test: support resources archived by tar

2016-05-06 Thread Jan Viktorin
When needing a more complex resource (a file hierarchy), packing every single file as a single resource would be very ineffective. For that purpose, it is possible to pack the files into a tar archive, extract it before test from the resource and finally clean up all the created files. This patch