test mbuf attach
[dpdk.git] / lib / librte_ipsec / sa.h
index 29cfe72..1bffe75 100644 (file)
@@ -119,10 +119,7 @@ struct rte_ipsec_sa {
         * place from other frequently accesed data.
         */
        union {
-               union {
-                       rte_atomic64_t atom;
-                       uint64_t raw;
-               } outb;
+               uint64_t outb;
                struct {
                        uint32_t rdidx; /* read index */
                        uint32_t wridx; /* write index */