> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Artur Trybula
> Sent: Tuesday, June 4, 2019 6:11 PM
> To: [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: [dpdk-dev] [PATCH v2 1/1] app/test-compress-perf: fix reliance on
> integer endianness
>
> This patch fixes Coverity Issue 328524:
> Reliance on integer endianness (INCOMPATIBLE_CAST) in function
> *parse_window_sz*.
>
> Coverity issue: 328524
> Fixes: e0b6287c035d ("app/compress-perf: add parser")
>
> Signed-off-by: Artur Trybula <[email protected]>
> ---
Acked-by: Shally Verma <[email protected]>
Shally