Skip to content

Commit 9d821ef

Browse files
authored
remove also socket priority from vlan prio flag description txrx.c
remove also socket priority from vlan prio flag description
1 parent d0932d4 commit 9d821ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txrx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static struct argp_option options[] = {
130130
{"launchtime", 'T', 0, 0, "enable time-based per-packet tx scheduling (TBS)"},
131131
{"polling", 'p', 0, 0, "enable polling mode"},
132132
{"wakeup", 'w', 0, 0, "enable need_wakeup"},
133-
{"vlan-prio", 'q', "NUM", 0, "packet vlan priority, also socket priority\n"
133+
{"vlan-prio", 'q', "NUM", 0, "packet vlan priority\n"
134134
" Def: 0 | Min: 0 | Max: 7"},
135135
{"socket-prio", 'g', "NUM", 0, "packet socket priority\n"
136136
" Def: 0 | Min: 0 | Max: 15"},

0 commit comments

Comments
 (0)