summaryrefslogtreecommitdiff
path: root/app/include
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-06-05 09:01:45 +0000
committersongyanchao <[email protected]>2023-06-05 09:01:45 +0000
commit1b45a4cfaefcfd18b2e396ffb86fd3fb024c9f81 (patch)
tree4d4fd3830dc4a86309cd653145a02d40071e9295 /app/include
parent1e5c394b081bd21a235f9c7d3e9a0e93573b6235 (diff)
🐞 fix(TSG-15352): fix the marsio_recv_burstv4.6.25-20230605
fix the marsio_recv_burst
Diffstat (limited to 'app/include')
-rw-r--r--app/include/tap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/tap.h b/app/include/tap.h
index 249304a..56a9f77 100644
--- a/app/include/tap.h
+++ b/app/include/tap.h
@@ -3,4 +3,4 @@
#include <mrapp.h>
int tap_representor_init(struct mr_instance * mr_instance, struct mr_vdev * vdev);
-int tap_representor_entry(struct mr_vdev * vdev, unsigned int qid, marsio_buff_t * buffs[], unsigned int nr_buffs); \ No newline at end of file
+int tap_representor_entry(struct mr_vdev * vdev, unsigned int qid, struct rte_mbuf * buffs[], unsigned int nr_buffs);