X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fraw%2Fioat%2Fioat_spec.h;h=6aa467e4cbd3ac935d4417234bd41d4145daaaf7;hb=48fbc1be82b551e41c58e94de780fdd2ffaaeb78;hp=1aa768b9aeda4fa8fed1ae7384c18ef2b365bc98;hpb=ff06fa2cf3ba05c669e140e4229d50628f190012;p=dpdk.git diff --git a/drivers/raw/ioat/ioat_spec.h b/drivers/raw/ioat/ioat_spec.h index 1aa768b9ae..6aa467e4cb 100644 --- a/drivers/raw/ioat/ioat_spec.h +++ b/drivers/raw/ioat/ioat_spec.h @@ -302,10 +302,7 @@ struct rte_idxd_bar0 { uint64_t __rte_aligned(0x20) swerror[4]; /* offset 0xC0 */ }; -struct rte_idxd_wqcfg { - uint32_t wqcfg[8] __rte_aligned(32); /* 32-byte register */ -}; - +/* workqueue config is provided by array of uint32_t. */ #define WQ_SIZE_IDX 0 /* size is in first 32-bit value */ #define WQ_THRESHOLD_IDX 1 /* WQ threshold second 32-bits */ #define WQ_MODE_IDX 2 /* WQ mode and other flags */