Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JVPP-11] Introduce wrappers for clib_host_to_net and clib_net_to_host functions #13

Open
vvalderrv opened this issue Jan 3, 2025 · 0 comments

Comments

@vvalderrv
Copy link
Contributor

Define macros for clib_host_to_net_XXX and clib_net_to_host_XXX functions

to share number and order of parameters with type handlers introduced by VPP-1184:

_host_to_net_XXX_id(JNIEnv * env, jobject _host, vl_api_XXX_t * _net)

and

_net_to_host_XXX(JNIEnv * env, vl_api_XXX_id_t * _net, jobject _host)

 

that would simplify JNI generation by removing some special cases.

 

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

No branches or pull requests

1 participant