Initial support for DPDK functions (#3313)

This commit is contained in:
PJ Aitken 2021-06-28 16:38:44 +01:00 committed by GitHub
parent 62dbe2eb2f
commit 7944ea9937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
cfg/dpdk.cfg Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<def format="2">
<function name="rte_panic">
<noreturn>true</noreturn>
<formatstr/>
<arg nr="1" direction="in">
<not-uninit/>
<formatstr/>
</arg>
</function>
</def>