compressdev: remove unused driver id

Driver id field is not set/used anywhere,
so it should be removed from rte_compressdev structure.

Fixes: ed7dd94f7f ("compressdev: add basic device management")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
This commit is contained in:
Pablo de Lara 2018-05-21 23:38:43 +01:00
parent 1b78e3f26f
commit 0b6a7d9904

View File

@ -79,9 +79,6 @@ struct rte_compressdev {
struct rte_device *device; struct rte_device *device;
/**< Backing device */ /**< Backing device */
uint8_t driver_id;
/**< comp driver identifier*/
__extension__ __extension__
uint8_t attached : 1; uint8_t attached : 1;
/**< Flag indicating the device is attached */ /**< Flag indicating the device is attached */