You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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;
}
The text was updated successfully, but these errors were encountered: