]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/crypto/caam_jr/caam_jr_desc.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / crypto / caam_jr / caam_jr_desc.h
index 6683ea83509a551346449a777bb9939f7cce21b9..135d51c392226f42dff7fdb641208d29064a53e1 100644 (file)
@@ -263,7 +263,7 @@ struct load_command_s {
  */
 struct sec_sd_t {
        uint32_t rsvd[MAX_DESC_SIZE_WORDS];
-} __attribute__((packed, aligned(64)));
+} __rte_packed __rte_aligned(64);
 
 /* Structure encompassing a job descriptor which processes
  * a single packet from a context. The job descriptor references
@@ -280,6 +280,6 @@ struct sec_job_descriptor_t {
        uint32_t in_ext_length;
        struct load_command_s load_dpovrd;
        uint32_t dpovrd;
-} __attribute__((packed, aligned(64)));
+} __rte_packed __rte_aligned(64);
 
 #endif