From 1b45a4cfaefcfd18b2e396ffb86fd3fb024c9f81 Mon Sep 17 00:00:00 2001 From: songyanchao Date: Mon, 5 Jun 2023 09:01:45 +0000 Subject: 🐞 fix(TSG-15352): fix the marsio_recv_burst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix the marsio_recv_burst --- app/include/tap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/include') 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 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); -- cgit v1.2.3