examples/l3fwd: share queue size variables
[dpdk.git] / drivers / net / iavf / iavf_ipsec_crypto.h
index 4e4c879..8ea0f95 100644 (file)
@@ -73,7 +73,7 @@ enum iavf_ipsec_iv_len {
 };
 
 
-/* IPsec Crypto Packet Metaday offload flags */
+/* IPsec Crypto Packet Metadata offload flags */
 #define IAVF_IPSEC_CRYPTO_OL_FLAGS_IS_TUN              (0x1 << 0)
 #define IAVF_IPSEC_CRYPTO_OL_FLAGS_ESN                 (0x1 << 1)
 #define IAVF_IPSEC_CRYPTO_OL_FLAGS_IPV6_EXT_HDRS       (0x1 << 2)
@@ -145,7 +145,9 @@ iavf_ipsec_crypto_inbound_security_policy_add(struct iavf_adapter *adapter,
        uint8_t is_v4,
        rte_be32_t v4_dst_addr,
        uint8_t *v6_dst_addr,
-       uint8_t drop);
+       uint8_t drop,
+       bool is_udp,
+       uint16_t udp_port);
 
 /**
  * Delete inbound security policy rule from hardware