]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/tf_core/tf_session.h
net/bnxt: update external action record pool
[dpdk.git] / drivers / net / bnxt / tf_core / tf_session.h
index 34b6c4121cca6bff30c92c9f59f4ffb3bba57f87..50ef2d530cee4cd29a03ae687257378010f1f6b3 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_ */