Skip to content

Conversation

@hirrolot
Copy link

The current API versions of NETMAP are defined as the following:


#define	NETMAP_API	14		/* current API version */

#define	NETMAP_MIN_API	14		/* min and max versions accepted */
#define	NETMAP_MAX_API	15

The current API versions of NETMAP are defined as the following:
```

#define	NETMAP_API	14		/* current API version */

#define	NETMAP_MIN_API	14		/* min and max versions accepted */
#define	NETMAP_MAX_API	15
```
@polachok
Copy link
Collaborator

We have to make sure all struct definitions are compatible with this version before bumping.
I think bindgen would be the best way forward.

@hirrolot
Copy link
Author

Why don't we just copy-paste the NETMAP's headers into this crate and invoke bindgen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants