summaryrefslogtreecommitdiff
path: root/app/include/tap.h
blob: 56a9f77505f11c3afd6f6d749e71d13758c84519 (plain)
1
2
3
4
5
6
#pragma once
#include <marsio.h>
#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, struct rte_mbuf * buffs[], unsigned int nr_buffs);