net/bnxt: update external action record pool
[dpdk.git] / drivers / net / bnxt / tf_core / tf_session.h
index 34b6c41..50ef2d5 100644 (file)
@@ -12,6 +12,7 @@
 #include "bitalloc.h"
 #include "tf_core.h"
 #include "tf_rm.h"
+#include "tf_tbl.h"
 
 /** Session defines
  */
@@ -285,6 +286,9 @@ struct tf_session {
 
        /** Lookup3 init values */
        uint32_t lkup_lkup3_init_cfg[TF_DIR_MAX];
+
+       /** Table scope array */
+       struct tf_tbl_scope_cb tbl_scopes[TF_NUM_TBL_SCOPE];
 };
 
 #endif /* _TF_SESSION_H_ */