[dpdk-dev] [RFC 4/4] app/test: support resources archived by tar

2016-05-06 Thread Bruce Richardson
On Thu, May 05, 2016 at 07:05:40PM +0200, Jan Viktorin wrote: > On Thu, 5 May 2016 14:33:01 +0100 > Bruce Richardson wrote: > > > On Fri, Apr 29, 2016 at 03:11:36PM +0200, Jan Viktorin wrote: > > > When needing a more complex resource (a file hierarchy), packing every > > > single > > > file as

[dpdk-dev] [RFC 4/4] app/test: support resources archived by tar

2016-05-05 Thread Jan Viktorin
On Thu, 5 May 2016 14:33:01 +0100 Bruce Richardson wrote: > On Fri, Apr 29, 2016 at 03:11:36PM +0200, Jan Viktorin wrote: > > 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 > >

[dpdk-dev] [RFC 4/4] app/test: support resources archived by tar

2016-05-05 Thread Bruce Richardson
On Fri, Apr 29, 2016 at 03:11:36PM +0200, Jan Viktorin wrote: > 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

[dpdk-dev] [RFC 4/4] app/test: support resources archived by tar

2016-04-29 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