net/bnxt: update external action record pool
[dpdk.git] / drivers / net / bnxt / tf_core / tf_session.h
index fed34f1..50ef2d5 100644 (file)
@@ -289,12 +289,6 @@ struct tf_session {
 
        /** Table scope array */
        struct tf_tbl_scope_cb tbl_scopes[TF_NUM_TBL_SCOPE];
-
-       /** Each external pool is associated with a single table scope
-        *  For each external pool store the associated table scope in
-        *  this data structure
-        */
-       uint32_t ext_pool_2_scope[TF_DIR_MAX][TF_EXT_POOL_CNT_MAX];
 };
 
 #endif /* _TF_SESSION_H_ */