[dpdk-dev] [PATCH v3 06/14] net/bnxt: fix exact match message size
Ajit Khaparde
ajit.khaparde at broadcom.com
Sat Jul 18 09:25:07 CEST 2020
From: Farah Smith <farah.smith at broadcom.com>
Fix incorrect EM message size when calling insert_em_internal.
Fixes: 98487d729b4a ("net/bnxt: cleanup and refactor session management")
Signed-off-by: Farah Smith <farah.smith at broadcom.com>
Signed-off-by: Somnath Kotur <somnath.kotur at broadcom.com>
Reviewed-by: Randy Schacher <stuart.schacher at broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
---
drivers/net/bnxt/tf_core/tf_msg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/bnxt/tf_core/tf_msg.c b/drivers/net/bnxt/tf_core/tf_msg.c
index 53515ada3..2e2d4264c 100644
--- a/drivers/net/bnxt/tf_core/tf_msg.c
+++ b/drivers/net/bnxt/tf_core/tf_msg.c
@@ -27,7 +27,7 @@
* tf.yaml changes.
*/
#define TF_MSG_SET_GLOBAL_CFG_DATA_SIZE 16
-#define TF_MSG_EM_INSERT_KEY_SIZE 8
+#define TF_MSG_EM_INSERT_KEY_SIZE 64
#define TF_MSG_TCAM_SET_DEV_DATA_SIZE 88
#define TF_MSG_TBL_TYPE_SET_DATA_SIZE 88
--
2.21.1 (Apple Git-122.3)
More information about the dev
mailing list