Re: [dpdk-dev] [PATCH v1] regex/octeontx2: fix global variable overflow

2021-01-07 Thread Thomas Monjalon
03/01/2021 12:01, g...@marvell.com: > From: Guy Kaneti > > Sentinel was missing from pci_id_ree_table[] array initialization > which caused it to overflow. > > Bugzilla ID: 603 > Fixes: 4cd1c5fd9 ("regex/octeontx2: introduce REE driver") > Cc: sta...@dpdk.org > > Signed-off-by: Guy Kaneti App

[dpdk-dev] [PATCH v1] regex/octeontx2: fix global variable overflow

2021-01-03 Thread guyk
From: Guy Kaneti Sentinel was missing from pci_id_ree_table[] array initialization which caused it to overflow. Bugzilla ID: 603 Fixes: 4cd1c5fd9 ("regex/octeontx2: introduce REE driver") Cc: sta...@dpdk.org Signed-off-by: Guy Kaneti --- drivers/regex/octeontx2/otx2_regexdev.c | 3 +++ 1 file