]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cxgbe/cxgbe_ofld.h
net/hns3: fix return value for unsupported tuple
[dpdk.git] / drivers / net / cxgbe / cxgbe_ofld.h
index 50931ed0489c0fc63fe13ad9e9519d2f2c353989..33697c7628374d99c4dedb75060e71542990ae61 100644 (file)
@@ -60,10 +60,10 @@ struct tid_info {
        unsigned int atids_in_use;
 
        /* TIDs in the TCAM */
        unsigned int atids_in_use;
 
        /* TIDs in the TCAM */
-       rte_atomic32_t tids_in_use;
+       u32 tids_in_use;
        /* TIDs in the HASH */
        /* TIDs in the HASH */
-       rte_atomic32_t hash_tids_in_use;
-       rte_atomic32_t conns_in_use;
+       u32 hash_tids_in_use;
+       u32 conns_in_use;
 
        rte_spinlock_t atid_lock __rte_cache_aligned;
        rte_spinlock_t ftid_lock;
 
        rte_spinlock_t atid_lock __rte_cache_aligned;
        rte_spinlock_t ftid_lock;