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:
parent
1b78e3f26f
commit
0b6a7d9904
@ -79,9 +79,6 @@ struct rte_compressdev {
|
||||
struct rte_device *device;
|
||||
/**< Backing device */
|
||||
|
||||
uint8_t driver_id;
|
||||
/**< comp driver identifier*/
|
||||
|
||||
__extension__
|
||||
uint8_t attached : 1;
|
||||
/**< Flag indicating the device is attached */
|
||||
|
Loading…
Reference in New Issue
Block a user