diff options
author | 2020-08-21 22:59:27 +0000 | |
---|---|---|
committer | 2020-08-21 22:59:27 +0000 | |
commit | 0e70c421686277e7363578ca32cb8a999f499cfd (patch) | |
tree | 5fa2d1fd3da7919c5ae3c2fe3cdf66028db442a9 /sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c | |
parent | Print unp_path for unix domain sockets. OK kn@ mvs@ (diff) | |
download | wireguard-openbsd-0e70c421686277e7363578ca32cb8a999f499cfd.tar.xz wireguard-openbsd-0e70c421686277e7363578ca32cb8a999f499cfd.zip |
Leave default ifq_maxlen handling to ifq_init()
Most clonable interface drivers (except bridge, enc, loop, pppx,
switch, trunk and vlan) initialise the send queue's length to IFQ_MAXLEN
during *_clone_create() even though ifq_init(), which is eventually called
through if_attach(), does the same.
Remove all early "ifq_set_maxlen(&ifq->if_snd, IFQ_MAXLEN);" lines to leave
it to ifq_init() and have clonable drivers a tad more in sync.
OK mvs
Diffstat (limited to 'sys/dev/pci/drm/amd/amdgpu/amdgpu_fence.c')
0 files changed, 0 insertions, 0 deletions