>-----Original Message-----
>From: Jozwiak, TomaszX <[email protected]>
>Sent: 06 November 2018 14:01
>To: Verma, Shally <[email protected]>; [email protected]; Trahe, Fiona 
><[email protected]>; [email protected]
>Subject: RE: [PATCH v2 1/3] app/compress-perf: add parser
>
>External Email
>
...
>> >+       if (strcmp(test_data->input_file, "") == 0) {
>> >+               RTE_LOG(ERR, USER1, "Input file name has to be set\n");
>> >+               return -1;
>> >+       }
>> Think other params such as window sz , Huffman coding level too should be
>> test and adjusted according to driver capability
>
>TJ:  We can try to do this in next version if there's any info about these 
>driver's  capability in struct rte_compressdev_capabilities.
>In this version we test all possible coding level - if there's no 
>'--compress-level' param. in the command line or we parse the list passed
>in '--compress-level' in other case.
>
Ok.

>> Thanks
>> Shally
>
>
>Br, Tomek

Reply via email to