Commit ca00a19
Fix Deprecated DPDK Function in Speed Tester NF (#75)
The `rte_ctrlmbuf_data` function was removed in DPDK 18.05. This caused errors when attempting to compile the Speed Tester NF with pcap support enabled. Replaces the function with the `rte_pktmbuf_mtod` macro.
Commit log:
* Fixes deprecated rte function1 parent f705b96 commit ca00a19
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments