X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fcpt%2Fcpt_common.h;h=0141b2aed5f2698362ccc8368a100af4f6440ada;hb=f0f5d844d138;hp=56bfea4953c2eba7cf9de8a2fafdc85125710011;hpb=e3866e73555091d56b33b4d8916e0e484ccae114;p=dpdk.git diff --git a/drivers/common/cpt/cpt_common.h b/drivers/common/cpt/cpt_common.h index 56bfea4953..0141b2aed5 100644 --- a/drivers/common/cpt/cpt_common.h +++ b/drivers/common/cpt/cpt_common.h @@ -76,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_ */