Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ netdev_setup_slicing(struct netdev *netdev, uint16_t num_queues)
/* remove any previous queue configuration for this device */
error = do_remove_qdisc(netdev->name);
if (error) {
return error;
// return error; No need to return error as there may not exist any previous configuration
}

/* Configure tc queue discipline to allow slicing queues */
Expand Down