sync with OpenBSD -current
This commit is contained in:
parent
62d64fa864
commit
4574748555
13806 changed files with 1142078 additions and 937084 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: if_ix.c,v 1.205 2023/10/20 07:31:12 jan Exp $ */
|
||||
/* $OpenBSD: if_ix.c,v 1.206 2023/11/10 15:51:20 bluhm Exp $ */
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
|
@ -1918,7 +1918,7 @@ ixgbe_setup_interface(struct ix_softc *sc)
|
|||
ifp->if_watchdog = ixgbe_watchdog;
|
||||
ifp->if_hardmtu = IXGBE_MAX_FRAME_SIZE -
|
||||
ETHER_HDR_LEN - ETHER_CRC_LEN;
|
||||
ifq_set_maxlen(&ifp->if_snd, sc->num_tx_desc - 1);
|
||||
ifq_init_maxlen(&ifp->if_snd, sc->num_tx_desc - 1);
|
||||
|
||||
ifp->if_capabilities = IFCAP_VLAN_MTU;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue