net/txgbe: support VF start and stop
[dpdk.git] / drivers / net / txgbe / txgbe_ipsec.h
index 9b88def..5edd6b5 100644 (file)
@@ -89,4 +89,9 @@ struct txgbe_ipsec {
        struct txgbe_crypto_tx_sa_table tx_sa_tbl[IPSEC_MAX_SA_COUNT];
 };
 
+int txgbe_crypto_enable_ipsec(struct rte_eth_dev *dev);
+int txgbe_crypto_add_ingress_sa_from_flow(const void *sess,
+                                         const void *ip_spec,
+                                         uint8_t is_ipv6);
+
 #endif /*TXGBE_IPSEC_H_*/