]> git.droids-corp.org - dpdk.git/blobdiff - examples/ipsec-secgw/ipsec.h
net/mlx5: handle Rx CQE compression
[dpdk.git] / examples / ipsec-secgw / ipsec.h
index 83d7b1c471f70062d5fcb0dcf0918a44dc04f678..0d2ee25481983d2c0c124b9cdff4191c31a12769 100644 (file)
@@ -103,6 +103,7 @@ struct ipsec_sa {
        uint16_t flags;
 #define IP4_TUNNEL (1 << 0)
 #define IP6_TUNNEL (1 << 1)
+#define TRANSPORT  (1 << 2)
        struct ip_addr src;
        struct ip_addr dst;
        struct rte_crypto_sym_xform *xforms;