]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_arp.h
net/ice: fix protocol header for PPPoE
[dpdk.git] / lib / librte_net / rte_arp.h
index fabd6862434bd8d6a714057461d510f579c7d92c..feb0eb3e49a21cb8be7065a569dfcc8d16855740 100644 (file)
@@ -26,7 +26,7 @@ struct rte_arp_ipv4 {
        uint32_t          arp_sip;  /**< sender IP address */
        struct rte_ether_addr arp_tha;  /**< target hardware address */
        uint32_t          arp_tip;  /**< target IP address */
-} __attribute__((__packed__)) __attribute__((aligned(2)));
+} __rte_packed __rte_aligned(2);
 
 /**
  * ARP header.
@@ -47,7 +47,7 @@ struct rte_arp_hdr {
 #define        RTE_ARP_OP_INVREPLY   9 /* response identifying peer */
 
        struct rte_arp_ipv4 arp_data;
-} __attribute__((__packed__)) __attribute__((aligned(2)));
+} __rte_packed __rte_aligned(2);
 
 /**
  * @warning