regex/octeontx2: fix PCI table overflow
authorGuy Kaneti <guyk@marvell.com>
Sun, 3 Jan 2021 11:01:28 +0000 (13:01 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 7 Jan 2021 20:25:21 +0000 (21:25 +0100)
commit86d8b57e37eaea344870ffdf7dd6ead814204096
tree01f88c1bd79520bd118b94173209b7ba5d12fe72
parent97544f85bd269d4be9e6e9b022a3682e1eb61a7b
regex/octeontx2: fix PCI table overflow

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: stable@dpdk.org
Signed-off-by: Guy Kaneti <guyk@marvell.com>
drivers/regex/octeontx2/otx2_regexdev.c