Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qosmngr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HAL
qosmngr
Merge requests
!16
qosmngr: qosmngr option to get num of queue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
qosmngr: qosmngr option to get num of queue
qos_get_num_q
into
devel
Overview
4
Commits
1
Pipelines
4
Changes
2
Merged
Amit Kumar
requested to merge
qos_get_num_q
into
devel
2 years ago
Overview
4
Commits
1
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Compare
devel
version 3
255eca78
2 years ago
version 2
9f40a004
2 years ago
version 1
1e0e5805
2 years ago
devel (base)
and
latest version
latest version
4accf7b5
1 commit,
2 years ago
version 3
255eca78
1 commit,
2 years ago
version 2
9f40a004
1 commit,
2 years ago
version 1
1e0e5805
1 commit,
2 years ago
2 files
+
8
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
include/qosmngr.h
+
2
−
0
Options
@@ -45,6 +45,8 @@
#define OPT_BURST_SIZE "burst_size"
#define OPT_WEIGHT "weight"
#define QOS_MIN_Q_NUM_PER_PORT 4 //default minimum number of queue per port
enum
{
QOS_POLICY_IFNAME
,
QOS_POLICY_QID
,
Loading