common/sfc_efx/base: handle MCDI events on Riverhead
[dpdk.git] / drivers / common / cpt / cpt_common.h
index dff45f0..0141b2a 100644 (file)
 #define ROUNDUP16(val) (((val) + 15) & 0xfffffff0)
 #endif
 
-#ifndef __hot
-#define __hot __attribute__((hot))
-#endif
-
 #define MOD_INC(i, l)   ((i) == (l - 1) ? (i) = 0 : (i)++)
 
 struct cpt_qp_meta_info {
@@ -80,6 +76,6 @@ struct cpt_request_info {
        /** Control path fields */
        uint64_t time_out;
        uint8_t extra_time;
-} __rte_cache_aligned;
+} __rte_aligned(8);
 
 #endif /* _CPT_COMMON_H_ */