]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/net/ixgbe/ixgbe_ipsec.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / ixgbe / ixgbe_ipsec.h
index c73e1806997c528a4293f086da730c54afc0e990..e218c0a4aacfabe4800c852d5cccf3f9ab5df7fd 100644 (file)
@@ -62,7 +62,8 @@ struct ipaddr {
 /** inline crypto crypto private session structure */
 struct ixgbe_crypto_session {
        enum ixgbe_operation op;
-       uint8_t *key;
+       const uint8_t *key;
+       uint32_t key_len;
        uint32_t salt;
        uint32_t sa_index;
        uint32_t spi;