]> git.droids-corp.org - dpdk.git/blobdiff - lib/ipsec/sa.h
doc: add hyperlinks to driver guides in FreeBSD guide
[dpdk.git] / lib / ipsec / sa.h
index 6e59f18e160293ed8447813edc8c65047693a7c9..46f9a4df5bb6571c3d5dee062695f4dee9207303 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef _SA_H_
 #define _SA_H_
 
-#include <rte_rwlock.h>
 
 #define IPSEC_MAX_HDR_SIZE     64
 #define IPSEC_MAX_IV_SIZE      16
@@ -122,7 +121,7 @@ struct rte_ipsec_sa {
         * In case of SA handled by multiple threads *sqn* cacheline
         * could be shared by multiple cores.
         * To minimise performance impact, we try to locate in a separate
-        * place from other frequently accesed data.
+        * place from other frequently accessed data.
         */
        union {
                uint64_t outb;