mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
This was an error, we cannot use sbuf_trim(9) in the
ixgbe_sbuf_fw_version function because it also gets called in
the context of sbuf_new_for_sysctl(9). sbuf(9) explains the interaction
with drain functions as used by sbuf_new_for_sysctl(9).
Reviewed by: imp
Fixes:
|
||
|---|---|---|
| .. | ||
| if_bypass.c | ||
| if_fdir.c | ||
| if_ix.c | ||
| if_ixv.c | ||
| if_sriov.c | ||
| ix_txrx.c | ||
| ixgbe.h | ||
| ixgbe_82598.c | ||
| ixgbe_82598.h | ||
| ixgbe_82599.c | ||
| ixgbe_82599.h | ||
| ixgbe_api.c | ||
| ixgbe_api.h | ||
| ixgbe_bypass.h | ||
| ixgbe_common.c | ||
| ixgbe_common.h | ||
| ixgbe_dcb.c | ||
| ixgbe_dcb.h | ||
| ixgbe_dcb_82598.c | ||
| ixgbe_dcb_82598.h | ||
| ixgbe_dcb_82599.c | ||
| ixgbe_dcb_82599.h | ||
| ixgbe_fdir.h | ||
| ixgbe_features.h | ||
| ixgbe_mbx.c | ||
| ixgbe_mbx.h | ||
| ixgbe_osdep.c | ||
| ixgbe_osdep.h | ||
| ixgbe_phy.c | ||
| ixgbe_phy.h | ||
| ixgbe_rss.h | ||
| ixgbe_sriov.h | ||
| ixgbe_type.h | ||
| ixgbe_vf.c | ||
| ixgbe_vf.h | ||
| ixgbe_x540.c | ||
| ixgbe_x540.h | ||
| ixgbe_x550.c | ||
| ixgbe_x550.h | ||