[dpdk-dev] [PATCH v2 1/3] app/compress-perf: add parser

Verma, Shally Shally.Verma at cavium.com
Tue Nov 6 09:32:35 CET 2018



>-----Original Message-----
>From: Jozwiak, TomaszX <tomaszx.jozwiak at intel.com>
>Sent: 06 November 2018 14:01
>To: Verma, Shally <Shally.Verma at cavium.com>; dev at dpdk.org; Trahe, Fiona <fiona.trahe at intel.com>; akhil.goyal at nxp.com
>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


More information about the dev mailing list