dpdk: fix extended stat strings 67/28667/2
authorChristian Hopps <[email protected]>
Sat, 22 Aug 2020 14:44:33 +0000 (14:44 +0000)
committerDamjan Marion <[email protected]>
Tue, 8 Sep 2020 16:58:29 +0000 (16:58 +0000)
commitcd64f7395128084c4b92268f0a1dc1ec0bc08f86
treedac279580339a93e52387ee15c3bfff27bfea310
parent527746ff062d2daf687bdff08d200282c69e5e19
dpdk: fix extended stat strings

- These were displaying blank, apparently dpdk extended stat strings
must be within the heap so they are identified as vectors by
format_c_identifier even though they are not.

Type: fix
Change-Id: I2b153b100203b9856ce3af6d5ecb2daae410fb5b
Signed-off-by: Christian Hopps <[email protected]>
src/plugins/dpdk/device/format.c