forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netdev-linux: Refactor two tc functions
Refactor tc_make_request and tc_add_del_ingress_qdisc to accept ifindex instead of netdev struct. We later want to move those outside netdev-linux module to be used by other modules. This patch doesn't change any functionality. Signed-off-by: Roi Dayan <[email protected]> Co-authored-by: Paul Blakey <[email protected]> Signed-off-by: Paul Blakey <[email protected]> Acked-by: Joe Stringer <[email protected]> Acked-by: Flavio Leitner <[email protected]> Signed-off-by: Simon Horman <[email protected]>
- Loading branch information
1 parent
81d3921
commit 7874bdf
Showing
1 changed file
with
55 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters