Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/dpdk/drivers/net/iavf/iavf.h
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,10 @@ void iavf_dev_watchdog_enable(struct iavf_adapter *adapter);
void iavf_dev_watchdog_disable(struct iavf_adapter *adapter);
void iavf_handle_hw_reset(struct rte_eth_dev *dev);
void iavf_set_no_poll(struct iavf_adapter *adapter, bool link_change);

/**
* Destroy security context
*/
int iavf_security_ctx_destroy(struct iavf_adapter *adapterv);

#endif /* _IAVF_ETHDEV_H_ */
5 changes: 0 additions & 5 deletions src/dpdk/drivers/net/iavf/iavf_ipsec_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ int iavf_ipsec_crypto_set_security_capabililites(struct iavf_security_ctx

int iavf_security_get_pkt_md_offset(struct iavf_adapter *adapter);

/**
* Destroy security context
*/
int iavf_security_ctx_destroy(struct iavf_adapter *adapterv);

/**
* Verify that the inline IPsec Crypto action is valid for this device
*/
Expand Down