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
netdev-offload-dpdk: Clean up vlan_push action function.
Rename parse_vlan_push_action() to add_vlan_push_action()
as it is inconsistent with other add/parse action functions.
Seen as it unconditionally returns 0 might as well change
to return void too.
Also, a redundant return code check is removed.
Signed-off-by: Kevin Traynor <[email protected]>
Reviewed-by: David Marchand <[email protected]>
Acked-by: Ilya Maximets <[email protected]>
0 commit comments