]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iflib: Fix typo in 'iflib_rx_miss_bufs' sysctl name
authorcem <cem@FreeBSD.org>
Fri, 8 Jul 2016 17:04:21 +0000 (17:04 +0000)
committercem <cem@FreeBSD.org>
Fri, 8 Jul 2016 17:04:21 +0000 (17:04 +0000)
commit099e6ebf14c7ca605a6aed0e9ee0dcfa91f0a2ad
tree8ac924bec9605c6f031e1170fb66ce2870ccfea3
parent57d7cc1e841ba45c3f6609d51f376806435b04e3
iflib: Fix typo in 'iflib_rx_miss_bufs' sysctl name

It looks like these sysctls were copy-pasted from netmap.  Most were changed
from 'ixl_' prefix to 'iflib_', but this one was missed.

Fix the "can't re-use a leaf (ixl_rx_miss_bufs)!" warning.

Reported by: dim@ and others
Sponsored by: EMC / Isilon Storage Division
sys/net/iflib.c