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

Document the existence of fastpath_local_hook() #73

Open
semihalf-berestovskyy-andriy opened this issue Jan 24, 2017 · 0 comments
Open

Comments

@semihalf-berestovskyy-andriy
Copy link
Contributor

semihalf-berestovskyy-andriy commented Jan 24, 2017

Note: the issue was created automatically with bugzilla2github tool

Bugzilla Bug ID: 73

Date: 2015-11-23 15:10:44 +0100
From: Sorin Vultureanu <sorin.vultureanu@enea.com>
To: Sorin Vultureanu <sorin.vultureanu@enea.com>

Last updated: 2015-11-23 15:10:44 +0100

Bugzilla Comment ID: 113

Date: 2015-11-23 15:10:44 +0100
From: Sorin Vultureanu <sorin.vultureanu@enea.com>

fastpath_local_hook() function apparently does nothing.
It was created to demo the use of the hook functionality.
Some comment above the function to explain why is it here would be nice.

/** local hook
*

*/
static enum ofp_return_code fastpath_local_hook(odp_packet_t pkt, void *arg)
{
int protocol = *(int *)arg;
(void) pkt;
(void) protocol;
return OFP_PKT_CONTINUE;
}

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

No branches or pull requests

1 participant