From: Farah Smith Date: Fri, 17 Jul 2020 14:14:43 +0000 (+0530) Subject: net/bnxt: fix exact match message size X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=06b997c75e76cb382eec7af9a438ef1b76fac797;p=dpdk.git net/bnxt: fix exact match message size Fix incorrect EM message size when calling insert_em_internal. Fixes: 98487d729b4a ("net/bnxt: cleanup and refactor session management") Signed-off-by: Farah Smith Signed-off-by: Somnath Kotur Reviewed-by: Randy Schacher Reviewed-by: Ajit Khaparde --- diff --git a/drivers/net/bnxt/tf_core/tf_msg.c b/drivers/net/bnxt/tf_core/tf_msg.c index 53515ada34..2e2d4264cd 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