> Socket ID is obtained by function rte_compressdev_socket_id, which
> returns it as integer, but is interpreted as unsigned byte integer.
>
> change type from uint8_t to int.
>
> Fixes: ed7dd94f7f66 ("compressdev: add basic device management")
> Cc: fiona.tr...@intel.com
> Cc: sta...@dpdk.org
>
Socket ID is obtained by function rte_compressdev_socket_id, which
returns it as integer, but is interpreted as unsigned byte integer.
change type from uint8_t to int.
Fixes: ed7dd94f7f66 ("compressdev: add basic device management")
Cc: fiona.tr...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Ra
2 matches
Mail list logo