From nobody Mon Jun 9 04:42:55 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bFznP4lyzz5xBdt for ; Mon, 09 Jun 2025 04:43:05 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from util.redbarn.org (util.redbarn.org [IPv6:2001:559:8000:cd::222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bFznN534Tz3tn1 for ; Mon, 09 Jun 2025 04:43:04 +0000 (UTC) (envelope-from paul@redbarn.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=redbarn.org header.s=util header.b=GmizTLoh; spf=pass (mx1.freebsd.org: domain of paul@redbarn.org designates 2001:559:8000:cd::222 as permitted sender) smtp.mailfrom=paul@redbarn.org; dmarc=pass (policy=reject) header.from=redbarn.org Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (not verified)) by util.redbarn.org (Postfix) with ESMTPS id D39AC160B98 for ; Mon, 09 Jun 2025 04:42:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=redbarn.org; s=util; t=1749444175; bh=RFrQzdcLuA2fvmiOqGtOb1dVs0xGrj6aKF9w/MyMLkw=; h=From:To:Subject:Date; b=GmizTLohVcTwtzcZCPGgEIKKvWl8j3DXy5hfCYdWNS6gMOUEC00Ua88l4PgYhridS /aonRSDjSNTba0nb1VZT6AccHfFV7MHTHwdcg3Crv9y6qmWO3JngQPAqZNs0lkRsru nCL2UiH5JCe0EYDDpm0vfAGyFb0BjIynxFd2SnyQ= Received: from localhost.localnet (dhcp-188.access.rits.tisf.net [24.104.150.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 972279; Mon, 09 Jun 2025 04:42:55 +0000 (UTC) From: Paul Vixie To: freebsd-net@freebsd.org Subject: fibnum3 Date: Mon, 09 Jun 2025 04:42:55 +0000 Message-ID: <2029458.jZfb76A358@localhost> Organization: FW List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart2278985.ZfL8zNpBrT" Content-Transfer-Encoding: 7Bit X-Spamd-Result: default: False [-1.45 / 15.00]; DWL_DNSWL_LOW(-1.00)[redbarn.org:dkim]; NEURAL_HAM_SHORT(-0.98)[-0.985]; NEURAL_SPAM_LONG(0.56)[0.555]; DMARC_POLICY_ALLOW(-0.50)[redbarn.org,reject]; MID_RHS_NOT_FQDN(0.50)[]; CTE_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:559:8000::/48]; R_DKIM_ALLOW(-0.20)[redbarn.org:s=util]; MIME_GOOD(-0.10)[multipart/mixed,text/plain,text/x-patch]; NEURAL_HAM_MEDIUM(-0.02)[-0.017]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HAS_ATTACHMENT(0.00)[]; HAS_ORG_HEADER(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[redbarn.org:+]; MISSING_XM_UA(0.00)[]; FREEFALL_USER(0.00)[paul]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ASN(0.00)[asn:33651, ipnet:2001:559:8000::/48, country:US]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4bFznN534Tz3tn1 X-Spamd-Bar: - This is a multi-part message in MIME format. --nextPart2278985.ZfL8zNpBrT Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" ok so i've learned a lot by trying to get fibnum2 upstreamed. needed ipv6, needed to be more minimalistic about unrelated changes, needed to keep in synch with the freebsd-current tree -- the works. i also scrambled my git tree somehow in a way that i found unrecoverable, thus i ended up closing that PR after fixing everything i learned about other than man page changes. before i try again i'd like to go back to where it all started -- this e-mail list. visual review would be great, testing would be even better. for those who didn't keep state from last time, the intent is to let every interface have its own default route, and ensure inbound/outbound path symmetry. i use different interfaces for serving http-et-al than for doing ssh for operations/ management, and i've never been comfortable with a single default route. diff is attached. "patch -p1" is your friend. -- Paul Vixie --nextPart2278985.ZfL8zNpBrT Content-Disposition: attachment; filename="fibnum3.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="x-UTF_8J"; name="fibnum3.diff" diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 6c9eb7139cd1..518ee7ee3e75 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -1003,13 +1003,13 @@ SYSCTL_TIMEVAL_SEC(_kern_ipc, OID_AUTO, sooverinterval, CTLFLAG_RW, * accept(2), the protocol has two options: * 1) Call legacy sonewconn() function, which would call protocol attach * method, same as used for socket(2). - * 2) Call solisten_clone(), do attach that is specific to a cloned connection, - * and then call solisten_enqueue(). + * 2) Call solisten_clone(), do an attach that is specific to a cloned + * connection, and then call solisten_enqueue(). * * Note: the ref count on the socket is 0 on return. */ struct socket * -solisten_clone(struct socket *head) +solisten_clone(struct socket *head, int fibnum) { struct sbuf descrsb; struct socket *so; @@ -1180,7 +1180,8 @@ solisten_clone(struct socket *head) SO_DONTROUTE | SO_LINGER | SO_OOBINLINE | SO_NOSIGPIPE); so->so_linger = head->so_linger; so->so_state = head->so_state; - so->so_fibnum = head->so_fibnum; + if ((so->so_fibnum = head->so_fibnum) == 0) + so->so_fibnum = fibnum; so->so_proto = head->so_proto; so->so_cred = crhold(head->so_cred); #ifdef SOCKET_HHOOK @@ -1226,7 +1227,7 @@ sonewconn(struct socket *head, int connstatus) { struct socket *so; - if ((so = solisten_clone(head)) == NULL) + if ((so = solisten_clone(head, head->so_fibnum)) == NULL) return (NULL); if (so->so_proto->pr_attach(so, 0, NULL) != 0) { diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 95d857b2625d..29b6d2abb090 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -2916,7 +2916,7 @@ unp_connectat(int fd, struct socket *so, struct sockaddr *nam, } if (connreq) { if (SOLISTENING(so2)) - so2 = solisten_clone(so2); + so2 = solisten_clone(so2, 0); else so2 = NULL; if (so2 == NULL) { diff --git a/sys/net/if.c b/sys/net/if.c index 0255c27a3136..0eb8d028cba7 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1805,11 +1805,11 @@ sa_dl_equal(const struct sockaddr *a, const struct sockaddr *b) } /* - * Locate an interface based on a complete address. + * Locate an interface based on a complete address, + * and optionally retrieve its FIB number. */ -/*ARGSUSED*/ struct ifaddr * -ifa_ifwithaddr(const struct sockaddr *addr) +ifa_ifwithaddr_getfib(const struct sockaddr *addr, uint16_t *fibnum) { struct ifnet *ifp; struct ifaddr *ifa; @@ -1834,17 +1834,23 @@ ifa_ifwithaddr(const struct sockaddr *addr) } ifa = NULL; done: + if (fibnum != NULL && ifp != NULL) + *fibnum = ifp->if_fib; return (ifa); } +/* + * Test for existence of an interface having this complete address, + * optionally retrieving its FIB number. + */ int -ifa_ifwithaddr_check(const struct sockaddr *addr) +ifa_ifwithaddr_check_getfib(const struct sockaddr *addr, uint16_t *fibnum) { struct epoch_tracker et; int rc; NET_EPOCH_ENTER(et); - rc = (ifa_ifwithaddr(addr) != NULL); + rc = (ifa_ifwithaddr_getfib(addr, fibnum) != NULL); NET_EPOCH_EXIT(et); return (rc); } diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 83d33330987e..e825be3180a3 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -545,8 +545,9 @@ int ifa_add_loopback_route(struct ifaddr *, struct sockaddr *); int ifa_del_loopback_route(struct ifaddr *, struct sockaddr *); int ifa_switch_loopback_route(struct ifaddr *, struct sockaddr *); -struct ifaddr *ifa_ifwithaddr(const struct sockaddr *); -int ifa_ifwithaddr_check(const struct sockaddr *); +struct ifaddr *ifa_ifwithaddr_getfib(const struct sockaddr *, uint16_t *); +int ifa_ifwithaddr_check_getfib(const struct sockaddr *, + uint16_t *); struct ifaddr *ifa_ifwithbroadaddr(const struct sockaddr *, int); struct ifaddr *ifa_ifwithdstaddr(const struct sockaddr *, int); struct ifaddr *ifa_ifwithnet(const struct sockaddr *, int, int); @@ -555,6 +556,18 @@ struct ifaddr *ifa_ifwithroute(int, const struct sockaddr *, struct ifaddr *ifaof_ifpforaddr(const struct sockaddr *, if_t); int ifa_preferred(struct ifaddr *, struct ifaddr *); +static inline struct ifaddr * +ifa_ifwithaddr(const struct sockaddr *sa) +{ + return (ifa_ifwithaddr_getfib(sa, NULL)); +} + +static inline int +ifa_ifwithaddr_check(const struct sockaddr *sa) +{ + return (ifa_ifwithaddr_check_getfib(sa, NULL)); +} + int if_simloop(if_t ifp, struct mbuf *m, int af, int hlen); typedef void *if_com_alloc_t(u_char type, if_t ifp); diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index bccd4b84561a..e469c3e1275a 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -646,7 +646,8 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo) inp->inp_pcbinfo = pcbinfo; inp->inp_socket = so; inp->inp_cred = crhold(so->so_cred); - inp->inp_inc.inc_fibnum = so->so_fibnum; + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ + inp->inp_inc.inc_fibnum = inp->inp_socket->so_fibnum; #ifdef MAC error = mac_inpcb_init(inp, M_NOWAIT); if (error != 0) @@ -729,7 +730,8 @@ in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, int flags, return (EINVAL); anonport = sin == NULL || sin->sin_port == 0; error = in_pcbbind_setup(inp, sin, &inp->inp_laddr.s_addr, - &inp->inp_lport, flags, cred); + &inp->inp_lport, flags, + &inp->inp_inc.inc_fibnum, cred); if (error) return (error); if (__predict_false((error = in_pcbinshash(inp)) != 0)) { @@ -741,6 +743,8 @@ in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, int flags, } if (anonport) inp->inp_flags |= INP_ANONPORT; + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ + sosetfib(inp->inp_socket, inp->inp_inc.inc_fibnum); return (0); } #endif @@ -910,8 +914,8 @@ in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, */ static int in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, - const u_short lport, const int fib, int sooptions, int lookupflags, - struct ucred *cred) + const u_short lport, const int fib, int sooptions, + int lookupflags, uint16_t *fibnum, struct ucred *cred) { int reuseport, reuseport_lb; @@ -951,7 +955,8 @@ in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, * to any endpoint address, local or not. */ if ((inp->inp_flags & INP_BINDANY) == 0 && - ifa_ifwithaddr_check((const struct sockaddr *)&sin) == 0) + ifa_ifwithaddr_check_getfib((const struct sockaddr *)&sin, + fibnum) == 0) return (EADDRNOTAVAIL); } @@ -1005,11 +1010,12 @@ in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, * calling in_pcbinshash(), or they can just use the resulting * port and address to authorise the sending of a once-off packet. * - * On error, the values of *laddrp and *lportp are not changed. + * On error, the values of *laddrp, *lportp and *fibnum are not changed. */ int in_pcbbind_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, - u_short *lportp, int flags, struct ucred *cred) + u_short *lportp, int flags, uint16_t *fibnum, + struct ucred *cred) { struct socket *so = inp->inp_socket; struct in_addr laddr; @@ -1055,7 +1061,7 @@ in_pcbbind_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, /* See if this address/port combo is available. */ error = in_pcbbind_avail(inp, laddr, lport, fib, sooptions, - lookupflags, cred); + lookupflags, fibnum, cred); if (error != 0) return (error); } diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 5fe12c4f1e76..2bb36b41a60b 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -638,7 +638,7 @@ int in_pcballoc(struct socket *, struct inpcbinfo *); #define INPBIND_FIB 0x0001 /* bind to the PCB's FIB only */ int in_pcbbind(struct inpcb *, struct sockaddr_in *, int, struct ucred *); int in_pcbbind_setup(struct inpcb *, struct sockaddr_in *, in_addr_t *, - u_short *, int, struct ucred *); + u_short *, int, uint16_t *, struct ucred *); int in_pcbconnect(struct inpcb *, struct sockaddr_in *, struct ucred *); void in_pcbdisconnect(struct inpcb *); void in_pcbdrop(struct inpcb *); diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index c00a102e8520..4c3d26c58dc4 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1047,7 +1047,8 @@ tcp_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port) } inc.inc_fport = th->th_sport; inc.inc_lport = th->th_dport; - inc.inc_fibnum = so->so_fibnum; + if ((inc.inc_fibnum = so->so_fibnum) == 0) + inc.inc_fibnum = m->m_pkthdr.fibnum; /* * Check for an existing connection attempt in syncache if diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 606d808676e1..f0b64edcdacc 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -794,7 +794,7 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m) * as they would have been set up if we had created the * connection when the SYN arrived. */ - if ((so = solisten_clone(lso)) == NULL) + if ((so = solisten_clone(lso, sc->sc_inc.inc_fibnum)) == NULL) goto allocfail; #ifdef MAC mac_socketpeer_set_from_mbuf(m, so); diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index dafbaf6dc672..8ffc1015a125 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -1261,7 +1261,7 @@ udp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, } INP_HASH_WLOCK(pcbinfo); error = in_pcbbind_setup(inp, &src, &laddr.s_addr, &lport, - V_udp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); + V_udp_bind_all_fibs ? 0 : INPBIND_FIB, NULL, td->td_ucred); INP_HASH_WUNLOCK(pcbinfo); if ((flags & PRUS_IPV6) != 0) inp->inp_vflag = vflagsav; diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index dfda0c60c0ba..90862c79b13a 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -164,8 +164,9 @@ in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) * Determine whether the inpcb can be bound to the specified address/port tuple. */ static int -in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, int fib, - int sooptions, int lookupflags, struct ucred *cred) +in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, + int fib, int sooptions, int lookupflags, + uint16_t *fibnum, struct ucred *cred) { const struct in6_addr *laddr; int reuseport, reuseport_lb; @@ -207,8 +208,9 @@ in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, int fib, sin6.sin6_addr = *laddr; NET_EPOCH_ENTER(et); - if ((ifa = ifa_ifwithaddr((const struct sockaddr *)&sin6)) == - NULL && (inp->inp_flags & INP_BINDANY) == 0) { + ifa = ifa_ifwithaddr_getfib((const struct sockaddr *)&sin6, + fibnum); + if ((inp->inp_flags & INP_BINDANY) == 0 && ifa == NULL) { NET_EPOCH_EXIT(et); return (EADDRNOTAVAIL); } @@ -337,8 +339,9 @@ in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, int flags, RT_ALL_FIBS; /* See if this address/port combo is available. */ - error = in6_pcbbind_avail(inp, sin6, fib, sooptions, lookupflags, - cred); + error = in6_pcbbind_avail(inp, sin6, fib, sooptions, + lookupflags, + &inp->inp_inc.inc_fibnum, cred); if (error != 0) return (error); diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 6512a2d69fd5..c0243d799c5a 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -521,7 +521,7 @@ int solisten_proto_check(struct socket *so); bool solisten_enqueue(struct socket *, int); int solisten_dequeue(struct socket *, struct socket **, int); struct socket * - solisten_clone(struct socket *); + solisten_clone(struct socket *, int fibnum); struct socket * sonewconn(struct socket *head, int connstatus); struct socket * --nextPart2278985.ZfL8zNpBrT-- From nobody Mon Jun 9 09:48:54 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bG6ZF6Q46z5xrCL for ; Mon, 09 Jun 2025 09:48:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bG6ZF5hqXz3kZ2 for ; Mon, 09 Jun 2025 09:48:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749462533; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QiYImKugqTe3i6SBJfLIYvlB/8bjfcxu4tbp4eMGMG0=; b=AZe9/s2FcEv+PaX4LszywU6efuG5VMD7J43teeZuDUVKqZqzTHmryMBeqT0rIyT/1IAkcD H1oOpTURwZXeiDN8yIYniQ57Dqe+nNKjgnloaiI2iK6sl8xd3t33m4VUKngIEAH57kFG4k HCZV0DSIp5AO8G4uBmQjHhqdhAbH6pG9FA8cWOzJzYnWQOY0KJl6kPp3mTNSDW8LRxjOLk TfepqTnxwaWA75tEpFem7bonR+TxqF91c+BLBy08jglOVZwufgvhYvDoyy58xIn9KOqpT4 nyA6F8G+Y5xgrDaPqLwij5k/68xBfAokc8/75CfhQxZF+39AEIACTMG2v7tZDw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749462533; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QiYImKugqTe3i6SBJfLIYvlB/8bjfcxu4tbp4eMGMG0=; b=T2JjeYX9JCzJ5+QMomflepemAVq4rviLIbwXJsWNmMcCE/5c5LUB+ZeYAKFVwbdHJPZqR8 bv8tFH7uG06RTNtwQ/Y9BYQkP4DyUDI65hO2wqLCQP+IRC9STVSEdQereXmhnZ9CUS57s3 5a9fL/a/bgt7JSs4Zp2u3Z7ZlRgzwn9LF0flFPgxmF7w4P9/eKAj7G2pWJFtIZhzG9RSFL g+LZQmhejLHqnudnBAdIXSwKWW4XEjFSImgq4Ou8AktMbJZyWU8IHbAy96MILjJGDeM1We w6VNcUP11BinkoU3XVNLyAuDhwSlcvHp26RFU38Jw2MgiCnrEDEvkwjfiEcGGQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749462533; a=rsa-sha256; cv=none; b=Nq6dHu0MAXWX6Cg2LVHbRpe4BWODAnxTsZzJzyhqWh0UWt9B+7sH6mpNTuRLB/C2zX/Po0 8jtq1zDAI5MYxoGgYrSriMjn5lln1C5snZ649biRupJOAtlriXmXGgos2N8vgvY+NlnF5g nWDl8CfJBUT0z08crqdiVKi4BpNwhHbuzngbTIUVCJLlJLkyszd773x3/9pnrDKefe+7zp BrG0qc8aOENW9H4ma5yvGLo6iaFUsRXpTD6fE4OFFrUruyL4618/kDkWC0wx/NKItDwDCg kAmr8n6DXyP1H8ll7WxIBy3pFCgitiVnmsSdQyvpp24ZPlpqcHKQq0470N0pyQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bG6ZF5F0lzr9Y for ; Mon, 09 Jun 2025 09:48:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 5599mrGq066253 for ; Mon, 9 Jun 2025 09:48:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 5599mr11066252 for net@FreeBSD.org; Mon, 9 Jun 2025 09:48:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 276294] net/mpd5: crashes host when configured with PPPoE Date: Mon, 09 Jun 2025 09:48:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-STABLE X-Bugzilla-Keywords: crash, needs-qa X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tatsuki_makino@hotmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276294 Tatsuki Makino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tatsuki_makino@hotmail.com --- Comment #12 from Tatsuki Makino --- > current process =3D 1611 (isc-net-0001) > current process =3D 1581 (isc-net-0005) This seems like a somewhat unique thread name. However, it seems that there is no code that would give such a thread name = in either mpd5 or isc bind 9.20.9. What is the process of giving a thread name like this isc? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Jun 9 12:49:52 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGBb46Tjrz5y4jX for ; Mon, 09 Jun 2025 12:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGBb45Glhz44Tn for ; Mon, 09 Jun 2025 12:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749473392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9EE811UQUt9RoWK7k4qBbnjI+6VnS4vAdD5XVFUnsSQ=; b=HNW16dxZDiwWJ5hv9pErT50qpSAsSUGRpRosLbRbcnnQhxIwl5nGdISLfnaFn9Q/FMHAx5 /7sXlx0OG0BFX9ovP8WMetpwj1IqkBHqz0B1yYe+RGSC74xy2R0fF+0jUB0I1SF8gEzj3h 5fpVaXxfzUqORFBGkqKvQs7H6Gzi7iLoTUPp/gUausAbqNpSy1/Uc2oo5M0KFLywzq+2WA OpFuWl1uwCGPn4OvdxcJ6+1sNLW+wvPCKsee+T6ZD6nGjwrp2XhcxATBZiPT7nXvPDP4D7 pIDcgdz2/twQIKLRghNi2oh4p/Hvn8J+witBKAo8nAHkQOCeNCUerLloEJuMuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749473392; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9EE811UQUt9RoWK7k4qBbnjI+6VnS4vAdD5XVFUnsSQ=; b=Ik7SJkhnyBvSX5x9bVgXeM/TqCLGDBYhqeYgtKpSSeKPdOK9A+xR8SH19xzjAJiDuemFPo HI0PnGLHU/jFS4/Hnrp0EN1eSpwaE1bR42mP9Z9HZjgBqhzM0aKJKlC7P/7NRai7egoDxN KK5OWnTwYo4OUuQNN9qtEgMNmODx4X8ABhEx8lJal+23FcRQM7B0EosNyTtCPgWGDOabVZ rAj/QwjMFSvu7+4wH1GtxflWcKrjxUjfbLq7/OlGpAVc6sWRPlOQMAX7o9tttrl5weAitp lqDjEfPbQG95J0r21qrAxL4M5Pkrupt/4BpZoSAipNsZomZ5oHmwU4M3je/OMQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749473392; a=rsa-sha256; cv=none; b=RexFGtobyl+fZVRLpjouUB1epL3kWH74h5B+duzE3W1mpuhP1rK6vZ/iX1MbRqCGsUldrm MV+6Zhusgt6t4laIMeAy3xeL4w8Ivjk7HgbpXRoO5Hijv+EVqHulXVpVeyzHrqmQ1nio/z MR4X+H2+IuLyXCBnMb0Tg0wnYANMiyg3aYTK0epsOpkYfFnZrZwQuHxL/Wtojz6eQ2/VTw NkMP+ZBuK22fjQ9aioxVdrbEwBmNazOQd052xK7U+oInL+QIkDlZ6HeI30Nn1XdLl/51P0 nJG2Lzed1xdiCXlLrmvB93EiCVJtmqY1OYrh6K7x+I4G6qB3Vsxze8Ntll1DJw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bGBb44N6ZzwTR for ; Mon, 09 Jun 2025 12:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 559CnqE4070409 for ; Mon, 9 Jun 2025 12:49:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 559CnqE0070408 for net@FreeBSD.org; Mon, 9 Jun 2025 12:49:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Mon, 09 Jun 2025 12:49:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Jun 9 14:20:46 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGDc16CVpz5yBgp for ; Mon, 09 Jun 2025 14:20:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGDc12Dvfz40pZ for ; Mon, 09 Jun 2025 14:20:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749478849; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:autocrypt:autocrypt; bh=z6xbD8kfCPhAhzgR1jVDIiL6QmgtNTj54Q7aF1TU4KU=; b=xTEwOhRRz24G/JczA3Osbm51JxXj4Qyl7NkoXre6dXclyhM/xfsV5RHMOBdbe3sweE2R/1 fnqaPxqYYXo8lXzZAN90DX8GLZGXroerlzpDXJCWFcCEFXhLER4tEgYNI0OKoR39/IeVEW /I4ymuC7feChMjvb2xG11FdJuFOLUX9YJFf1+XhhYqiYup3ew6+OiKMVtOZj+/wHdrJogk 7sYtETQxmI+1t9+Yksl+gQu8thRjcS5j3r6edHVbXNH8wSR5b7WSiRUNyxemhly1sp0DUR LGa/AvT6JP80quDlY6YKwRgvigxgVxiHxgHkLGSJHzdJXHWVNxm2/Poyue0veA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749478849; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:autocrypt:autocrypt; bh=z6xbD8kfCPhAhzgR1jVDIiL6QmgtNTj54Q7aF1TU4KU=; b=mdWXBNwnND7yaLfrot8Gt8UeEmSnaYf1yxfHE1WAyO9xa9dnhTu3JwbzP+vLCs85Qey+uu cp2n4oSb46T6mcXEjffJRcpEl8pcB9ntFJoW5kPuKgiylYsTK+2AOzwmFJMzb8q1L2E8XK ZIJWE9SGIGBeOSiM/b5Z9Ped2myfl+yLMoU/irjuRWDmqY6HiGJ6bdkaPhTrBtJmCHQK0Y 5NvnJMQm25l/HGfTlHiWzbaVFY8N0aubxfKJ/YyxTuCyTd5rTEg/k0BjAWH2uU1QZuDzdx SQBl04n+QVcmpw/3Li2u62uoKaJKG60rP2d36+yYz0cxkk+hMkn3N/eoq2tZ9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749478849; a=rsa-sha256; cv=none; b=DvL1m7C+XtWasIQsUIH5gFu1zk+6yvFcSZf/zmYvKzPAdG645omWfVrOeYebIujHZzEQDV vC2C18azwYDUVuLMWAUXioIH+4CizJ18A63XphyI4s7TreGnyudMzzGZDQQ5owS6bnCeTG An2oeNzuUrJNSXYelUwKEqObM5Osy6SkJAZXcBcW3wzv6bi4UEK4zgub2e4ffk9uulE2g4 Obi6k0zKoup/OCD5RcQsUzzL08sdklWg6hrwdtYPyB1JjDe49Zq9QnFPvhmFc1BRgbPKOC SOw0DNEWs8h6W9/Yps5ocRRv2X8ZZKLbeGjPu7/32XAlWC1r0vSpSQhTqiYMBg== Received: from [192.168.0.88] (unknown [93.188.39.137]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: avg/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4bGDc06kLwz1DZb for ; Mon, 09 Jun 2025 14:20:48 +0000 (UTC) (envelope-from avg@FreeBSD.org) Message-ID: Date: Mon, 9 Jun 2025 17:20:46 +0300 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: net@FreeBSD.org From: Andriy Gapon Subject: dhclient vs aliases Autocrypt: addr=avg@FreeBSD.org; keydata= xsDNBGcKrHEBDADRvwQOK0b/yo4ys5cs6bOQMhEh4xtfbaZ/CU00cpPgUip3sOZCdrtMWlRC g25z97prxE9pKueZi+HXDhIPpa9xl14ghqF4oYScuJ1i18HyiOH2y5Q3Vv/TtFiSzicd3EAu QgS3jVidpgDSPDdj2Yz3UxYpZ+PuFl6nOnvCvqOFcjUlzKCyPaiN2b86l1Nscmhnc+zQ/faB erUOEFEDQbWMA5YfXi8HrbeR16hfRfGt7E0aMDlIj9FIPIq71UWMN9CimPgs4+rbNr1MAlLa z4GxSDhVYZEY5rqtCzr+PLXboRQWnaUwXl0/biw9enf17NHdYv1SNAFTX2eC4dZ3qBVI74dS PgNprm+PMfz+6Hhs/dAv+Nan5nVhg3EFIjYTiy0MnjMSq8uI0v0ykpAGAcJJ5xl6d23aLxgN 6f0z6pJRCO0hGPgU7UzvFD0MxJxmbzqdT1R51KDan1oD41b+tjl2LMBuCDCoB0U44Pu0zLdp xMfFTxCXtwIYKIUxwd28jwMAEQEAAc0eQW5kcml5IEdhcG9uIDxhdmdARnJlZUJTRC5vcmc+ wsENBBMBCAA3FiEEmXvSmjiQFHPVOpLnzDOt5NLj67sFAmcKrHEFCQeEzgACGwMECwkIBwUV CAkKCwUWAgMBAAAKCRDMM63k0uPru5tSDACFK15LLbq89RSQ6QMnjiIm1t/wYJyumb519MHu Dhzxx1lbr8oghf0RHtF6kYRLQPaW2VdToi74pRobd3CN4bhZKDLSL6WfTn17RfavDjL6Njwp KBo30CkOeYKWq1mDmo0xEoQj8cc7ybEZnus+YScZOpj8Ti4EFwhRt6SHer7YDb161IHKL8m4 MsCxpFSGEjbKj8Iul3Ri/fTOO8w14ivcuEEQIvJt4/+4YV5Az8G23wKzL/3aJ7SOT3oYGmR9 atBTmVO3DlODjM+rZLegd8SfLSPTcBTHspWE5duemIzZbEX3BP77r3Qx4Fo5Tkit3bG1XVar yPQato+sFGFEGifdE9USBQoAoOaaeZevwAWjDU0TIuCT0CUe0sKtQuNP4LRq0n9EEHOXBu9a CfdMhFUSkAZnuE7miSVwgPvoVNJ1stA37EXLN/sVsWik7wslTQ5vF81VpdGFiwoQPOe2XEKh ogcwGSnXbwv1gD4x+Gz/7Y+kFyr1NY+4/nSaeXVcS2fOwM0EZwqscgEMAMQTe6ypAmQe/TFO HqKD2hfFKdksTptKi6uEh8xIwct8G/0FBldDWXo9eu8CGr/ZrDg0/bAwJxbaLRQCMH19Gq2Y hLvZ1QK5GQJVzZKcqfxbF2LiDUTs6WkdOBIhGpdDy7p1xFrvqCGCtNFYHuGYm067EozibBSF BWAPstKu2FQuVHZNMOfs7p3OIz3Yfqu9woXDeg3/8G2qVQJINe+8EwXKlhgh4CyDbq7nAZoA kIu1SE9z9u3WI5mcNy/0dFmVUsFxBqRC3ewbvzie8tKyZ9yFOlaZPT0Y4nRBXQTI3mLZ8zQ8 mtrWK5OOmrJ02kdeO9RBXe+OMaUUWMf92ZIoBFb4HP6N+B+4N1y1OwULousfl7JRoYxA4MRL ls7E2sSoJvrEBTJB3Pc34xu8rsJ1A5V3NgN6djX8yEZYpTRkcmrBeWy/ofDqZPVqneAx0LRm eldDS9msXDW4KXODyPZ+9unvmHAcoH0xaBYaSH44CDZDQDg4LNcmbOvuu1TEXBJhjQARAQAB wsD8BBgBCAAmFiEEmXvSmjiQFHPVOpLnzDOt5NLj67sFAmcKrHMFCQeEzgACGwwACgkQzDOt 5NLj67sUCAv5AXqgWnYN9EblapMbZjkiqL8pZQ0GNqh+Pg9FwbyULxjtRTO6rD4D0IxizByb ef+neeUNyYlagt5nfKMysEr0SU/gHKCi8vyTF/63ukMrGUNGmJJxrndl5ZYKC6j6eX7twrZF L1Uvlmn6FnQ22red5kHO93fDjG4zaDIZvHfwj7kzjZ4tpC7Byinf88s14mdZeScc0PnU2hj4 UGYju/wg2FF4YxaZYhcmdTiRYY0Wx85XSMZv19pnn78sadEuRvfRd4JTmw++j1xGXeqQGWzz /CTG5/Ex9GAkQ02hZbmi236byDXoet4G8TEyOph9QFVkV9bNd0jQZaFZPGEj4PSPUYGAF7s5 xJaNGgctC3aZ7WjEv1FBoo44XCU4xcjJ1wZQUrHxRhx6TW0Jtcl0U9qfKFW30TSPo6RyiXuj X4ltWKAtjoXB8nUmEJckaz7IRu2b4pXDeazZuz5JBygUs10yJjDxh2vFQZo0KaBAPx9MZlPn gpPTjT15L8xGftEjQXF6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Apologies if this is a FAQ and maybe it has always been like that but I've just noticed this. A switch needed to be rebooted, so on a FreeBSD host a link went down and then up on an interface connected to the switch. Apparently triggered by those events, dhclient decided to renew the interface's IP address. Afterwards, all alias IP addresses on that interface were cleared. Just in case, the new IP address was exactly the same as the old IP address (it's "hardwired" in the DHCP server configuration). This was unhelpful because the host runs a number of jails with a simple IP configuration via aliases. -- Andriy Gapon From nobody Mon Jun 9 14:26:44 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGDlC532rz5yCjw for ; Mon, 09 Jun 2025 14:27:03 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGDlC30yKz464q; Mon, 09 Jun 2025 14:27:03 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ej1-x632.google.com with SMTP id a640c23a62f3a-ade5ca8bc69so152624466b.0; Mon, 09 Jun 2025 07:27:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749479216; x=1750084016; darn=freebsd.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=8TtuS2qvjNVOxD0PAs4QnFC+7UQX/d2xGki5ImIi2B0=; b=NPpM3Uly1KKUrjCp7CNIZlDrVi3VOOlwefTyhTvAgGA/Px4VQ0hv8X+pPy/UvPjOOu ZlsvgcQ88uPM6Bos90esT/fdMtcV8ygwcYfieAdxpT19lDLNN8d6Q+EzQqXkyerooZzO Y4PxvZLeCvRjDZPLHyS+dcMcERw27+Afe9xZ4hRfTqnBhhcsEBeILFPBUM0tQbxwSsh1 xgeNtZTBgnwXpeq4b1J+S8oOgngN1wZKOC09P5fumcn/QUKkM1WMgfS1JjntR2AZrqQn 9tCvM0xD+E0J4QCyEn7V60ShKA/wFyh5x9+fkria4N1vH5YVJVj3mF/kPcsYqjm3ZYx7 5sXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749479216; x=1750084016; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=8TtuS2qvjNVOxD0PAs4QnFC+7UQX/d2xGki5ImIi2B0=; b=OFSdb1h9U49Qb1a6G+qDprn0JHNpwJKy0Rovv0/KfdXnYZiNbBOGutroXgPGBsHwrg ZZCMrssA4PUp6gEzzfgZ6WHQVkxxm5I5o0mhTZXUss6XXDjjikoZT5G6xLaj+uBIDwVi TSvke9tT8kjSzuA1NNcV/WA6I1OCVgVb3IOLkcTqt6cilo5U1vpFvfKixBNKF/eDOE1B 7mT8/ux8aHdrQJSl9R4b0O+7wA7hS1DwzbW5NEm6Pe6ZXmEwGSLJX7d+TMdHhXAOA3of MMZuDbRgL8HD/ls7HYUfCkOMTWnvBp/IbvxaKHg7CtK9ai8onyQxPuhLlmKiNj5OvyaX /EOA== X-Gm-Message-State: AOJu0YxjLhXbF56JdQlPdirerp769YTQ7IySLTK1yhbz3u9hDIqlDNxs zr/Rv1YqlUgCpdImHxL1L0mdzxKr9kYbXzrwwf8WNL+iBiUKW0Tnn2I+aL1Nvk+HGdvxSw6ZiBr CfFAric7bG/uEfJbRk0edSMUsoDNZFg0KEME= X-Gm-Gg: ASbGncu+kEXE5jHUTezmJCN9yw/oocYucpMQxxTYWTxt9rzof1bbliivLAEAqZOnP4V F+mqBH6DsXGApg93Tw4rkKRBZLFexZHNzOebze4noVxx63K+/u0NPHvgbXQRuP3Vhb47AaneDh4 7qjckT9Ghy0U70xwfA5nh5BZJujbEQMS+Jo9Fulz8Q X-Google-Smtp-Source: AGHT+IFRzhQDjNVhICpYsSxpfLCHPjWzdLIa1oXP5v4wImYnsNRaQPdIslSYisPAirAOUiKKtLS7iKKD++R21NEh9dM= X-Received: by 2002:a17:907:3f94:b0:ad5:5b2e:655b with SMTP id a640c23a62f3a-ade1aa8b88cmr1207777966b.25.1749479216115; Mon, 09 Jun 2025 07:26:56 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 References: In-Reply-To: From: Paul Procacci Date: Mon, 9 Jun 2025 10:26:44 -0400 X-Gm-Features: AX0GCFtOxqSc6sSw1AETwhsuCXDtcE2Hk4cLm7K9jTo07EmZB-m0Ko8OTCPQqPo Message-ID: Subject: Re: dhclient vs aliases To: Andriy Gapon Cc: net@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4bGDlC30yKz464q X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] Re: https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-address-u= pon-reconnect.58729/ You can use a dhclient.conf(5) entry like this to guarantee that the alias is re-applied every time the interface gets a new address from DHCP (or the old lease is re-applied): Code: alias { interface "em0"; fixed-address 10.0.0.3; option subnet-mask 255.255.255.0; } On Mon, Jun 9, 2025 at 10:20=E2=80=AFAM Andriy Gapon wrot= e: > > > Apologies if this is a FAQ and maybe it has always been like that but I'v= e just > noticed this. > > A switch needed to be rebooted, so on a FreeBSD host a link went down and= then > up on an interface connected to the switch. > Apparently triggered by those events, dhclient decided to renew the inter= face's > IP address. Afterwards, all alias IP addresses on that interface were cle= ared. > Just in case, the new IP address was exactly the same as the old IP addre= ss > (it's "hardwired" in the DHCP server configuration). > > This was unhelpful because the host runs a number of jails with a simple = IP > configuration via aliases. > > -- > Andriy Gapon > > --=20 __________________ :(){ :|:& };: From nobody Mon Jun 9 14:40:18 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGF2Y5yJTz5yCxf for ; Mon, 09 Jun 2025 14:40:21 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGF2Y5032z3K4q; Mon, 09 Jun 2025 14:40:21 +0000 (UTC) (envelope-from avg@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749480021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:autocrypt:autocrypt; bh=M28Y0x0TjbGJJ90iwe1rykZc0ijalvWGdQdL5ggxTiM=; b=CjZmQbPkfWqfFqEqBzD7B33T3vddRlb+CbJcqWelppFMazvxOebxG6epQmiy6FPh5X+kBS HRzIG6aRw0hnNvVEqR0zgf08fmsAGgCtqwA4GEoosBfqWeeIJ1SNKXEFBi90lextob2JU6 ccyUMQTr0DiBOoEFhwYrZbMOGPK4gPRPmkT+bjW7YGddLiVTDB68VlQ4o9qVTDPGOWfPER K/nTpqS2/m8UOVxiQuLoovQAOcORI+HxXI4FeDvdHJE0MFhOJPYWtDglg+fkx1mC3jI3bq e6xDRO1zx01JZJGUSROvkqZAGXyU0G6lDJn2cxaIilMWo8bX1vMYXWT15dOzZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749480021; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:autocrypt:autocrypt; bh=M28Y0x0TjbGJJ90iwe1rykZc0ijalvWGdQdL5ggxTiM=; b=o01JvEpcKeW9tRJpCBGx3Od+1fDoBXgZOmc6kt0ekLRNUp6XUls4CCyHWU50hZ94Q8JYUt niwPr+LG1bBUhpCWMgLVkm366r7yIhyadTe3Eg/bQzYduwMJZATC67rJfCWss3ze8KGVAE 8IKeK/4elvAUH0F47taFDhbFOR7cIT8rcwzd6r1W3PxN/A4WCtQWca4MKZ67Wuoaa2jiWi mvT5b1GFiMWYuClew38WodV5RzRRjc93g/Fdziqv9tXJdcWmauWBhWgiZ5NOI58t7lXfNn jz2X/ufq/c+mr34Syz5TSC5hll56Es6twXuax+Go47N8Z0WosBShjikXkjAAYQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749480021; a=rsa-sha256; cv=none; b=WGYAuRuQHnN8Cl5Jm+jY5/LCF4t5RGk20Bt5hRXX8LQkPKqwMnZAFgnedWdspKxbDG/tBT na9Y6lAtfj9eueRC6mdOCyaLXt7JufR3SnsbzvFqvrU6YZ9hqv9zsBuX99Br7c6q+498TT XLq76DxVdZZ/MOSTHzXDXcApL7CNTm1pRYOuhwDIVQzGax76rpFgYLNz2GLt1vcXfsgxrH hLK/NjuWQjIkFfyiBA7F9f+G5Qsl2brq9PYzvIkrylf66HvIaYZ0Rae5YQyjYoyE/2xtu4 BCW2c0y0VncU4XlquLx+4Yd6/v27JcAn7qgqBCIdxxh2NXP2DlsVwdiFmX2ZuQ== Received: from [192.168.0.88] (unknown [93.188.39.137]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: avg/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4bGF2Y1njKz1Djh; Mon, 09 Jun 2025 14:40:21 +0000 (UTC) (envelope-from avg@freebsd.org) Message-ID: <895899af-e416-476f-8655-529b28726a01@freebsd.org> Date: Mon, 9 Jun 2025 17:40:18 +0300 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Andriy Gapon Subject: Re: dhclient vs aliases To: Paul Procacci Cc: net@freebsd.org References: Content-Language: en-US Autocrypt: addr=avg@freebsd.org; keydata= xsDNBGcKrHEBDADRvwQOK0b/yo4ys5cs6bOQMhEh4xtfbaZ/CU00cpPgUip3sOZCdrtMWlRC g25z97prxE9pKueZi+HXDhIPpa9xl14ghqF4oYScuJ1i18HyiOH2y5Q3Vv/TtFiSzicd3EAu QgS3jVidpgDSPDdj2Yz3UxYpZ+PuFl6nOnvCvqOFcjUlzKCyPaiN2b86l1Nscmhnc+zQ/faB erUOEFEDQbWMA5YfXi8HrbeR16hfRfGt7E0aMDlIj9FIPIq71UWMN9CimPgs4+rbNr1MAlLa z4GxSDhVYZEY5rqtCzr+PLXboRQWnaUwXl0/biw9enf17NHdYv1SNAFTX2eC4dZ3qBVI74dS PgNprm+PMfz+6Hhs/dAv+Nan5nVhg3EFIjYTiy0MnjMSq8uI0v0ykpAGAcJJ5xl6d23aLxgN 6f0z6pJRCO0hGPgU7UzvFD0MxJxmbzqdT1R51KDan1oD41b+tjl2LMBuCDCoB0U44Pu0zLdp xMfFTxCXtwIYKIUxwd28jwMAEQEAAc0eQW5kcml5IEdhcG9uIDxhdmdARnJlZUJTRC5vcmc+ wsENBBMBCAA3FiEEmXvSmjiQFHPVOpLnzDOt5NLj67sFAmcKrHEFCQeEzgACGwMECwkIBwUV CAkKCwUWAgMBAAAKCRDMM63k0uPru5tSDACFK15LLbq89RSQ6QMnjiIm1t/wYJyumb519MHu Dhzxx1lbr8oghf0RHtF6kYRLQPaW2VdToi74pRobd3CN4bhZKDLSL6WfTn17RfavDjL6Njwp KBo30CkOeYKWq1mDmo0xEoQj8cc7ybEZnus+YScZOpj8Ti4EFwhRt6SHer7YDb161IHKL8m4 MsCxpFSGEjbKj8Iul3Ri/fTOO8w14ivcuEEQIvJt4/+4YV5Az8G23wKzL/3aJ7SOT3oYGmR9 atBTmVO3DlODjM+rZLegd8SfLSPTcBTHspWE5duemIzZbEX3BP77r3Qx4Fo5Tkit3bG1XVar yPQato+sFGFEGifdE9USBQoAoOaaeZevwAWjDU0TIuCT0CUe0sKtQuNP4LRq0n9EEHOXBu9a CfdMhFUSkAZnuE7miSVwgPvoVNJ1stA37EXLN/sVsWik7wslTQ5vF81VpdGFiwoQPOe2XEKh ogcwGSnXbwv1gD4x+Gz/7Y+kFyr1NY+4/nSaeXVcS2fOwM0EZwqscgEMAMQTe6ypAmQe/TFO HqKD2hfFKdksTptKi6uEh8xIwct8G/0FBldDWXo9eu8CGr/ZrDg0/bAwJxbaLRQCMH19Gq2Y hLvZ1QK5GQJVzZKcqfxbF2LiDUTs6WkdOBIhGpdDy7p1xFrvqCGCtNFYHuGYm067EozibBSF BWAPstKu2FQuVHZNMOfs7p3OIz3Yfqu9woXDeg3/8G2qVQJINe+8EwXKlhgh4CyDbq7nAZoA kIu1SE9z9u3WI5mcNy/0dFmVUsFxBqRC3ewbvzie8tKyZ9yFOlaZPT0Y4nRBXQTI3mLZ8zQ8 mtrWK5OOmrJ02kdeO9RBXe+OMaUUWMf92ZIoBFb4HP6N+B+4N1y1OwULousfl7JRoYxA4MRL ls7E2sSoJvrEBTJB3Pc34xu8rsJ1A5V3NgN6djX8yEZYpTRkcmrBeWy/ofDqZPVqneAx0LRm eldDS9msXDW4KXODyPZ+9unvmHAcoH0xaBYaSH44CDZDQDg4LNcmbOvuu1TEXBJhjQARAQAB wsD8BBgBCAAmFiEEmXvSmjiQFHPVOpLnzDOt5NLj67sFAmcKrHMFCQeEzgACGwwACgkQzDOt 5NLj67sUCAv5AXqgWnYN9EblapMbZjkiqL8pZQ0GNqh+Pg9FwbyULxjtRTO6rD4D0IxizByb ef+neeUNyYlagt5nfKMysEr0SU/gHKCi8vyTF/63ukMrGUNGmJJxrndl5ZYKC6j6eX7twrZF L1Uvlmn6FnQ22red5kHO93fDjG4zaDIZvHfwj7kzjZ4tpC7Byinf88s14mdZeScc0PnU2hj4 UGYju/wg2FF4YxaZYhcmdTiRYY0Wx85XSMZv19pnn78sadEuRvfRd4JTmw++j1xGXeqQGWzz /CTG5/Ex9GAkQ02hZbmi236byDXoet4G8TEyOph9QFVkV9bNd0jQZaFZPGEj4PSPUYGAF7s5 xJaNGgctC3aZ7WjEv1FBoo44XCU4xcjJ1wZQUrHxRhx6TW0Jtcl0U9qfKFW30TSPo6RyiXuj X4ltWKAtjoXB8nUmEJckaz7IRu2b4pXDeazZuz5JBygUs10yJjDxh2vFQZo0KaBAPx9MZlPn gpPTjT15L8xGftEjQXF6 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 09/06/2025 17:26, Paul Procacci wrote: > Re: https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-address-upon-reconnect.58729/ > > You can use a dhclient.conf(5) entry like this to guarantee that the > alias is re-applied every time the interface gets a new address from > DHCP (or the old lease is re-applied): > > Code: > > alias { > interface "em0"; > fixed-address 10.0.0.3; > option subnet-mask 255.255.255.0; > } Thank you! This should work, but it kind of kills a "single source of truth" for jail configurations. So, it seems that there is a quirk regarding jail+aliases and DHCP. > On Mon, Jun 9, 2025 at 10:20 AM Andriy Gapon wrote: >> >> >> Apologies if this is a FAQ and maybe it has always been like that but I've just >> noticed this. >> >> A switch needed to be rebooted, so on a FreeBSD host a link went down and then >> up on an interface connected to the switch. >> Apparently triggered by those events, dhclient decided to renew the interface's >> IP address. Afterwards, all alias IP addresses on that interface were cleared. >> Just in case, the new IP address was exactly the same as the old IP address >> (it's "hardwired" in the DHCP server configuration). >> >> This was unhelpful because the host runs a number of jails with a simple IP >> configuration via aliases. -- Andriy Gapon From nobody Mon Jun 9 15:00:40 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGFVT2S8cz5yFcb for ; Mon, 09 Jun 2025 15:01:05 +0000 (UTC) (envelope-from pprocacci@gmail.com) Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGFVS3DrFz3XwK; Mon, 09 Jun 2025 15:01:04 +0000 (UTC) (envelope-from pprocacci@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ed1-x52f.google.com with SMTP id 4fb4d7f45d1cf-60789b450ceso4893960a12.2; Mon, 09 Jun 2025 08:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749481257; x=1750086057; darn=freebsd.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=o0DtxHZT+n1WDOQYhAL2R5bpfIwKrOG7Xxor4XUdXeM=; b=LwUuSLhEofsTkMLiQ2OfsuZOzTa7FahcJgutbRsFFFLn8glNSosERv2VcLOKbU2DZY +Z+Vz/EpeuMNCiLUV8Fmp/lLi/GpPnWLuSIx+Oi269St/DSv6NANeHI8YIAMmVL5veYw hzJC2Oj4uovaeJ4fP3Ra6BfM4GPByytZE03qAq2A7ralIGkgE9TaG/MHkF8f20ahNLfx zWhCx1yAzAji0keTCkCyqUXEkDScQ6bVtyngABre1StkyTyNaiQ2xQhK3sod+vUn1VBJ 1aW62TzsU06dO6qqyalTs6ZnRguWwLx6ECXnD6ItFNkgKn35knjbXxqNRiSyL3rSb2Dj YRqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749481257; x=1750086057; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=o0DtxHZT+n1WDOQYhAL2R5bpfIwKrOG7Xxor4XUdXeM=; b=bS6ymFVN99bgNIEqePeWQHKgncu+l7WK160qwmlIw+JvxrMEinZJA7/A1BPY9DErsi Bl5v204F0NEjEaeSZBpRKcVqPkCbsneXUsSjkFB+yBPibr4dJmgI01E/S1SmoWjhpYui aJZ/K0oyb7gCXWCnKV2zjmqkoI8ciSKWr2Rqep0glDKRGWbvxYMuL6PqmzR1OPTV9p4/ JxaY1PT9Hbtg323qbl+/5zHk/bOwcQlHL5nUxaXjzxPL1j+ldu/bpbtDM3wXdhUFtVPb 0/FS7bafyroFuz/h5fNY8omgBf/m0Y0Rd0Tv2gaLh4bL2xIhNiVGOLqiBDS6x9qewnWf DGVQ== X-Gm-Message-State: AOJu0YzcDK3Gtrv6Yf7nESHqO2Ww8XzEp4jBIhqP0gWRCQeClM9PL2Bz bPIZu/Mq5WeQ77czm5RE8cFn/UVwDrl2TkNFrBRP1nweZAlTitO5eCl9lG7FpOq36Gu04rfuXzZ HAe7vDIvnd3HlhKHT9NG7SqtUVF6tdj2Hxj8= X-Gm-Gg: ASbGncvmWz6yPuz87MKz+T8jBmsTRz/3oTcqy+a5I8qiMYv9wEjIdtVc6wczhZ+O4jH swpg6X/czvPo7gVOjyROPWxwS3erMutkTSsfT4/aMhEXnzTyk02ycRuL+syy21w8roJDDuoHedr bQncBAEZ+Q1XFpjf6LvhuwR0rAsaTtDQ== X-Google-Smtp-Source: AGHT+IHcrD3aTsZTpeKXQ4MBd2E5riH5PSoTlv45IkaVlfydHRQcg2+MhDPFa8wCYOimUJJ2QRKqM2tZ+/4zM1lFAnQ= X-Received: by 2002:a17:907:96a2:b0:ade:7bd:e0ec with SMTP id a640c23a62f3a-ade1a9eefc4mr1121800366b.56.1749481251644; Mon, 09 Jun 2025 08:00:51 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 References: <895899af-e416-476f-8655-529b28726a01@freebsd.org> In-Reply-To: <895899af-e416-476f-8655-529b28726a01@freebsd.org> From: Paul Procacci Date: Mon, 9 Jun 2025 11:00:40 -0400 X-Gm-Features: AX0GCFsrSwHgo_-5j3d3LxnQVEM5ovKBiJvkDLk9iZ4IouWajKGH6pIIjJFST68 Message-ID: Subject: Re: dhclient vs aliases To: Andriy Gapon Cc: net@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4bGFVS3DrFz3XwK X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] On Mon, Jun 9, 2025 at 10:40=E2=80=AFAM Andriy Gapon wrot= e: > > On 09/06/2025 17:26, Paul Procacci wrote: > > Re: https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-addre= ss-upon-reconnect.58729/ > > > > You can use a dhclient.conf(5) entry like this to guarantee that the > > alias is re-applied every time the interface gets a new address from > > DHCP (or the old lease is re-applied): > > > > Code: > > > > alias { > > interface "em0"; > > fixed-address 10.0.0.3; > > option subnet-mask 255.255.255.0; > > } > > Thank you! > This should work, but it kind of kills a "single source of truth" for jai= l > configurations. > > So, it seems that there is a quirk regarding jail+aliases and DHCP. > > > On Mon, Jun 9, 2025 at 10:20=E2=80=AFAM Andriy Gapon = wrote: > >> > >> > >> Apologies if this is a FAQ and maybe it has always been like that but = I've just > >> noticed this. > >> > >> A switch needed to be rebooted, so on a FreeBSD host a link went down = and then > >> up on an interface connected to the switch. > >> Apparently triggered by those events, dhclient decided to renew the in= terface's > >> IP address. Afterwards, all alias IP addresses on that interface were = cleared. > >> Just in case, the new IP address was exactly the same as the old IP ad= dress > >> (it's "hardwired" in the DHCP server configuration). > >> > >> This was unhelpful because the host runs a number of jails with a simp= le IP > >> configuration via aliases. > -- > Andriy Gapon I haven't personally tested this, but does something akin to the following = work? ifconfig_em0_alias0=3D"DHCP" ifconfig_em0_alias1=3D"DHCP" Assuming you're using dhcp addressing for single source of truths then give this a whirl perhaps. ~Paul --=20 __________________ :(){ :|:& };: From nobody Mon Jun 9 17:19:53 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGJZl6vNPz5yCXJ for ; Mon, 09 Jun 2025 17:19:59 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGJZl47pFz43ml for ; Mon, 09 Jun 2025 17:19:59 +0000 (UTC) (envelope-from markjdb@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-qk1-x72f.google.com with SMTP id af79cd13be357-7d38b84984dso308207085a.0 for ; Mon, 09 Jun 2025 10:19:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1749489597; x=1750094397; darn=freebsd.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=5LFHIH3ov3JBUim3Wzia72ErdawL0xHl1CQN3zhc5q0=; b=Ei7rMl8notAAmYmt1L8P+Bo7gDSG7O2OnLwjrds0ZyvncqgIxsFXpZHV4BrpSQWkNn GYKY3SKm/0yW7iK/u0geDpQeRYgXjEVfOrB55iSqNAlI9LkuHhV6ArCYlsP44cEAELhG w6fCl4YsWllR0wpNk+ZCeV3g3OB6VB3SFu7aDmow6C2ptUOUewky50mnXQ/v9Vyq3+7T oVwuFxZcxRA4IP8cv9njhRKFgW9eyvJcBtM4LdnB53d+HvlXyK7rM2FxjWhavV50LDsy ngpHMnkdocnLj3+d+GoCpOGKPHOacnU0KvVbVbyjqIgjL4J0amhc/LYW37uvuw33SgAK lJZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749489597; x=1750094397; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5LFHIH3ov3JBUim3Wzia72ErdawL0xHl1CQN3zhc5q0=; b=StRU0/d9zxlXf9lqAybY3vGhkDsJLQdM2IKNjlyFOHScCuzMjVSeEWjxXIWWqEmqxc aancOswkM36tv0UkG2t9DhMkAGh0o/y6Ru5uvSplKvPl1P7EIZIuX2rY6Cf0vP7stKB4 H5inbaX4foNpp/dyv25mfks2h4VwUNUmAXfpam/+cEkv2iP1PB/rHg0FkcB9QWCdGKaD EXvHEbbkOGf0sSWeOyq1TQ/8o8r3vrT5OPgXKSpt1VIurTL62xNKox5ifUieeciNfqsD 0laeEdQ6wPL9TzGbI7T+BF8DxIKHjt0MYCLGoFc5mh/SbjvkeSgoovAgXEnLDsB/4kfX FvUQ== X-Gm-Message-State: AOJu0YzeMI8yhZsHKvIO5IJud8h/JCpxPjADMjMAj8aYk0eVdqGrxTGZ +fZjjiuGu1N65kGu8cA1jVnUy95V4IlQo/tLcsNOE8xKI8uG2Hb3y4Bf3Ame33Rj X-Gm-Gg: ASbGncvuKUa3JThaSoKMdB17VtsAPWdZ4wxX5G4yJ4/2m0Mci7kjUTEWjGopGLVBXBi KNg8mJ0JlW9dnDGv+SNmpGUMa10mVmVPWL0JULFkwpjpyUbMvclb1GU+xnOq68fyYt07t2cDv26 3K2KjGfNMJfMj+U4Uykfm89Uh7VQLnvJXv44Zg5pC61UmCS0OSXFuiL+3rPSehzCAWzZI8L/8cS QAwfoL9zqHP6nR3fkfCSdPWvUbYTnT1+Pp6YaABz5tr5wxGUBXsjzCH8LIijrNHTLN33UvKWMTB 8d+DxQSdZsJVpop8jmchR+op0KlQVuV/rfI6xzIBo94fe7LHHOrmXgyCzUU2yumsbRQm5+DPEpa k X-Google-Smtp-Source: AGHT+IE2RhEPTVZFQOqKLTYIrwg6ojGUxLOqCLqV0yFXQ0Eqy7UY7FxjK+5+u9wvzmd4x2h1DY/AZg== X-Received: by 2002:a05:620a:4494:b0:7ca:d4f2:a059 with SMTP id af79cd13be357-7d2298ed620mr2170738785a.53.1749489596933; Mon, 09 Jun 2025 10:19:56 -0700 (PDT) Received: from nuc (192-0-220-237.cpe.teksavvy.com. [192.0.220.237]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7d2669b4759sm570669585a.111.2025.06.09.10.19.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Jun 2025 10:19:56 -0700 (PDT) Date: Mon, 9 Jun 2025 13:19:53 -0400 From: Mark Johnston To: Paul Vixie Cc: freebsd-net@freebsd.org Subject: Re: fibnum3 Message-ID: References: <2029458.jZfb76A358@localhost> List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2029458.jZfb76A358@localhost> X-Rspamd-Queue-Id: 4bGJZl47pFz43ml X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] On Mon, Jun 09, 2025 at 04:42:55AM +0000, Paul Vixie wrote: > ok so i've learned a lot by trying to get fibnum2 upstreamed. needed ipv6, > needed to be more minimalistic about unrelated changes, needed to keep in > synch with the freebsd-current tree -- the works. i also scrambled my git tree > somehow in a way that i found unrecoverable, thus i ended up closing that PR > after fixing everything i learned about other than man page changes. I've made a number of inline comments. > before i try again i'd like to go back to where it all started -- this e-mail > list. visual review would be great, testing would be even better. for those > who didn't keep state from last time, the intent is to let every interface > have its own default route, and ensure inbound/outbound path symmetry. i use > different interfaces for serving http-et-al than for doing ssh for operations/ > management, and i've never been comfortable with a single default route. > > diff is attached. "patch -p1" is your friend. > > -- > Paul Vixie > diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c > index 6c9eb7139cd1..518ee7ee3e75 100644 > --- a/sys/kern/uipc_socket.c > +++ b/sys/kern/uipc_socket.c > @@ -1003,13 +1003,13 @@ SYSCTL_TIMEVAL_SEC(_kern_ipc, OID_AUTO, sooverinterval, CTLFLAG_RW, > * accept(2), the protocol has two options: > * 1) Call legacy sonewconn() function, which would call protocol attach > * method, same as used for socket(2). > - * 2) Call solisten_clone(), do attach that is specific to a cloned connection, > - * and then call solisten_enqueue(). > + * 2) Call solisten_clone(), do an attach that is specific to a cloned > + * connection, and then call solisten_enqueue(). > * > * Note: the ref count on the socket is 0 on return. > */ > struct socket * > -solisten_clone(struct socket *head) > +solisten_clone(struct socket *head, int fibnum) > { > struct sbuf descrsb; > struct socket *so; > @@ -1180,7 +1180,8 @@ solisten_clone(struct socket *head) > SO_DONTROUTE | SO_LINGER | SO_OOBINLINE | SO_NOSIGPIPE); > so->so_linger = head->so_linger; > so->so_state = head->so_state; > - so->so_fibnum = head->so_fibnum; > + if ((so->so_fibnum = head->so_fibnum) == 0) > + so->so_fibnum = fibnum; The double assignment looks odd to me. It'd be neater to write: so->so_fibnum == head->so_fibnum != 0 ? head->so_fibnum : fibnum; > so->so_proto = head->so_proto; > so->so_cred = crhold(head->so_cred); > #ifdef SOCKET_HHOOK > @@ -1226,7 +1227,7 @@ sonewconn(struct socket *head, int connstatus) > { > struct socket *so; > > - if ((so = solisten_clone(head)) == NULL) > + if ((so = solisten_clone(head, head->so_fibnum)) == NULL) > return (NULL); > > if (so->so_proto->pr_attach(so, 0, NULL) != 0) { > diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c > index 95d857b2625d..29b6d2abb090 100644 > --- a/sys/kern/uipc_usrreq.c > +++ b/sys/kern/uipc_usrreq.c > @@ -2916,7 +2916,7 @@ unp_connectat(int fd, struct socket *so, struct sockaddr *nam, > } > if (connreq) { > if (SOLISTENING(so2)) > - so2 = solisten_clone(so2); > + so2 = solisten_clone(so2, 0); > else > so2 = NULL; > if (so2 == NULL) { > diff --git a/sys/net/if.c b/sys/net/if.c > index 0255c27a3136..0eb8d028cba7 100644 > --- a/sys/net/if.c > +++ b/sys/net/if.c > @@ -1805,11 +1805,11 @@ sa_dl_equal(const struct sockaddr *a, const struct sockaddr *b) > } > > /* > - * Locate an interface based on a complete address. > + * Locate an interface based on a complete address, > + * and optionally retrieve its FIB number. > */ > -/*ARGSUSED*/ > struct ifaddr * > -ifa_ifwithaddr(const struct sockaddr *addr) > +ifa_ifwithaddr_getfib(const struct sockaddr *addr, uint16_t *fibnum) > { > struct ifnet *ifp; > struct ifaddr *ifa; > @@ -1834,17 +1834,23 @@ ifa_ifwithaddr(const struct sockaddr *addr) > } > ifa = NULL; > done: > + if (fibnum != NULL && ifp != NULL) > + *fibnum = ifp->if_fib; Rather than complicating this function to add an additional return value, why not let the caller get the fib number directly? They can just get ifa->ifa_ifp->if_fib. > return (ifa); > } > > +/* > + * Test for existence of an interface having this complete address, > + * optionally retrieving its FIB number. > + */ > int > -ifa_ifwithaddr_check(const struct sockaddr *addr) > +ifa_ifwithaddr_check_getfib(const struct sockaddr *addr, uint16_t *fibnum) > { > struct epoch_tracker et; > int rc; > > NET_EPOCH_ENTER(et); > - rc = (ifa_ifwithaddr(addr) != NULL); > + rc = (ifa_ifwithaddr_getfib(addr, fibnum) != NULL); > NET_EPOCH_EXIT(et); > return (rc); > } Similarly, I think adding this extra helper is unnecessary. Callers which want the FIB number can use ifa_ifwithaddr() and extract it directly. That's how in6_pcbbind_avail() handles fetching ifaddr flags, for instance. > diff --git a/sys/net/if_var.h b/sys/net/if_var.h > index 83d33330987e..e825be3180a3 100644 > --- a/sys/net/if_var.h > +++ b/sys/net/if_var.h > @@ -545,8 +545,9 @@ int ifa_add_loopback_route(struct ifaddr *, struct sockaddr *); > int ifa_del_loopback_route(struct ifaddr *, struct sockaddr *); > int ifa_switch_loopback_route(struct ifaddr *, struct sockaddr *); > > -struct ifaddr *ifa_ifwithaddr(const struct sockaddr *); > -int ifa_ifwithaddr_check(const struct sockaddr *); > +struct ifaddr *ifa_ifwithaddr_getfib(const struct sockaddr *, uint16_t *); > +int ifa_ifwithaddr_check_getfib(const struct sockaddr *, > + uint16_t *); > struct ifaddr *ifa_ifwithbroadaddr(const struct sockaddr *, int); > struct ifaddr *ifa_ifwithdstaddr(const struct sockaddr *, int); > struct ifaddr *ifa_ifwithnet(const struct sockaddr *, int, int); > @@ -555,6 +556,18 @@ struct ifaddr *ifa_ifwithroute(int, const struct sockaddr *, > struct ifaddr *ifaof_ifpforaddr(const struct sockaddr *, if_t); > int ifa_preferred(struct ifaddr *, struct ifaddr *); > > +static inline struct ifaddr * > +ifa_ifwithaddr(const struct sockaddr *sa) > +{ > + return (ifa_ifwithaddr_getfib(sa, NULL)); > +} > + > +static inline int > +ifa_ifwithaddr_check(const struct sockaddr *sa) > +{ > + return (ifa_ifwithaddr_check_getfib(sa, NULL)); > +} > + > int if_simloop(if_t ifp, struct mbuf *m, int af, int hlen); > > typedef void *if_com_alloc_t(u_char type, if_t ifp); > diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c > index bccd4b84561a..e469c3e1275a 100644 > --- a/sys/netinet/in_pcb.c > +++ b/sys/netinet/in_pcb.c > @@ -646,7 +646,8 @@ in_pcballoc(struct socket *so, struct inpcbinfo *pcbinfo) > inp->inp_pcbinfo = pcbinfo; > inp->inp_socket = so; > inp->inp_cred = crhold(so->so_cred); > - inp->inp_inc.inc_fibnum = so->so_fibnum; > + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ > + inp->inp_inc.inc_fibnum = inp->inp_socket->so_fibnum; so == inp->inp_socket, so this part of the change is redundant. > #ifdef MAC > error = mac_inpcb_init(inp, M_NOWAIT); > if (error != 0) > @@ -729,7 +730,8 @@ in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, int flags, > return (EINVAL); > anonport = sin == NULL || sin->sin_port == 0; > error = in_pcbbind_setup(inp, sin, &inp->inp_laddr.s_addr, > - &inp->inp_lport, flags, cred); > + &inp->inp_lport, flags, > + &inp->inp_inc.inc_fibnum, cred); > if (error) > return (error); > if (__predict_false((error = in_pcbinshash(inp)) != 0)) { > @@ -741,6 +743,8 @@ in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, int flags, > } > if (anonport) > inp->inp_flags |= INP_ANONPORT; > + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ > + sosetfib(inp->inp_socket, inp->inp_inc.inc_fibnum); Why is there no such call in the IPv6 case? > return (0); > } > #endif > @@ -910,8 +914,8 @@ in_pcb_lport(struct inpcb *inp, struct in_addr *laddrp, u_short *lportp, > */ > static int > in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, > - const u_short lport, const int fib, int sooptions, int lookupflags, > - struct ucred *cred) > + const u_short lport, const int fib, int sooptions, > + int lookupflags, uint16_t *fibnum, struct ucred *cred) > { > int reuseport, reuseport_lb; > > @@ -951,7 +955,8 @@ in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, > * to any endpoint address, local or not. > */ > if ((inp->inp_flags & INP_BINDANY) == 0 && > - ifa_ifwithaddr_check((const struct sockaddr *)&sin) == 0) > + ifa_ifwithaddr_check_getfib((const struct sockaddr *)&sin, > + fibnum) == 0) This excludes the IN_MULTICAST() case--is that intentional? > return (EADDRNOTAVAIL); > } > > @@ -1005,11 +1010,12 @@ in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, > * calling in_pcbinshash(), or they can just use the resulting > * port and address to authorise the sending of a once-off packet. > * > - * On error, the values of *laddrp and *lportp are not changed. > + * On error, the values of *laddrp, *lportp and *fibnum are not changed. > */ > int > in_pcbbind_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, > - u_short *lportp, int flags, struct ucred *cred) > + u_short *lportp, int flags, uint16_t *fibnum, > + struct ucred *cred) > { > struct socket *so = inp->inp_socket; > struct in_addr laddr; > @@ -1055,7 +1061,7 @@ in_pcbbind_setup(struct inpcb *inp, struct sockaddr_in *sin, in_addr_t *laddrp, > > /* See if this address/port combo is available. */ > error = in_pcbbind_avail(inp, laddr, lport, fib, sooptions, > - lookupflags, cred); > + lookupflags, fibnum, cred); Indentation on continuing lines should be by four spaces. > if (error != 0) > return (error); > } > diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h > index 5fe12c4f1e76..2bb36b41a60b 100644 > --- a/sys/netinet/in_pcb.h > +++ b/sys/netinet/in_pcb.h > @@ -638,7 +638,7 @@ int in_pcballoc(struct socket *, struct inpcbinfo *); > #define INPBIND_FIB 0x0001 /* bind to the PCB's FIB only */ > int in_pcbbind(struct inpcb *, struct sockaddr_in *, int, struct ucred *); > int in_pcbbind_setup(struct inpcb *, struct sockaddr_in *, in_addr_t *, > - u_short *, int, struct ucred *); > + u_short *, int, uint16_t *, struct ucred *); > int in_pcbconnect(struct inpcb *, struct sockaddr_in *, struct ucred *); > void in_pcbdisconnect(struct inpcb *); > void in_pcbdrop(struct inpcb *); > diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c > index c00a102e8520..4c3d26c58dc4 100644 > --- a/sys/netinet/tcp_input.c > +++ b/sys/netinet/tcp_input.c > @@ -1047,7 +1047,8 @@ tcp_input_with_port(struct mbuf **mp, int *offp, int proto, uint16_t port) > } > inc.inc_fport = th->th_sport; > inc.inc_lport = th->th_dport; > - inc.inc_fibnum = so->so_fibnum; > + if ((inc.inc_fibnum = so->so_fibnum) == 0) > + inc.inc_fibnum = m->m_pkthdr.fibnum; Same comment about double assignment. > > /* > * Check for an existing connection attempt in syncache if > diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c > index 606d808676e1..f0b64edcdacc 100644 > --- a/sys/netinet/tcp_syncache.c > +++ b/sys/netinet/tcp_syncache.c > @@ -794,7 +794,7 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m) > * as they would have been set up if we had created the > * connection when the SYN arrived. > */ > - if ((so = solisten_clone(lso)) == NULL) > + if ((so = solisten_clone(lso, sc->sc_inc.inc_fibnum)) == NULL) > goto allocfail; > #ifdef MAC > mac_socketpeer_set_from_mbuf(m, so); > diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c > index dafbaf6dc672..8ffc1015a125 100644 > --- a/sys/netinet/udp_usrreq.c > +++ b/sys/netinet/udp_usrreq.c > @@ -1261,7 +1261,7 @@ udp_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr, > } > INP_HASH_WLOCK(pcbinfo); > error = in_pcbbind_setup(inp, &src, &laddr.s_addr, &lport, > - V_udp_bind_all_fibs ? 0 : INPBIND_FIB, td->td_ucred); > + V_udp_bind_all_fibs ? 0 : INPBIND_FIB, NULL, td->td_ucred); > INP_HASH_WUNLOCK(pcbinfo); > if ((flags & PRUS_IPV6) != 0) > inp->inp_vflag = vflagsav; > diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c > index dfda0c60c0ba..90862c79b13a 100644 > --- a/sys/netinet6/in6_pcb.c > +++ b/sys/netinet6/in6_pcb.c > @@ -164,8 +164,9 @@ in6_pcbsetport(struct in6_addr *laddr, struct inpcb *inp, struct ucred *cred) > * Determine whether the inpcb can be bound to the specified address/port tuple. > */ > static int > -in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, int fib, > - int sooptions, int lookupflags, struct ucred *cred) > +in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, > + int fib, int sooptions, int lookupflags, > + uint16_t *fibnum, struct ucred *cred) Indentation of continuation lines should be four spaces. > { > const struct in6_addr *laddr; > int reuseport, reuseport_lb; > @@ -207,8 +208,9 @@ in6_pcbbind_avail(struct inpcb *inp, const struct sockaddr_in6 *sin6, int fib, > sin6.sin6_addr = *laddr; > > NET_EPOCH_ENTER(et); > - if ((ifa = ifa_ifwithaddr((const struct sockaddr *)&sin6)) == > - NULL && (inp->inp_flags & INP_BINDANY) == 0) { > + ifa = ifa_ifwithaddr_getfib((const struct sockaddr *)&sin6, > + fibnum); > + if ((inp->inp_flags & INP_BINDANY) == 0 && ifa == NULL) { > NET_EPOCH_EXIT(et); > return (EADDRNOTAVAIL); > } > @@ -337,8 +339,9 @@ in6_pcbbind(struct inpcb *inp, struct sockaddr_in6 *sin6, int flags, > RT_ALL_FIBS; > > /* See if this address/port combo is available. */ > - error = in6_pcbbind_avail(inp, sin6, fib, sooptions, lookupflags, > - cred); > + error = in6_pcbbind_avail(inp, sin6, fib, sooptions, > + lookupflags, > + &inp->inp_inc.inc_fibnum, cred); > if (error != 0) > return (error); > > diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h > index 6512a2d69fd5..c0243d799c5a 100644 > --- a/sys/sys/socketvar.h > +++ b/sys/sys/socketvar.h > @@ -521,7 +521,7 @@ int solisten_proto_check(struct socket *so); > bool solisten_enqueue(struct socket *, int); > int solisten_dequeue(struct socket *, struct socket **, int); > struct socket * > - solisten_clone(struct socket *); > + solisten_clone(struct socket *, int fibnum); > struct socket * > sonewconn(struct socket *head, int connstatus); > struct socket * From nobody Mon Jun 9 18:55:42 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGLjL39B5z5yLWt for ; Mon, 09 Jun 2025 18:55:50 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from util.redbarn.org (util.redbarn.org [24.104.150.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGLjK3Xfxz3Hd0 for ; Mon, 09 Jun 2025 18:55:49 +0000 (UTC) (envelope-from paul@redbarn.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=redbarn.org header.s=util header.b=fxP1HM8c; spf=pass (mx1.freebsd.org: domain of paul@redbarn.org designates 24.104.150.222 as permitted sender) smtp.mailfrom=paul@redbarn.org; dmarc=pass (policy=reject) header.from=redbarn.org Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (not verified)) by util.redbarn.org (Postfix) with ESMTPS id 7EE58160B98 for ; Mon, 09 Jun 2025 18:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=redbarn.org; s=util; t=1749495342; bh=xM4RwVuejZHfWC3tS7N45ulvUkm9VOFR0U5m8Jat638=; h=From:To:Subject:Date:In-Reply-To:References; b=fxP1HM8cDXJysA5GR0iDm6KX20Os6QvnxAVc3Q/U1KH+kf6rPcJ2W1+zp5Cij87TW PqOkcncBpJ7dc58jcOEAXtmhIjyfAr2fc3LFL1j5EZmjQYOKwiB5scUIessI+6dQve tor+aImSnVegZ2odXz59wiEbKx5Pq1b8x2nvgIdQ= Received: from localhost.localnet (dhcp-188.access.rits.tisf.net [24.104.150.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 5B0C79; Mon, 09 Jun 2025 18:55:42 +0000 (UTC) From: Paul Vixie To: freebsd-net@freebsd.org Subject: Re: fibnum3 Date: Mon, 09 Jun 2025 18:55:42 +0000 Message-ID: <2779555.uZKlY2gecq@localhost> Organization: FW In-Reply-To: References: <2029458.jZfb76A358@localhost> List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spamd-Result: default: False [-3.40 / 15.00]; DWL_DNSWL_LOW(-1.00)[redbarn.org:dkim]; NEURAL_HAM_LONG(-0.97)[-0.973]; NEURAL_HAM_MEDIUM(-0.94)[-0.936]; CTE_CASE(0.50)[]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[redbarn.org,reject]; NEURAL_HAM_SHORT(-0.49)[-0.493]; R_SPF_ALLOW(-0.20)[+ip4:24.104.150.0/24]; R_DKIM_ALLOW(-0.20)[redbarn.org:s=util]; MIME_GOOD(-0.10)[text/plain]; DKIM_TRACE(0.00)[redbarn.org:+]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; FREEFALL_USER(0.00)[paul]; HAS_ORG_HEADER(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MISSING_XM_UA(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ASN(0.00)[asn:33651, ipnet:24.104.150.0/24, country:US]; MIME_TRACE(0.00)[0:+] X-Rspamd-Queue-Id: 4bGLjK3Xfxz3Hd0 X-Spamd-Bar: --- On Monday, June 9, 2025 5:19:53 PM UTC Mark Johnston wrote: > On Mon, Jun 09, 2025 at 04:42:55AM +0000, Paul Vixie wrote: > > ... > I've made a number of inline comments. tyvm! this is precisely the kind of review i'd hoped for. see inline. > > - so->so_fibnum = head->so_fibnum; > > + if ((so->so_fibnum = head->so_fibnum) == 0) > > + so->so_fibnum = fibnum; an accept()'ed socket [which this is] inherits a fibnum from its listen() socket which inherits from its creating process. the former can be overridden with setsockopt(SO_FIB) and the latter by setfib(). here, we are making this inherited or crafted [whichever it was] fibnum a fallback, so that in the case of a TCP SYN we can preserve the interface's fibnum [in the mbuf header] as the accept() socket's fibnum. i anticipate further complexity in the future, such that there may someday be more than than one fallback priority. so: > The double assignment looks odd to me. It'd be neater to write: > > so->so_fibnum == head->so_fibnum != 0 ? head->so_fibnum : fibnum; it would not be future proof. as written, the extra memory write will be coalesced in the cache's write buffer, so any performance loss would only occur on processors made before ~Y2K. if we're to neaten it, i'd say: if (head->so_fibnum != 0) so->so_fibnum = head->so_fibnum; else so->so_fibnum = fibnum; ...so as to support future more-levels fallbacking. i dislike the read before write at least as much as you dislike the write after write, because the "if" will emit some kind of conditional branch in the machine code [as would your proposed trinary conditional), which then subjects us to branch prediction and occasional pipeline stalls. write coalescence is simply faster on processors made after ~Y2K. but i'll adapt as shown, optimizing for clarity and future- proofing. i'll also make the corresponding change to tcp_input.c. > > -ifa_ifwithaddr(const struct sockaddr *addr) > > +ifa_ifwithaddr_getfib(const struct sockaddr *addr, uint16_t *fibnum) > > @@ -1834,17 +1834,23 @@ ifa_ifwithaddr(const struct sockaddr *addr) > > done: > > + if (fibnum != NULL && ifp != NULL) > > + *fibnum = ifp->if_fib; > > Rather than complicating this function to add an additional return > value, why not let the caller get the fib number directly? They can > just get ifa->ifa_ifp->if_fib. i wasn't willing to retrieve it outside the NET_EPOCH lock, so i changed the call chain to pull it inside a NET_EPOCH_ASSERT() block. > Similarly, I think adding this extra helper is unnecessary. Callers > which want the FIB number can use ifa_ifwithaddr() and extract it > directly. That's how in6_pcbbind_avail() handles fetching ifaddr flags, > for instance. i did not do a general audit to see if other potential race conditions already exist. if you're sure this is a norm we should be living with, i'll make the change you propose. > > --- a/sys/netinet/in_pcb.c > > +++ b/sys/netinet/in_pcb.c > > @@ -646,7 +646,8 @@ in_pcballoc(struct socket *so, struct inpcbinfo > > *pcbinfo)> > > inp->inp_pcbinfo = pcbinfo; > > inp->inp_socket = so; > > inp->inp_cred = crhold(so->so_cred); > > > > - inp->inp_inc.inc_fibnum = so->so_fibnum; > > + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ > > + inp->inp_inc.inc_fibnum = inp->inp_socket->so_fibnum; > > so == inp->inp_socket, so this part of the change is redundant. nice. i'm loathe to reference "so" after its value has been copied. i realize that C doesn't have a borrow checker but i've been treating pointer copies as if they were destructive, and in many cases adding something like "so = NULL" after the copy to ensure that they are. i'll remove the comment but the code is correct. i'd like to see the so_cred dereference also made from inp->inp_socket if that wouldn't break anything. > > @@ -741,6 +743,8 @@ in_pcbbind(struct inpcb *inp, struct sockaddr_in *sin, > > int flags,> > > } > > if (anonport) > > > > inp->inp_flags |= INP_ANONPORT; > > > > + /* The FIB number is in both inp_inc and inp_socket; synchronize. */ > > + sosetfib(inp->inp_socket, inp->inp_inc.inc_fibnum); > > Why is there no such call in the IPv6 case? an oversight -- thanks. > > static int > > in_pcbbind_avail(struct inpcb *inp, const struct in_addr laddr, > > - ifa_ifwithaddr_check((const struct sockaddr *)&sin) == 0) > > + ifa_ifwithaddr_check_getfib((const struct sockaddr *)&sin, > > + fibnum) == 0) > > This excludes the IN_MULTICAST() case--is that intentional? i don't know. the multicast source address isn't checked against the interface table. if that's an oversight i'll fix that and subsequently retrieve the interface FIB. in the spirit of minimalism i only altered the case where an interface is known to possess the local address. > > + lookupflags, fibnum, cred); > > Indentation on continuing lines should be by four spaces. will fix. thanks for your investment of time in this project. -- Paul Vixie From nobody Mon Jun 9 21:35:17 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGQFN4gjNz5yX0X for ; Mon, 09 Jun 2025 21:35:20 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from util.redbarn.org (util.redbarn.org [24.104.150.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGQFN1bSVz46lH for ; Mon, 09 Jun 2025 21:35:20 +0000 (UTC) (envelope-from paul@redbarn.org) Authentication-Results: mx1.freebsd.org; none Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (not verified)) by util.redbarn.org (Postfix) with ESMTPS id 04D90160B98 for ; Mon, 09 Jun 2025 21:35:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=redbarn.org; s=util; t=1749504918; bh=njmtEF0PyXBu0MwVcMH5EiohFrL8Gdc0TuCvbXVKkKo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=ax+jEKcK8hwe4qn0aoyeg9T213oDohc3JcH6Su6Gb3vN7fcRnHCWnktp6Nz/mwLYA Jv6YcTeXpQsyxKkkJ4folmN3Ye4FfuuOIeh+oPsFH8DMc+8Ww/fayMdgN0SkgDPAOP UxVvPJAMQDHKmd80u2l9Y4bvHyEhAgpb6/ALK+1M= Received: from localhost.localnet (dhcp-188.access.rits.tisf.net [24.104.150.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id D1ABA9; Mon, 09 Jun 2025 21:35:17 +0000 (UTC) From: Paul Vixie To: freebsd-net@freebsd.org Cc: Paul Vixie Subject: Re: fibnum3 Date: Mon, 09 Jun 2025 21:35:17 +0000 Message-ID: <5998435.zQ0Gbyo6oJ@localhost> Organization: FW In-Reply-To: <2779555.uZKlY2gecq@localhost> References: <2029458.jZfb76A358@localhost> <2779555.uZKlY2gecq@localhost> List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Rspamd-Queue-Id: 4bGQFN1bSVz46lH X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:33651, ipnet:24.104.150.0/24, country:US] noting that we can't get rid of the conditional branch no matter whether we assign twice or assign once, regardless of whether the condition is expressed as a trinary expression or an if-else chain. i didn't mean to imply otherwise. From nobody Mon Jun 9 22:38:09 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGRf838J4z5yc8Z for ; Mon, 09 Jun 2025 22:38:24 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGRf66GCrz3Ysc for ; Mon, 09 Jun 2025 22:38:22 +0000 (UTC) (envelope-from ctuffli@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of ctuffli@gmail.com designates 209.85.210.170 as permitted sender) smtp.mailfrom=ctuffli@gmail.com; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=freebsd.org (policy=none) Received: by mail-pf1-f170.google.com with SMTP id d2e1a72fcca58-7406c6dd2b1so5053809b3a.0 for ; Mon, 09 Jun 2025 15:38:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749508701; x=1750113501; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Tn4itoejZ7cYut0alCkuphuU3YnvklIGKWRU4XmgYwo=; b=WFGGCXeuQQ+jAe6lOCYc+uvJbDaWAXKbs+1rgDBabiwewa/dL/GHNB/a0RYwYy/JBM B9I9cmrw3ryS/G3i84IiNiwoQnIc+tyM1ZmaUHDQ3QMmxayoLOlbLZLztFejJLeGYHca 8FFYf+4/r8v6/7+93etrgkjBgSK2vA6GowgQxinxhwsu/pXqYfbL2upnvul2O3R7z1eg LLXBN9V/aw0EIK8AJcGYyEm8vajYwJOqoGGns/ZDAQkiK0z8Jlu0Vuvl/N+fZwymwgZd /IqfExzHDhoIwG2pgPgaFIuGEPfPmK8bwDzIxV2JUcTno1G/XNPG8v1QSKitdxRCdth5 Hleg== X-Gm-Message-State: AOJu0Yy/9IYtOs6B7d/nYDHBfc9FOmVrMkDP3X/vJFrhxNXhFv3llk0v iOeQ/DGeK/8Qdl5xFPuMhGCjfUffecSrpUzlIJjcRoW7MYkMouBfZ4sqpvS19Q== X-Gm-Gg: ASbGncvumnzhM5fP6Jq2cEo5schFslxkhK72Np6T66M811RYX3pS5sAILDU1SX52vRQ DkEyXtx/RrnacVlyFtUSaQiE41c/X/s2wGQQTRaIECHPJy0lUnhZEDrxv8wlqrExjmSWMeIO11k CZnmVrtEwKN+MaLgLEJPnHK8RGgLdv74zNjXO3Yq+yajnYnFF4FAUc7SL/BkEnL128bbq2Ssphp kVXCnfo1LcbTDhYSypzVsM9x0zL9dr8xsgFJC0iF3Lm0PleEIgMiKwrP75emLxWCAmp4vbY7Cue Cl9Ec3RCYv+bEk3Q6Tgje89N8qcq5hMEYaK5rw3RBdo8GCJ/K+kv0BCMCdC5hMqZwwMwlw+/5+A 1uTjxJSqcx/h4rtMoR3FAGQJcqSgSia0= X-Google-Smtp-Source: AGHT+IHksaT37NM8cSqbileKEcA9aJv72Ti5kO6sTE09qWBgxPArX9HvDCF8+VIJO/G/RPAqLn4hhg== X-Received: by 2002:a05:6a20:7348:b0:215:dacf:5746 with SMTP id adf61e73a8af0-21f76976e51mr1762752637.19.1749508701244; Mon, 09 Jun 2025 15:38:21 -0700 (PDT) Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com. [209.85.216.51]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-7482b083b03sm6227921b3a.83.2025.06.09.15.38.21 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 09 Jun 2025 15:38:21 -0700 (PDT) Received: by mail-pj1-f51.google.com with SMTP id 98e67ed59e1d1-312e747d2d8so4173130a91.0 for ; Mon, 09 Jun 2025 15:38:21 -0700 (PDT) X-Received: by 2002:a17:90b:3e46:b0:311:ab20:1591 with SMTP id 98e67ed59e1d1-3139e013284mr1474747a91.15.1749508700659; Mon, 09 Jun 2025 15:38:20 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 From: Chuck Tuffli Date: Mon, 9 Jun 2025 13:38:09 -0900 X-Gmail-Original-Message-ID: X-Gm-Features: AX0GCFsKi-RDKLiIhOLnImYW6Iw-qXL5gxQhNsCOkt3pMvKJP_EeLzrHQ6TP5wg Message-ID: Subject: iwlwifi WARNING in dmesg To: "freebsd-net@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-Spamd-Result: default: False [1.01 / 15.00]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_SPAM_MEDIUM(1.00)[0.999]; NEURAL_HAM_SHORT(-0.99)[-0.990]; FORGED_SENDER(0.30)[chuck@freebsd.org,ctuffli@gmail.com]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : SPF not aligned (relaxed), No valid DKIM,none]; RWL_MAILSPIKE_GOOD(-0.10)[209.85.210.170:from]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_ONE(0.00)[1]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_TLS_LAST(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_NEQ_ENVFROM(0.00)[chuck@freebsd.org,ctuffli@gmail.com]; TO_DOM_EQ_FROM_DOM(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MISSING_XM_UA(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; RCVD_IN_DNSWL_NONE(0.00)[209.85.210.170:from,209.85.216.51:received]; FROM_HAS_DN(0.00)[] X-Rspamd-Queue-Id: 4bGRf66GCrz3Ysc X-Spamd-Bar: + I'm running a recent-ish -CURRENT (15.0-CURRENT main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing the following in dmesg: Jun 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wlan0): 192.168.5.253 Jun 9 15:23:29 chuck-laptop dhclient[61302]: New Subnet Mask (wlan0): 255.255.255.0 Jun 9 15:23:29 chuck-laptop dhclient[61306]: New Broadcast Address (wlan0): 192.168.5.255 Jun 9 15:23:29 chuck-laptop dhclient[61310]: New Routers (wlan0): 192.168.5.1 Jun 9 15:23:29 chuck-laptop kernel: wlan0: link state changed to UP Jun 9 15:23:29 chuck-laptop kernel: WARNING ((__typeof(*mvm->baid_map[baid]) *)({ __typeof(mvm->baid_map[baid]) __var = ({ __asm__ __volatile__("": : :"memory"); (*(const volatile __typeof(mvm->baid_map[baid]) *)&(mvm->baid_map[baid])); }); __asm__ __volatile__("": : :"memory"); __var; })) failed at /home/pkgbuild/worktrees/main/sys/contrib/dev/iwlwifi/mvm/sta.c:3004 Jun 9 15:23:34 chuck-laptop syslogd: last message repeated 1 times Jun 9 15:30:24 chuck-laptop syslogd: last message repeated 1 times This occurred after running: # service netif restart wlan0 I'm assuming "this is fine" as it is labeled a warning, but also figured someone might be interested. As for the hardware, lspci shows aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a) and the relevant drivers (I think) are: $ kldstat | grep if 14 1 0xffffffff84358000 b1340 if_iwlwifi.ko 15 1 0xffffffff8440a000 171b0 if_iwx.ko From nobody Mon Jun 9 23:28:16 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGSlm285Pz5yg6c for ; Mon, 09 Jun 2025 23:28:20 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGSlm1gplz44lT; Mon, 09 Jun 2025 23:28:20 +0000 (UTC) (envelope-from bz@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749511700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b+bJ/T/HwkXZKttQa6/g0aO8U0lLPASIluEkX+DUDr0=; b=eyzD1T5Nz2YbwwCMsYQkzSMzdsmYFedzYoSfsgG/tDwYV/yLPN9OiXxcOaAYAP4BDjqc/H 0+H30BYpxC93V5p4ecZWfBNsvy8h8aqCc166DvOLrJmpAYmSii7ZhvC3dmwujFrmKuQ0/3 bQHEJwj6jbRchan16781kLmNZxBtR0aTz9JedXoSHvuOitCQZjRd/oHJDyQ2Ebj21Tzbqu rnOM0wbJOGx1xIJaCw9lKnGgG1w1k5CPUFSPQAmTyDs8qETdtckqQ2RwFdsY1F7s4dfAXr 97oohK1uV3RccpLCijr9VksjMmeA8fXfNVeTXLGL83hqgjuw/4fkW26M7J7Bzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749511700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b+bJ/T/HwkXZKttQa6/g0aO8U0lLPASIluEkX+DUDr0=; b=ep0DLWl/Vr7k3ynZtAWHe/UGT/hOu1IpkEKsZMdgIQEAU82qsuXJNV/FrUf5ELamaZbMyZ oGjYC8skjCIISFSPx2RyQiP/84nknj02xGgm36uZBYl8Dk/WjmQujgTdlhvx2XN2UJPofz ESQAhUXlQmgvy0KTnUzO0ScjSx0snEyjNUr3jpK/miwVTWI8fLPXLFRkmaEqBuEb/DC2JF 5U986YO+8EZaEr1HIOINhvGB8uMmJV7++2yoG/W0VnOk1kqDo2l40XQ5iHMstjo6RG8+Ph z7bQcYBtZAbCent8+JevEeyTWL2YEuYddzhHDejiZgNytwVhB6Z73vU6BqsfWQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749511700; a=rsa-sha256; cv=none; b=mPslbqHppfFxC2Id5NuZSbDvJXytMkIwBqtv7m4I9qOGa3LFXhCbJ4Fa0pcdRAC1rsfX26 3MPo6Hhjbjrr9sAT826Lp7/gFeNiw2Mstfmu/5HWTRf55x9OZD9T20KvHvI/3ExOOajt42 SZDqT5oxpOLGY/Tc5GX3EwpjbCwnveZpRz60h5EwkjmffQ+NRwbf3/CNiTHpQhEcdjyMsB LA29SmxayCvBMdoRno44EnbvQSaYykV7J0099GaUG31aUTyivN8aFQsSxiBwXol1PK4Gjg AsT0Cw3sxpxXMel/cIxRrZmwRarncacIq8NHXdKvUTu5Z9SJ/RTCtNbUpLVVTg== Received: from mx-01.divo.sbone.de (mx-01.divo.sbone.de [IPv6:2003:a:140a:2200:6:594:fffe:19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (prime256v1) client-digest SHA256) (Client CN "mx-01.divo.sbone.de", Issuer "E5" (verified OK)) (Authenticated sender: bz/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4bGSlm06ztz1QSc; Mon, 09 Jun 2025 23:28:19 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mx-01.divo.sbone.de (Postfix) with ESMTPS id E5FA5A64805; Mon, 09 Jun 2025 23:28:16 +0000 (UTC) Received: from content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 469D12D029E0; Mon, 9 Jun 2025 23:28:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) by content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (amavisd-new, port 10024) with ESMTP id IvT0A1XMzJEU; Mon, 9 Jun 2025 23:28:17 +0000 (UTC) Received: from strong-rtwn0.sbone.de (strong-rtwn0.sbone.de [IPv6:fde9:577b:c1a9:4902:3e64:cfff:fe55:bc80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 4D00F2D029D8; Mon, 9 Jun 2025 23:28:17 +0000 (UTC) Date: Mon, 9 Jun 2025 23:28:16 +0000 (UTC) From: "Bjoern A. Zeeb" To: Chuck Tuffli cc: "freebsd-net@FreeBSD.org" Subject: Re: iwlwifi WARNING in dmesg In-Reply-To: Message-ID: <11370r53-019r-0n73-710r-p6srr051o9s6@SerrOFQ.bet> References: X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed On Mon, 9 Jun 2025, Chuck Tuffli wrote: Hi, wireless@ is a better place for this. > I'm running a recent-ish -CURRENT (15.0-CURRENT > main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing > the following in dmesg: > > Jun 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wlan0): > 192.168.5.253 > Jun 9 15:23:29 chuck-laptop dhclient[61302]: New Subnet Mask (wlan0): > 255.255.255.0 > Jun 9 15:23:29 chuck-laptop dhclient[61306]: New Broadcast Address > (wlan0): 192.168.5.255 > Jun 9 15:23:29 chuck-laptop dhclient[61310]: New Routers (wlan0): 192.168.5.1 > Jun 9 15:23:29 chuck-laptop kernel: wlan0: link state changed to UP > Jun 9 15:23:29 chuck-laptop kernel: WARNING > ((__typeof(*mvm->baid_map[baid]) *)({ __typeof(mvm->baid_map[baid]) > __var = ({ __asm__ __volatile__("": : :"memory"); (*(const volatile > __typeof(mvm->baid_map[baid]) *)&(mvm->baid_map[baid])); }); __asm__ > __volatile__("": : :"memory"); __var; })) failed at > /home/pkgbuild/worktrees/main/sys/contrib/dev/iwlwifi/mvm/sta.c:3004 > Jun 9 15:23:34 chuck-laptop syslogd: last message repeated 1 times > Jun 9 15:30:24 chuck-laptop syslogd: last message repeated 1 times > > This occurred after running: > > # service netif restart wlan0 Why did you have to run restart in first place? I am trying to understand the state you are coming from to figure out what might have triggered this. > I'm assuming "this is fine" as it is labeled a warning, but also > figured someone might be interested. As for the hardware, lspci shows > > aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) > AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a) And what does pciconf -lv iwlwifi0 show? Not that it matters much in this case but ... > and the relevant drivers (I think) are: > > $ kldstat | grep if > 14 1 0xffffffff84358000 b1340 if_iwlwifi.ko > 15 1 0xffffffff8440a000 171b0 if_iwx.ko > > -- Bjoern A. Zeeb r15:7 From nobody Tue Jun 10 03:09:00 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGYfh0chNz5yxcH; Tue, 10 Jun 2025 03:09:16 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "WR4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGYfg61zwz4GfH; Tue, 10 Jun 2025 03:09:15 +0000 (UTC) (envelope-from ctuffli@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-pf1-f175.google.com with SMTP id d2e1a72fcca58-747d59045a0so3426294b3a.1; Mon, 09 Jun 2025 20:09:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1749524954; x=1750129754; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=sCTVmY4EiCpFSStpjzFHi50Uz0Iy5qUItMaRkKiW/cs=; b=Yvp9LD6XMiSY+vUWVSegESV2w5x7Xh+A/UJZV8yBmGHPo6KNOmVK6Aye+4gCVNmIyP sZgboKOMf3xwZ1kY4raMC6U3o14Rb3vMWqsDTBEH1Ht/E85HeR46e3070Z0nNJ25TfBi ytbCwZJ9Rot/qv5Dv/zlYwonYkExWAiQODU0hF0ScaAk2yI87pBN6bBslWTGjERLyFmn t9RMjJOYYkOBrI2+XOg3mvGIBllLwdKfBUX/fbCbI2k0bAoHgFAqrgqk8QpB/38zWPAS wfIAAZq5tLV23pmVv0ty9Ow7UX69zO5OD95R8KXkxijIwNw3FAAj1kL8EYUNyFjThWfp B+LQ== X-Forwarded-Encrypted: i=1; AJvYcCW/uOy/7lkXfU9TqBd0vuxiJNLK+JmwIlmJF6wf33JcaU8PAFXuYo+fjriAj30HxpK5/ho97rsmAg==@freebsd.org X-Gm-Message-State: AOJu0YzeTMwPFEw3rBmWSCuSgAPP2FrjU1odyVUc6jNmnAlUCBLQm0AC /YxwSLrwaBCXFigqUDfhSKt8GYsWFwhhfZRlezsIWMd0+O1v02JD7DeW7CJbpw== X-Gm-Gg: ASbGncsiiuP2qgmGKrXsKRxKGpaeLrmf5EFi/3ji4gBEW4nBZVvNtEgZhx4rjQhXjXd Mz3zZLq2uGIyYdYuW40HGFHbm9n2edtoI+skw20TohcP9XxFR1e/kJFDdaZL9BPpQpo2CkYtRcJ MuHcbRppo7VPFa7LtQmhadrqN/iwQDymr2+URXJZmU3KTXRoJrt8DlsZPtB/GzNFggGU9IArTK+ 3s9kfYfnwkg9jSxOYTIQUmuc5H17ysK79+8hvVimYwHtzh5W2DH94DQfk/99s9r5/v2zwkF3Ne+ HJMlfDL8gG05BR2mDpn239HYsARE1ebwJOloelH/+xY8k1o83YViNNby+gKX2CNcifCCIl7xGg0 ZsYvveA+BDzt+xtU+7WCnu0iU X-Google-Smtp-Source: AGHT+IFnOx2jpybGypRS1OQt0hhlY5lCSrCkaltbqceJQSNMqWrTKBT7I9N1CykGmGAHafvHuxkTyw== X-Received: by 2002:a17:902:e842:b0:234:909b:3da9 with SMTP id d9443c01a7336-23601d4c4f4mr217491945ad.27.1749524954148; Mon, 09 Jun 2025 20:09:14 -0700 (PDT) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com. [209.85.215.177]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-23603078022sm61747255ad.6.2025.06.09.20.09.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 09 Jun 2025 20:09:14 -0700 (PDT) Received: by mail-pg1-f177.google.com with SMTP id 41be03b00d2f7-b2c49373c15so3393876a12.3; Mon, 09 Jun 2025 20:09:13 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCXy9YNH3VjrCzc33xHcBvhrJxHl4GEMB5vi7z0vpi8IodPryJKSvt9x7OSRDSJjsyczmGNHmjh+AA==@freebsd.org X-Received: by 2002:a17:90b:540c:b0:311:c1ec:7d03 with SMTP id 98e67ed59e1d1-31347695254mr19116820a91.32.1749524953604; Mon, 09 Jun 2025 20:09:13 -0700 (PDT) List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 References: <11370r53-019r-0n73-710r-p6srr051o9s6@SerrOFQ.bet> In-Reply-To: <11370r53-019r-0n73-710r-p6srr051o9s6@SerrOFQ.bet> From: Chuck Tuffli Date: Mon, 9 Jun 2025 20:09:00 -0700 X-Gmail-Original-Message-ID: X-Gm-Features: AX0GCFtIVxCRkhDYphTXtrzLaC47kPs4cTxLwltnmL3B0-d1i-29WGz9NGp62Rc Message-ID: Subject: Re: iwlwifi WARNING in dmesg To: "Bjoern A. Zeeb" Cc: "freebsd-net@FreeBSD.org" , wireless@freebsd.org Content-Type: multipart/alternative; boundary="00000000000062a77006372f0581" X-Rspamd-Queue-Id: 4bGYfg61zwz4GfH X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] --00000000000062a77006372f0581 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Jun 9, 2025 at 4:28=E2=80=AFPM Bjoern A. Zeeb wrot= e: > On Mon, 9 Jun 2025, Chuck Tuffli wrote: > > Hi, > > wireless@ is a better place for this. > > > I'm running a recent-ish -CURRENT (15.0-CURRENT > > main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing > > the following in dmesg: > > > > Jun 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wlan0): > > 192.168.5.253 > > Jun 9 15:23:29 chuck-laptop dhclient[61302]: New Subnet Mask (wlan0): > > 255.255.255.0 > > Jun 9 15:23:29 chuck-laptop dhclient[61306]: New Broadcast Address > > (wlan0): 192.168.5.255 > > Jun 9 15:23:29 chuck-laptop dhclient[61310]: New Routers (wlan0): > 192.168.5.1 > > Jun 9 15:23:29 chuck-laptop kernel: wlan0: link state changed to UP > > Jun 9 15:23:29 chuck-laptop kernel: WARNING > > ((__typeof(*mvm->baid_map[baid]) *)({ __typeof(mvm->baid_map[baid]) > > __var =3D ({ __asm__ __volatile__("": : :"memory"); (*(const volatile > > __typeof(mvm->baid_map[baid]) *)&(mvm->baid_map[baid])); }); __asm__ > > __volatile__("": : :"memory"); __var; })) failed at > > /home/pkgbuild/worktrees/main/sys/contrib/dev/iwlwifi/mvm/sta.c:3004 > > Jun 9 15:23:34 chuck-laptop syslogd: last message repeated 1 times > > Jun 9 15:30:24 chuck-laptop syslogd: last message repeated 1 times > > > > This occurred after running: > > > > # service netif restart wlan0 > > Why did you have to run restart in first place? > > I am trying to understand the state you are coming from to figure out > what might have triggered this. I=E2=80=99m finding that resuming the laptop hangs unless the WiFi is disab= led before suspending. After resuming, running restart fixes things for me. > > I'm assuming "this is fine" as it is labeled a warning, but also > > figured someone might be interested. As for the hardware, lspci shows > > > > aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) > > AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a) > > And what does pciconf -lv iwlwifi0 show? Not that it matters much in > this case but ... iwlwifi0@pci0:170:0:0: class=3D0x028000 rev=3D0x1a hdr=3D0x00 vendor=3D0x80= 86 device=3D0x2725 subvendor=3D0x8086 subdevice=3D0x0024 vendor =3D =E2=80=98Intel Corporation=E2=80=99 device =3D =E2=80=98Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typh= oon Peak]=E2=80=99 class =3D network > > and the relevant drivers (I think) are: > > > > $ kldstat | grep if > > 14 1 0xffffffff84358000 b1340 if_iwlwifi.ko > > 15 1 0xffffffff8440a000 171b0 if_iwx.ko > > > > > > -- > Bjoern A. Zeeb r15:7 > --00000000000062a77006372f0581 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Jun 9, 2025 at 4:28=E2=80=AFPM Bjoern A. Zeeb <bz@freebsd.org> wrote:
On M= on, 9 Jun 2025, Chuck Tuffli wrote:

Hi,

wireless@ is a better place for this.

> I'm running a recent-ish -CURRENT (15.0-CURRENT
> main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing > the following in dmesg:
>
> Jun=C2=A0 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wla= n0):
> 192.168.5.253
> Jun=C2=A0 9 15:23:29 chuck-laptop dhclient[61302]: New Subnet Mask (wl= an0):
> 255.255.255.0
> Jun=C2=A0 9 15:23:29 chuck-laptop dhclient[61306]: New Broadcast Addre= ss
> (wlan0): 192.168.5.255
> Jun=C2=A0 9 15:23:29 chuck-laptop dhclient[61310]: New Routers (wlan0)= : 192.168.5.1
> Jun=C2=A0 9 15:23:29 chuck-laptop kernel: wlan0: link state changed to= UP
> Jun=C2=A0 9 15:23:29 chuck-laptop kernel: WARNING
> ((__typeof(*mvm->baid_map[baid]) *)({ __typeof(mvm->baid_map[bai= d])
> __var =3D ({ __asm__ __volatile__("": : :"memory")= ; (*(const volatile
> __typeof(mvm->baid_map[baid]) *)&(mvm->baid_map[baid])); });= __asm__
> __volatile__("": : :"memory"); __var; })) failed a= t
> /home/pkgbuild/worktrees/main/sys/contrib/dev/iwlwifi/mvm/sta.c:3004 > Jun=C2=A0 9 15:23:34 chuck-laptop syslogd: last message repeated 1 tim= es
> Jun=C2=A0 9 15:30:24 chuck-laptop syslogd: last message repeated 1 tim= es
>
> This occurred after running:
>
> # service netif restart wlan0

Why did you have to run restart in first place?

I am trying to understand the state you are coming from to figure out
what might have triggered this.

I=E2=80=99m finding that resuming the laptop hangs unless th= e WiFi is disabled before suspending. After resuming, running restart fixes= things for me.=C2=A0


> I'm assuming "this is fine" as it is labeled a warning, = but also
> figured someone might be interested. As for the hardware, lspci shows<= br> >
> aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax)
> AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a)

And what does pciconf -lv iwlwifi0 show?=C2=A0 Not that it matters much in<= br> this case but ...

iwlwifi0@pci0:170:0:0: class=3D0x028000 rev= =3D0x1a hdr=3D0x00 vendor=3D0x8086 device=3D0x2725 subvendor=3D0x8086 subde= vice=3D0x0024
=C2=A0 =C2=A0 vendor =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =3D =E2=80=98Intel Corporation=E2=80=99
=C2=A0 =C2=A0 device =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0=3D =E2= =80=98Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak]=E2=80=99
=C2=A0 =C2=A0 class =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =3D network


> and the relevant drivers (I think) are:
>
> $ kldstat | grep if
> 14=C2=A0 =C2=A0 1 0xffffffff84358000=C2=A0 =C2=A0 b1340 if_iwlwifi.ko<= br> > 15=C2=A0 =C2=A0 1 0xffffffff8440a000=C2=A0 =C2=A0 171b0 if_iwx.ko
>
>

--
Bjoern A. Zeeb=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0r15:7
--00000000000062a77006372f0581-- From nobody Tue Jun 10 08:43:37 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGj4d6yzmz5tS66; Tue, 10 Jun 2025 08:43:45 +0000 (UTC) (envelope-from bz@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGj4d6Ht0z45NX; Tue, 10 Jun 2025 08:43:45 +0000 (UTC) (envelope-from bz@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749545025; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7G6KUtLXlfYeA4vWO5JbJMEaSJUTvq1zuI1PYJjbC1Q=; b=DrfPnLTm08VxQ5z2BLvUt1fZw2MOSXRhi4chX+Nz2QqgUE7kA+GLZ/tdEB0EzBp4fWdayL EXcK5QqdaVm6RkQQ8l36hTyDAHOUFALyPJReiNJWFhwZ0Ty8tXBHtclywWEktugGOLUGAw 5P71DlgdYVPDBxN2KifBS04Sf7tCbBBG0fr2s1vBUINnmERgerBykQqt/w9jiWGOlfr1C9 TD9aiuv8adB0uTSK2/XvOBdUPw6kcMypaymcz1I3JZaDCIxu5GNta17NTvi2DbTiO93emO 9IH7PBAxTpjWp+biuFt+mw17gYWl9rt+OiVTP61e5onlGXog9Dl6NSaQQHzAdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749545025; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7G6KUtLXlfYeA4vWO5JbJMEaSJUTvq1zuI1PYJjbC1Q=; b=cEzXhu7Fv7uw3tCgoVcomfRbpX7pJzSWaYjMJaGHY8PPfTkAGokcZ+xVV7SH8uNzAJrly7 i2jlokbUcICpDDN3u36Z5g9Xu/DmhDE7Fivb2FQ1ypXVhJbXYhS1MVkPzVkxUl4UA8f6BD MyhSX/koBfOgW9+Y85wZj9VOia3WMjY/YWZ1yDQMdpz6b3QD2vdn6Sl8Hbb3dQr4iz+iys ZplHa8313vNk9avxqfR0T0/D/Hae6UZgwBVTkCScl8lBmObQ7hD+BdOT4J4AU2ljdElaqB f5IUYF/E4DbqTwZhQy86xRMNTKEew8dQ9Yne4JGAO+x3muEsQoSlhOMrQ6gACw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749545025; a=rsa-sha256; cv=none; b=BpR2XhedJQ4B5nU+B5nAamjQdC2SZNhbeDnmmFAQauYxxMTJD0Wh0ShAiNaW935GV7t4uw 1Ywfjj88Lp5H7egJql3cjchuAZPYdDHUE2U32jt7AZvdb+kHZVco7XErvr8/2Bm+sPYbVO DN+vHrOPzRJR3As6ciKYA9oGyuTaEytCdv43qbtNoLsXZKDYZnLWpPc9Ogk+O3a1PuJqtd yM0guCnSb6o31e9P6BIRJ3l91Or6Y6hHMCq9prv3rWsnNnvrObu8CAU98jPfa5dUIuEf9S UhnJASHtNeWfs7KVBJpSFM6MDAfgKGjEu9OX1hYAgrsyJowRuVnirL+HUtu6tA== Received: from mx-01.divo.sbone.de (mx-01.divo.sbone.de [IPv6:2003:a:140a:2200:6:594:fffe:19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (prime256v1) client-digest SHA256) (Client CN "mx-01.divo.sbone.de", Issuer "E5" (verified OK)) (Authenticated sender: bz/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4bGj4d5598z8Bg; Tue, 10 Jun 2025 08:43:45 +0000 (UTC) (envelope-from bz@freebsd.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by mx-01.divo.sbone.de (Postfix) with ESMTPS id A2094A64805; Tue, 10 Jun 2025 08:43:37 +0000 (UTC) Received: from content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1134D2D029E1; Tue, 10 Jun 2025 08:43:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:4902:0:7404:2:1025]) by content-filter.t4-02.sbone.de (content-filter.t4-02.sbone.de [IPv6:fde9:577b:c1a9:4902:0:7404:2:2742]) (amavisd-new, port 10024) with ESMTP id GFqpVV2JxGNN; Tue, 10 Jun 2025 08:43:37 +0000 (UTC) Received: from strong-rtwn0.sbone.de (strong-rtwn0.sbone.de [IPv6:fde9:577b:c1a9:4902:3e64:cfff:fe55:bc80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E84322D029E0; Tue, 10 Jun 2025 08:43:37 +0000 (UTC) Date: Tue, 10 Jun 2025 08:43:37 +0000 (UTC) From: "Bjoern A. Zeeb" To: Chuck Tuffli cc: "freebsd-net@FreeBSD.org" , wireless@freebsd.org Subject: Re: iwlwifi WARNING in dmesg In-Reply-To: Message-ID: <6rqr6nno-226n-77p2-943s-579o87024sp1@serrofq.bet> References: <11370r53-019r-0n73-710r-p6srr051o9s6@SerrOFQ.bet> X-OpenPGP-Key-Id: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1098556516-990666014-1749545017=:5063" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1098556516-990666014-1749545017=:5063 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 9 Jun 2025, Chuck Tuffli wrote: > On Mon, Jun 9, 2025 at 4:28 PM Bjoern A. Zeeb wrote: > >> On Mon, 9 Jun 2025, Chuck Tuffli wrote: >> >> Hi, >> >> wireless@ is a better place for this. >> >>> I'm running a recent-ish -CURRENT (15.0-CURRENT >>> main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing >>> the following in dmesg: >>> >>> Jun 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wlan0): >>> 192.168.5.253 >>> Jun 9 15:23:29 chuck-laptop dhclient[61302]: New Subnet Mask (wlan0): >>> 255.255.255.0 >>> Jun 9 15:23:29 chuck-laptop dhclient[61306]: New Broadcast Address >>> (wlan0): 192.168.5.255 >>> Jun 9 15:23:29 chuck-laptop dhclient[61310]: New Routers (wlan0): >> 192.168.5.1 >>> Jun 9 15:23:29 chuck-laptop kernel: wlan0: link state changed to UP >>> Jun 9 15:23:29 chuck-laptop kernel: WARNING >>> ((__typeof(*mvm->baid_map[baid]) *)({ __typeof(mvm->baid_map[baid]) >>> __var = ({ __asm__ __volatile__("": : :"memory"); (*(const volatile >>> __typeof(mvm->baid_map[baid]) *)&(mvm->baid_map[baid])); }); __asm__ >>> __volatile__("": : :"memory"); __var; })) failed at >>> /home/pkgbuild/worktrees/main/sys/contrib/dev/iwlwifi/mvm/sta.c:3004 >>> Jun 9 15:23:34 chuck-laptop syslogd: last message repeated 1 times >>> Jun 9 15:30:24 chuck-laptop syslogd: last message repeated 1 times >>> >>> This occurred after running: >>> >>> # service netif restart wlan0 >> >> Why did you have to run restart in first place? >> >> I am trying to understand the state you are coming from to figure out >> what might have triggered this. > > > I’m finding that resuming the laptop hangs unless the WiFi is disabled > before suspending. After resuming, running restart fixes things for me. Thank you. Makes sense. Another way to do this automatically is documented here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263632#c27 >>> I'm assuming "this is fine" as it is labeled a warning, but also >>> figured someone might be interested. As for the hardware, lspci shows >>> >>> aa:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) >>> AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a) >> >> And what does pciconf -lv iwlwifi0 show? Not that it matters much in >> this case but ... > > > iwlwifi0@pci0:170:0:0: class=0x028000 rev=0x1a hdr=0x00 vendor=0x8086 > device=0x2725 subvendor=0x8086 subdevice=0x0024 > vendor = ‘Intel Corporation’ > device = ‘Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak]’ > class = network > > >>> and the relevant drivers (I think) are: >>> >>> $ kldstat | grep if >>> 14 1 0xffffffff84358000 b1340 if_iwlwifi.ko >>> 15 1 0xffffffff8440a000 171b0 if_iwx.ko >>> >>> >> >> -- >> Bjoern A. Zeeb r15:7 >> > -- Bjoern A. Zeeb r15:7 --1098556516-990666014-1749545017=:5063-- From nobody Tue Jun 10 15:48:53 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bGtWF1kdjz5xqN9 for ; Tue, 10 Jun 2025 15:48:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bGtWF142Mz3YWK for ; Tue, 10 Jun 2025 15:48:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749570537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ppo3ECy31xM4dw8cK+pavPZyLF+WlxzoKBL0y4regO4=; b=WeFSa8KbYSebmhlr9qTXwITyWCNGdF2Gzbiu2b1ICb7aqXCM1ITgnYun22ZEsupZTxjypd WRG7r+ZIW3ZkuR2mvx9i6mmze8qbpsR7uWkzelhle9NaSIO/bxpDChiL8sd1FTIzw11xi5 6l3NowgTsTJHBJQzbLZXA/UKPWaxBpTPOm50Fb7ig2lp2IiEf/PxLnw1GkGjo/S9ut7T/h x9nYsMenmJ3Y1nJsbKyGOvSL8xU9d++FntARDuqqRp6L4RrL99ZTafhpqWlttQ6cZ5z8eC 5pxqekwHV/bQ/EdHAR70ezd+VW+Zd5iJQevZrn2+hLUp0pD7AUlJ9I3QVwGEsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749570537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ppo3ECy31xM4dw8cK+pavPZyLF+WlxzoKBL0y4regO4=; b=f0itWY8ubibt06vFvzMwi/8o0FH3XMAnXUj8uKcVZa0pzRx7j5j5nxSzl6dXLaDFXdBM4Y 3fRxkFk+AZngVfNrlO4SyBruLz79TQ7UwT+al3JfkhxsTZopkscbyvf7wf5254FkPxsPqr YPQkEjCcrWgRha/CiW0kOHz9ZVRuYql7aGcAEG8l8AI89PcvEeeqUkxNlAur/yfb0fAe2w LUMka9ijBtY8O+JHwajMJ4vHhr/JN7QNXfXVU7ovQLdIvqJdovyI4Ga4MIkYOIcqkNkjM1 vinhvzvYqQ13xT/NrXeMzm/wNgt/LWRNiXzET8iUzOcVzYkZiduVIO6dCpkSdQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749570537; a=rsa-sha256; cv=none; b=FigGR2Z4PDYnP0ksWzqlm8GcqfM4MFGLXQ6Zc//XsaCAzxWGSCUZuw4fGJ2fYUWoBGQQk0 bRks+Vgb7ouXXXz1GKoWHIK67agR4tsqhZ2+fC67b+u8iaGakKzZoxbX5eiGKsKBhqn+j0 8upzYVMgbnFLx14x7cHfNEZG7kiuWb8yVJd57WkMI8QwPwJsjHSVaY/ETch65uugsvM6D1 TAqg5CSlfOEFXf2KUheSzYKPNAEkPgPJtPNjbVHtJXYCjw0Br60TC/4yoa3NV8W7GMiZuo 6Q97g3DF44Jm12af8GvHoCMBmAXYsnpBnGFxtelmktFtKzVEG1l4/kzjYQbI7g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bGtWF0RvxznRs for ; Tue, 10 Jun 2025 15:48:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55AFmuwW020095 for ; Tue, 10 Jun 2025 15:48:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55AFmug3020087 for net@FreeBSD.org; Tue, 10 Jun 2025 15:48:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Tue, 10 Jun 2025 15:48:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lucas.aubard@irisa.fr X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 --- Comment #6 from Lucas Aubard --- (1) Every scenario has its own IPID offset (0, 1000, 2000, ...), which allo= ws for uniquely identifying a test case for one run. For example, test case 152 has an IPID of 21152 with scenario 21 and 36152 for scenarii 36.=20 (2) These IPIDs are, however, repeated across the runs. For the other tested IPv4 and IPv6 targets, we do not usually reboot the target between the runs, since we do not observe inconsistent test case reassemblies. However, after= the FreeBSD host reboot (which should discard any previously received fragments, right?), we still observe inconsistent reassemblies.=20 You can find here https://filesender.renater.fr/?s=3Ddownload&token=3D5f407a38-1bc5-47db-aeef= -cce91bdabc73 a minimal version of our testing tool with two testing scenarii for which w= e've found inconsistencies across our runs, namely peoef and peosp-nf. I prepared some instructions in the README, but you might need additional ones. Do not hesitate if you need anything. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Jun 10 20:19:04 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bH0Vx1LFbz5yDdW for ; Tue, 10 Jun 2025 20:19:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bH0Vw4R9Yz3qDN for ; Tue, 10 Jun 2025 20:19:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFW3olbbvA3B75J83BKYCdX1Hm4/LCT5yGfMZYp1plk=; b=PtWxtkQ9KHbhwz9eYq+QRXZu5yXjlPNEv35qqyPbSiWrmideSn6jkDsYeNLWiadOUShatG fyL/PPLrp6ZIDzc9mospua1usaG3lxB1rJZ3FwgTG5TvHKi5Xd5HIGD3jYY38Zbory9Dqr b5Yo+iIlU5vtiwUjzcvn8i5MkT4Z7McTxC87ixwgAxOKtvM7uagz2mtc0Znmg43LAEIifb 2uWYTOOV8cIjkVVv5Y3OlGUf469q1YsVkNLQhaMoUBxTP7RUI0z32fyDR4gxCfsWnCdtpP IvtWCQdE7GTL5fS7uriA2fY+BNzK3FK+CaEs3rEr7eEPMCH47rDaFu8E0sVsiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586744; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CFW3olbbvA3B75J83BKYCdX1Hm4/LCT5yGfMZYp1plk=; b=FsgBfstVaxV62C+8ymSzs03qjNPISbFhit9WbNravynGJomZgj0NZZgeCtTDO1DfT0gsTr 9ePyc+duqYDGVJ0IceHPecQ92kq5/S/wZpuWx2p41yRYQjUFSf0Ksev9qCuaQxPPxDzpA3 nx/Xq8SXEKSugZuddNtwTNy1/kCZpx54YJdMT7ZhuVFlb9Mm0g6cTs3BXCxxn5jE+Y4hsV qJFUeHCNMgyjOoEiR6/aAJRwIfaIgI+qVNqmojKH/GMk5QXXao06+9F+C4OD7gOfjllLH9 3iry5+s5O5qXCLV0GpIrc0OQW7HAHKC3ywkm4CT19qH7hrIUxYi3dD+mS4OsCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749586744; a=rsa-sha256; cv=none; b=LVKE4pp/0D1kDNupI9RdHERyoWihGrU9EY3/IrZJyxqr0XCSrz1iNlk7Merap+F8h31awz F5twGPIibQZotSBlFPv/RTFVKIa7fpwEVmNA6ioQy+Q3ZdA07ZE1NZZ56isI/80Sd9qoLk /lLWtlYyUXw+g37F6klWZBvPf0WCep6DPqv6WuFAxvgR4CHVqyOU6Q8URp1OjAeEPUOcMd rVkG3mYaY3horSXqsWv+lh/XJMpfP57KNPlcyeyip6PGJhBBlu8lDhljPJZugMcJLgPApT KxUtPt/dyhd8Q3jrnBeCWg9p3vsknqYBEYYN8WMwgrbQfpU+6nAa/QwS9wjjuQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bH0Vw3qdczwHH for ; Tue, 10 Jun 2025 20:19:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55AKJ4HH061426 for ; Tue, 10 Jun 2025 20:19:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55AKJ46D061424 for net@FreeBSD.org; Tue, 10 Jun 2025 20:19:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Tue, 10 Jun 2025 20:19:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 --- Comment #7 from Michael Tuexen --- Thanks for sharing your tool. I am planing to add the needed functionality = to packetdrill, but that needs a bit of time. Can I run your tool on a FreeBSD arm64 box or do I need FreeBSD on Intel, s= ince I saw that you are using VirtualBox. Or do I need some other systems? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Jun 10 20:19:41 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bH0Wh1g81z5yDhZ for ; Tue, 10 Jun 2025 20:19:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bH0Wg3C40z3r1Y for ; Tue, 10 Jun 2025 20:19:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586783; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yj8LmAwH97fPfpTqO7JeAuExAPfLEg9wbLFogzNe9b0=; b=iCD/SW6Q58GljrOHUBoY/AGeq46NcuJK4qqvH43ML4wj6qZQznz+VbDb4muLsdq19vpKa4 SGihgphD7fvqZsAmVyeORLdYvVxufR1OrAx651Bq6VfmFQbCcF8E7G1FZUSbkhcxUtKiMp OEsR2G/JskI9j2GVnk4AAaSJrZjJkj/qtT6wEtEneLzip4qsEKoQ7L15mz7v/EQeFfVlKi vAIOlsErpep1FKTc/jNrSwSEWaLE5+73oJWrGbG0KLRjRLEqWedkR1K9EG3DU7TbV9bong Ve2jzcKi0rAM/CrhuUn0P1utXRGcEjy1SKMgQg2Q3q+bF3DQ9BdcoGCzz1/qFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586783; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Yj8LmAwH97fPfpTqO7JeAuExAPfLEg9wbLFogzNe9b0=; b=heq5TxrHzGfrOoh1EXc/imDfu/XEz+XmlrAiwr5qMoIIHbImwkF8NGqSuJomSxh/noGJFr pa6SCoh9Npi6koXzecjIvoHt3fr9p72yH9mBAR9ExgTnj8uChEujWxKH/NCTG3+QaFqzAc 23IM9IwFu8amHf/n6NPMXBQN7mO+I4hgapQ9VfeG0pOEZ5lymdA92Yvygakb537dkWw+fB jt47+oYdsBA/XALXZSvyG9BCXVihalbYNWYMpURRTslPH+dLjTV3v703cbfeU5S3faVSjq EbbL6l4nQQg4mnWuvFES5v42zlwgLALZfHKoHwgyoIoExTXKfJT2qnC1wnjK9g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749586783; a=rsa-sha256; cv=none; b=fH4ib/+zI1BK+MIv4xRqYgCLimN0v27xysEMpSW5YyQ0ro+4l703G0NWIt90zpp41h60m7 /q7C1hLruZmaKXxk0CZ0Yqb+xWYDjNV8kOYmtYqc75O8Erqu/QA6jIk2edfll6f7hqVmih uPyI52kfkPQHlV/MO4IvFaBGOHUD1iI30C+29xz6YH8cyLqZkW0YhrNWLjD4zXfUd1bvvS Flw/8mPzCrAIWAEVUDNjtqhufCtvDBA9Xspoca4SQKBluU/JP08arlmAroEdrQH1bB+Cjw sNQVwBADwRhitO++e98Uhb8MD3+VOyVEMyeloJdKpYm/DQLm0NFBU2X7uCQjbA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bH0Wg2bx7zwNQ for ; Tue, 10 Jun 2025 20:19:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55AKJhl0062665 for ; Tue, 10 Jun 2025 20:19:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55AKJhbr062663 for net@FreeBSD.org; Tue, 10 Jun 2025 20:19:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Tue, 10 Jun 2025 20:19:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |tuexen@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Jun 10 20:20:11 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bH0XC1Kmrz5yDn3 for ; Tue, 10 Jun 2025 20:20:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bH0XC0XJHz3rsw for ; Tue, 10 Jun 2025 20:20:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gQlj6A6pwAXfr/gtUr0FvkTEl322b98qvXGl3kiMqW4=; b=U68mmBABPJ63bi/NxwgU1MClxYZDFBiA0gH/I5L1ELJ0TvUEZxrG/LzkUon9fZXtM941rb Gx1bd9xcqnn4Uj4Hbflj8fyaWwWl5NLLVqNy3WexbHeFOp2Auy9FvtRwNqtVPf1pNi6CWD 3f8Ejt2S2PucOac4uQky+28lbR8J/Y51zbhzS71odDxsP8SzCxThQnH0hM4TNnXokkeE2f sbIuhhvh9r0fIu94Qlw2v31A8eT+6KKgSwnMR5y5nb8eFxPxS0p3vpnVu+NopsQxf2TqcH snde7NhJyukMbhDnPeqsJ693a+wZbMl2+A10/wACtR4NsNOTJgCIrP0a6LMmxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586811; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gQlj6A6pwAXfr/gtUr0FvkTEl322b98qvXGl3kiMqW4=; b=J/qTTiBzuTDCou6uVUxLhAk5Cr9DtukXm2ngOeuY0S8ICNz2akeTUNFAlKKkbwtH9m9rF8 kIBDZKbV4jaQwUcZ0/u8oQj3BnGHWajuu0zHK0vjNQPxnO5kxjy235wO15t1hPSBIdSuch ObS10QHwWzFkojiiTspWYDOV5RBV1HzyYdGUdoPgoLEsl+5dI0DUm7nCjtfAkSju+xq7mb gymr2FjE/UHNn/yUKQEer1vn5BdHED8BTDKteNR4eKk4nxfb5XiLsQbnf0av8PPMKCD0f/ uR82EjByJqQz8WX/VrxlgJsfc9d7VXuhCHJxsAeh0aVSd+277/Pv/+Xz0XIWMA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749586811; a=rsa-sha256; cv=none; b=TSnd9sNp9OwsUtNm2kulCjSVC5e1xd4ndT7QxMfPpfGOKK6Z7u5/93KuzMXq6KPPpfXID3 AUpuVT1QcNF8tOTB1dGnT6BBVcV0jpF3K6C0kBMiwTqK3KMM2oFaSLHkf/+bEcluLt7iAx PuKS4tu5um5AFXkzw6o0y11hNRru/lW0SSnWlTWTWx52HsU0+/OXm1pbVlEkJd3pa4oBjh GuvsLPG3+LWjtMa3DqUqtPM3DDcBGlflE/5HGbPO9HfgwUJ+2j5XLDFlgVaGXk40qInpwa WTXRYcPB2uD296ZqZfHmmAjHLP2uFjGvObM5jaDwVoCFKZs0omnkOpXP5b6q7w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bH0XC05rYzwNW for ; Tue, 10 Jun 2025 20:20:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55AKKA4U063272 for ; Tue, 10 Jun 2025 20:20:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55AKKA27063269 for net@FreeBSD.org; Tue, 10 Jun 2025 20:20:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Tue, 10 Jun 2025 20:20:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |net@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Tue Jun 10 20:21:46 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bH0Z31rNpz5yF0x for ; Tue, 10 Jun 2025 20:21:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bH0Z311Kpz3ttT for ; Tue, 10 Jun 2025 20:21:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586907; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P9hEafEVrfVR5Le8Mt7LcgxE8lTlDJtyaWKNiNvvA/s=; b=w4nG/iuGe2wFGUqZPw/b5ZshItpDrQUQeE4Y5b1Y5MhM38rntceKWzmtrFeFhmuWKkj3Aa 2y+69jBna95i8VOljdx08u/KZaA/Mtqzbm6LSoKDjps74y35/ZLMFmqvAMu0WHTZQuouEm 7fyZAHr740eMZy3iI6rktgIOXW5ImhsJwFomHNk5Yq7sVjzZbOF6uXz+X1ORqRxSqGkQkg mahd158n9FH17yBlwRyEJIUQ9a8gHd13WATj8DqSffbm1hYGyIv92k4iEnPrViTILGMitN X8NX8KxULNK4JWeErvTsC86GmVYBYlk33fhGySjgYSMRvxQq2UN/FzRn5j2r+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749586907; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P9hEafEVrfVR5Le8Mt7LcgxE8lTlDJtyaWKNiNvvA/s=; b=xy8p89kEvCbeveysrcy3pC/eXMEZPiEfMabUlg5qm/6hh43SxLGNAL4d5M2JFIGtr4vaUy 7q27IkQg6dciwfzlaGQe84EWti22WeViv+Vm7TZj54WZa81tWoZd3bY23bsTRuNTGjR18q hNSeQVXbQ64TKUPTnUdIpaHJxTkBp8snYeaM2oON37zkp4CHMjwIIHhIww9+M1WBkhSFXH Nm7OZTtKQwxwrPaqcdJ8TSlU/n/iHdNAe79tA3x7pPScboZ1hChE+HC+jyBgo7CyGBCqr8 cIc7OxNLbjIpSPhz8VW9ElM6pQLkU3FKr70vw0zt2Kd9gWi31NxMKZs9iW2C7w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749586907; a=rsa-sha256; cv=none; b=kw1zOP+zTGCaE4V3xseycKCFI3XHqrLZ7gw0nb72r1jvxlqEbjfj09ZxSl9o6YHgH5N4M1 c9OkjEMJVmjK9U+ohRB092byjz4flQ5f61KYMvxJk6Ro/m0/tvYHl21LM2bKLW1yq3azNx uCbpVXCwBYegmbTxsBZTmcxcYRcjtAB9pAmZJlWkJLEQszo/EldGNu0CUIoohcbeAEWdRw sS/A49gxIjJRJzhz9bpmR6vUVaAwcZFMJ9HEFP+yNcOpeMmV4cV4hHIgmLwWbRbqXHiKej XbjZf+ngrPoSbUgOi9kvYt3fl/5kIJ6SYfZzBdSOUSqNvnRl9ddLXWABUXAULg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bH0Z30bLtzwHV for ; Tue, 10 Jun 2025 20:21:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55AKLkvi068013 for ; Tue, 10 Jun 2025 20:21:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55AKLkZH068012 for net@FreeBSD.org; Tue, 10 Jun 2025 20:21:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Tue, 10 Jun 2025 20:21:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 Michael Tuexen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Jun 11 08:34:40 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bHJqj6km1z5ywSG for ; Wed, 11 Jun 2025 08:34:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bHJqj5mNZz3TWn for ; Wed, 11 Jun 2025 08:34:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749630881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=01wRucrkLcYgUegYpzrODBoi9V2kANG0Niq8fEFUyME=; b=uiKNeIACSh8GMYOoZue5bT67ymE3JOheaUjgOuD/2nkpr0Sx7PXTTjjmF2RvH8TkL5z8hD AdefiPWCbSzgEGjRiARmzooEIePgIEQg7pgBGK+xwWoqeFiz981S9W/j5iL8vjcpzgST19 R9WGLZ4+6XrmfNqJ9z8Wo2jMjfI0TkOw/1fYLkxu6C4DYZ5bRnMk735z9AbQtAmj4F3ydl 7vNNMsmNKaEyvkdEJVqmtd5dfSKprfdMpsbk1JuO21wYYIByaMRZs+MEfg9I08LXry2mOE zR8qpBaFPDTayEnhuf5NQKyGHOOg3WpKf80EQJ206bZiaBsSEM929nC8jNgegg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749630881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=01wRucrkLcYgUegYpzrODBoi9V2kANG0Niq8fEFUyME=; b=lAYZd9a+HBiv9PyhZ01ky6VR3Qk6fTGVMN4OTAof6qcjuRKTiKTMs8MBCGtXjdxdE0KBQ6 ODQAwduJdM9nVNBs1UkguqoU5TqCi7VzzmnI2cLckraf7ckO4Xu++BJZTI5f6GC5yKZXcX ziUjRX//fJEDWjY0Wv1XyXVfghGxo0zqP4rI26keBtccOEWivpJg5whTsyZUxgJNA8DqC+ nBjK5HsrugW4ea77l1e0Oxy/FecVDHpocNNxTmL+DLbF+c2Lt+n4XlW5l7WjbQ6La3aodb AAyKg27oUfEl/7iBz4IpWV2hocXGYmtVzRKz6vlkuiW4tit919ZR+hlRB4Rbng== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749630881; a=rsa-sha256; cv=none; b=UmqV9/553bPZsFJG6g51+grOU+/20RITnwUodrhBUWYoY8tt92wX7GmroVlxi/2mmzfUuP leuvELQkuBFOAtMtJZM9zGnhtL1662vteTKCf2JrWtIivqxWHpT8EhikH7hI8HvS3KmP87 XGHtw6CoY1brvWFu6F2BaaPhxLtzDLgkcT6rSRgine9D6ig3l4XsVfkPft0Y5VEoZp+O52 i/Ito790CQDJ2TVQPZMOAJvlGYz3s/TyaCgu4KUoKO3mxd1LRXGAO+gN7DBnqDqo4VVf/L hM6/vZ2BljI/g5vWCNzlY4EiY/+JAHvLkzKkHpdt83PJd40uAEmZTH4hJmZv5g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bHJqj4rMtz4VS for ; Wed, 11 Jun 2025 08:34:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55B8YfSj068101 for ; Wed, 11 Jun 2025 08:34:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55B8Yfjb068100 for net@FreeBSD.org; Wed, 11 Jun 2025 08:34:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Wed, 11 Jun 2025 08:34:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lucas.aubard@irisa.fr X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 --- Comment #8 from Lucas Aubard --- Unfortunately, I have only Virtualbox-based boxes prepared. Since I don't h= ave an arm64 laptop, I can't test an adaptation of the Vagrantfile for arm64 ho= sts.=20 However, I don't think it would require much changes.=20 * The current Base box (debian/testing64) is amd64 only, but this one https://portal.cloud.hashicorp.com/vagrant/discover/generic/debian12, for example, has arm64 support.=20 * The current Target box (bento/freebsd-14.1) is also amd64 only. But, this= one has arm64 support https://portal.cloud.hashicorp.com/vagrant/discover/bento/freebsd-14. To recall, the tool deploys two Vagrant boxes: Base (a debian) and Target (freebsd 14.1). Base box is not essential; you can actually execute the commands from your host machine (Base mainly allows us to launch generic commands in our IP testing). You may prefer to run/prepare your own freebsd= VM (Target). In any case, if you change our default setup, be careful to 1) ad= apt MAC and IP addresses in the PCAP files, 2) disable NIC offloading that could interfere with freebsd host reassembly.=20 I forgot to mention that we would like the entire PCAP file set not shared publicly until our work is published. We plan to publish the entire tool af= ter that. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Jun 11 09:58:34 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bHLhV2SKdz602sK for ; Wed, 11 Jun 2025 09:58:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bHLhV1THZz3J6N for ; Wed, 11 Jun 2025 09:58:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749635914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eLy6e0X9dNEtzvnPsjbxT5NWfeGVvz25hzza+YsyQ7g=; b=ELhwlSUkVVNcK3GXjgaHrVkHSMdBLHZdBLsutANqp7wc1OzjSBjFBLK9dPRgfbnlOje5Ny rGAmIgDHvKIL3YNp6SQuug1QMyeMD3LMOt/1ySk6s+2J4KE/4PIrzpCh54kn9Euq5qYUi4 wHvCLFHg+FlmqGzxGtMgkkhTfhKqiUR3I+YiMr+yrx4qS3bLIAXqzZXQNLzb531cXh8h4p EUtYOZBt+pUDfHa6YPKrwCejTfzoEwoxz5teB+rbPTdvdCCbjQpKwtWE3Wqu4r2WxaDjS9 wiCDWlPZRDPIZgVjb8dZk58/ksMtVOumlft8JFXAhMfImDxM3h9iH/F4PPEZlw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749635914; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eLy6e0X9dNEtzvnPsjbxT5NWfeGVvz25hzza+YsyQ7g=; b=jE/VN1teBSuqRT88YneBzaRi/DELil8Vc5gVvryV66rQcpsvmWw7ZOnT9lNA161S1xUDyv QW+PFNPzHNs2xpNUiAloRhUK0XXiu3hnDfUXh4s7GuZRSLgiPlCc6jupOF/g7nJCijcYl0 cMz54pLNRJo/HqU8jgvkQR2jrVWX94eRIP5mD9b0uHWWIku5w7DLJIIxYv+GSecCwXPZ0T QJG/jlkj4Fqm+QMPxqOj43GqnnN/X1qvnzi/PcKx4JDHTKDH8Pn1eXLPDd8LLyGKQgUNjw 2FPN50Xkpj5oPU6DVBPlAXiox5JKc+oizoZjepFgzI0N0bWNWThQkdkilEMyBA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749635914; a=rsa-sha256; cv=none; b=GbCt5/e0d5Uyi7WVQODGIVoFgYxOa/zTosVp2jYzI8XrTA4lvXnDZo5TphofD50l2+MYQ4 0JtORunmnHd+FtDz1a42pUqQ0VR7lPOKQaPSnMJQXaxbLvTo6B1LrdNNXx+Wooo4qyM4LE bOLjQq/Qutrteum7LTu9OwlQWb/oC1ejojsNwrl1HCpCgz6wL6tVioegyRr3e0M274iJFA KJMeFZfY9xxySrMHFEdIkH3Iud9cdEZtz7I2fTdKxfsfeVSijqbQldfIbdRTPrw1eqfltb 2T4iwjU7Afa2zFCkjJRsJFZEnxm0nSTXekcKtm51iqIXMauolu6oHou5UqpTrQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bHLhV0p7wz6Tv for ; Wed, 11 Jun 2025 09:58:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55B9wXLE071077 for ; Wed, 11 Jun 2025 09:58:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55B9wXiB071076 for net@FreeBSD.org; Wed, 11 Jun 2025 09:58:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287229] IP reassembly issue in FreeBSD 14.1 Date: Wed, 11 Jun 2025 09:58:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tuexen@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tuexen@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287229 --- Comment #9 from Michael Tuexen --- (In reply to Lucas Aubard from comment #8) Thanks for the information. I have no experience with Vagrant, but I do have amd64 based FreeBSD systems. Will try and report. I will not share any .pcap files or any other stuff except discussing why t= he behavior observed happens. --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Wed Jun 11 11:39:22 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with UTF8SMTP id 4bHNwv0DKMz5xj7w for ; Wed, 11 Jun 2025 11:39:27 +0000 (UTC) (envelope-from acho_iliew@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.abv.bg", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by mx1.freebsd.org (Postfix) with UTF8SMTPS id 4bHNwr6csTz3Drm for ; Wed, 11 Jun 2025 11:39:24 +0000 (UTC) (envelope-from acho_iliew@abv.bg) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=abv.bg header.s=smtp-out header.b=jzWMqI4q; spf=pass (mx1.freebsd.org: domain of acho_iliew@abv.bg designates 194.153.145.10 as permitted sender) smtp.mailfrom=acho_iliew@abv.bg; dmarc=pass (policy=none) header.from=abv.bg Received: from nm22.abv.bg (mail92.ni.bg [192.168.151.143]) by smtp-out.abv.bg (Postfix) with UTF8SMTP id A1B9B616B for ; Wed, 11 Jun 2025 14:39:22 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=abv.bg; s=smtp-out; t=1749641962; bh=IdBiJkONCWP7dakU6KzhMh2Iic0pQb95AdeT7/8nffA=; h=Date:From:To:Subject:From; b=jzWMqI4qLwMm7gVRDFDcKktrpL0I4s3EXI1NTd6IasegxPwSUHhoy9+kzgitunkVW fqOHi2S1ld3gmXXNZdAEKmxp0Xk/7VbtX7XZ+DjfHQ3cmk+I2LBkGhlURl1c1kCB0M HkOyhCGgD/Rj5/qwGu8KRXlPlJqxtNIyiwR4yk2E= Received: from nm22.abv.bg (localhost [127.0.0.1]) by nm22.abv.bg (Postfix) with UTF8SMTP id 9FC68314428E for ; Wed, 11 Jun 2025 14:39:22 +0300 (EEST) Date: Wed, 11 Jun 2025 14:39:22 +0300 (EEST) From: Angel Angelov To: net@freebsd.org Message-ID: <1106147709.26643.1749641962654@nm22.abv.bg> Subject: poll / select List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26642_77576118.1749641962634" X-Mailer: AbvMail 3.0 X-Originating-IP: 91.211.234.155 X-Spamd-Result: default: False [0.09 / 15.00]; DWL_DNSWL_LOW(-1.00)[abv.bg:dkim]; NEURAL_SPAM_LONG(1.00)[1.000]; NEURAL_SPAM_MEDIUM(0.99)[0.992]; DMARC_POLICY_ALLOW(-0.50)[abv.bg,none]; NEURAL_SPAM_SHORT(0.20)[0.202]; R_DKIM_ALLOW(-0.20)[abv.bg:s=smtp-out]; R_SPF_ALLOW(-0.20)[+ip4:194.153.145.0/24:c]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[194.153.145.10:from]; FREEMAIL_FROM(0.00)[abv.bg]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SUSPICIOUS_AUTH_ORIGIN(0.00)[]; DKIM_TRACE(0.00)[abv.bg:+]; ASN(0.00)[asn:13147, ipnet:194.153.145.0/24, country:BG]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVFROM(0.00)[abv.bg]; PREVIOUSLY_DELIVERED(0.00)[net@freebsd.org]; MID_RHS_MATCH_FROMTLD(0.00)[]; HAS_XOIP(0.00)[]; MLMMJ_DEST(0.00)[net@freebsd.org]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4bHNwr6csTz3Drm X-Spamd-Bar: / ------=_Part_26642_77576118.1749641962634 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi guys, I have a system with multiple clients (not more than 40) which send data asynchronously over UDP every 1 milisecond, what is the best way for receiving information: - using select/poll system calls on blocking or non blocking sockets - what should be the time parameter for these system calls - may be some other appraoch using threads Thanks, Angel ------=_Part_26642_77576118.1749641962634 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
Hi guys,

I have a system with multiple client= s (not more than 40) which send data asynchronously over UDP every 1 milise= cond,
what is the best way for receiving information:
-= using select/poll system calls on blocking or non blocking sockets
- what should be the time parameter for these system calls - may be some other appraoch using threads

Than= ks,
Angel
------=_Part_26642_77576118.1749641962634-- From nobody Wed Jun 11 17:44:30 2025 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with UTF8SMTP id 4bHY2K3Yk9z5yDSk for ; Wed, 11 Jun 2025 17:44:41 +0000 (UTC) (envelope-from paul@redbarn.org) Received: from util.redbarn.org (util.redbarn.org [24.104.150.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mx1.freebsd.org (Postfix) with UTF8SMTPS id 4bHY2J2rkBz3jwr for ; Wed, 11 Jun 2025 17:44:40 +0000 (UTC) (envelope-from paul@redbarn.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=redbarn.org header.s=util header.b=V5yvaAzL; spf=pass (mx1.freebsd.org: domain of paul@redbarn.org designates 24.104.150.222 as permitted sender) smtp.mailfrom=paul@redbarn.org; dmarc=pass (policy=reject) header.from=redbarn.org Received: from family.redbarn.org (family.redbarn.org [IPv6:2001:559:8000:cd::5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.redbarn.org", Issuer "RapidSSL TLS RSA CA G1" (not verified)) by util.redbarn.org (Postfix) with UTF8SMTPS id D53DD160B98 for ; Wed, 11 Jun 2025 17:44:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=redbarn.org; s=util; t=1749663871; bh=5eLT143lq+TOUi6jPJ/I451zpHJLw+Ls7enqLpnGZCQ=; h=Date:From:To:In-Reply-To:References:Subject; b=V5yvaAzLeGxKCrJmK1LeGzaDBj0TeFe8gLXaPQb+hH2r02Qx/oknFidfPwVBFMIoS XnjUy4UExjp5YZthW/2M2vsX4AnDYsy8llvZb9rLFk8/uumCMTYXB6/JsayoTjZExT u/dN+ZERQHf3uG0NLaILoEZkVohKImWt5ZApiyag= Received: from dummy.faircode.eu (unknown [192.252.249.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by family.redbarn.org (Postfix) with UTF8SMTPSA id 9A2FF9 for ; Wed, 11 Jun 2025 17:44:31 +0000 (UTC) Date: Wed, 11 Jun 2025 11:44:30 -0600 (MDT) From: Paul Vixie To: freebsd-net@freebsd.org Message-ID: <0036fcd2-9e13-4717-bf78-97f075a343cf@redbarn.org> In-Reply-To: <1106147709.26643.1749641962654@nm22.abv.bg> References: <1106147709.26643.1749641962654@nm22.abv.bg> Subject: poll / select List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_30_217152210.1749663871059" X-Correlation-ID: <0036fcd2-9e13-4717-bf78-97f075a343cf@redbarn.org> X-Spamd-Result: default: False [-4.93 / 15.00]; DWL_DNSWL_LOW(-1.00)[redbarn.org:dkim]; NEURAL_HAM_MEDIUM(-0.99)[-0.987]; NEURAL_HAM_SHORT(-0.98)[-0.981]; NEURAL_HAM_LONG(-0.96)[-0.958]; DMARC_POLICY_ALLOW(-0.50)[redbarn.org,reject]; R_DKIM_ALLOW(-0.20)[redbarn.org:s=util]; R_SPF_ALLOW(-0.20)[+ip4:24.104.150.0/24]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; FREEFALL_USER(0.00)[paul]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:33651, ipnet:24.104.150.0/24, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[redbarn.org:+] X-Rspamd-Queue-Id: 4bHY2J2rkBz3jwr X-Spamd-Bar: ---- ------=_Part_30_217152210.1749663871059 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit If you have to answer UDP requests and may need to do separate upstream work to construct that answer, use a nonblocking socket and epoll(), or fork a thread and use a normal blocking socket. This is how DNS servers operate. If you only listen, no answers or other work to do per request other than perhaps logging the inbound messages to the file system, a normal blocking socket is all you need. Paul Vixie ------=_Part_30_217152210.1749663871059 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit If you have to answer UDP requests and may need to do separate upstream work to construct that answer, use a nonblocking socket and epoll(), or fork a thread and use a normal blocking socket. This is how DNS servers operate.

If you only listen, no answers or other work to do per request other than perhaps logging the inbound messages to the file system, a normal blocking socket is all you need.
Paul Vixie
------=_Part_30_217152210.1749663871059-- From nobody Thu Jun 12 11:30:58 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJ0hf4RlPz5yd7S for ; Thu, 12 Jun 2025 11:30:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJ0hf3KkRz3Nj0 for ; Thu, 12 Jun 2025 11:30:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749727858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lHehGk10zsGw2/7K0GsutcTrRLU9hAOlXQIzqN6+51o=; b=tGV5btpDi47O5jQJF6fr21rAMcIYvmcOm41qKhE6n/n55ggLefbEkHRtyUavmiHG6//jxY g60Ug87avdhQeKNnOblmrCZsD2Vmk887MTw4ZI1myG7L9kWexNW4JsI8VvZFGRRdBrLewU nmT586Ljlo7aZB0Fd2sCwEJQQUMTV5hXgWgfNZUyHOBFKlTRvLKtRuHxZn/Saie1sTb81i 9Z1lDU+6ifMTaWJ/3b8TfEx8lpPQ6rUzbO5JEc5gGNFRIpRh4byEyiROregDk9aKV0g2dM Qj49xFXGwLLIk9glVkXHz7iVUSPjIhF5t5aOMwgMTOAuyOmmBt8NDi6NKX2aeQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749727858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lHehGk10zsGw2/7K0GsutcTrRLU9hAOlXQIzqN6+51o=; b=Gx0YQuAD0RuXyOIEiMtU8oeurysV8snt/5/CDjnL8agLSaxbA/CHjQAl5ilBgeyhtqQmOZ WPh2OmbQ08ZIITsEizM3EIFIKqagR6urXixkJ8DpsO7Rn9WfbR/Ve2gDhGocFIsHb+pL6B 4aaueYGOLZwhQrliDGy+5Hs8vDyX+MkD4wRRvo8D7jtl/Bs+5E/kYqiQUKHA2bGcjp+MQR YahSAZyQYzjKsLyotbqWvV0GwDpB4F6qI7r+SC/wROjq2dfQgXhnpyjZyuolLOESr4r+Yb +W7+mSHN/eFhwmhITuI+1jJmGqDPZSIX/qOkEEM+Y4WJk4IMtW/cytkNu9Qw7g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749727858; a=rsa-sha256; cv=none; b=ADXrBnivwIMNUBIo0jM0tLkqNv3BjB/b7rIrOjiZvQcZfPvv/cu5TG0MgbFwfz7xHiZlm6 E1Wo6ryAmt5IJbzVJHOOGGgxtlCE/1UcYotkeeFZSUsTS79r4L4jkzFlmJ7B/g2uS9iTgb uyWh8VGAk3FOCYsHHRi2AYB5tertwFejbjfvqz/HcFcqSvGEWTzzokDqw20NryttOWcXBi EKiwpb0Vs95F1LloB0BxgQq5d2dfUviKWeDxi7P7VeQQmSTNqlivM9ivSwgu3WXgrCOIHC KtA9aYB40KCdWSDfnlikyIRL6wHTWs+tNFiS2z6v1L2DI3sLWGkCrXwYAhnz7w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJ0hf2Yqbz18Kg for ; Thu, 12 Jun 2025 11:30:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55CBUwax087231 for ; Thu, 12 Jun 2025 11:30:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55CBUwQZ087230 for net@FreeBSD.org; Thu, 12 Jun 2025 11:30:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Thu, 12 Jun 2025 11:30:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|QLogic/Marvell/Dell 41164 |[qlnxe] QLogic/Marvell/Dell |ping loss |41164 ping loss Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jun 12 14:54:16 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJ5CF3qn8z5xwGP for ; Thu, 12 Jun 2025 14:54:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJ5CF2R2Xz3bMl for ; Thu, 12 Jun 2025 14:54:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749740057; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t+JC7LttyrPaj92n35fKxGmQ4SP4bsg/R43LMZFVF80=; b=Zi8XinPrXJJr4pATQKzhfKf4m9rJyDMihEhq4QLrlyC3+DAA8quXosQrdDVDAF9Sutp5vV 8UM6zFbHeWh7BFb+4IQvfTGXZ9pgRgSIYztfhai9ccBmq6RXnIG6Uhc8ANm5hnd06YaIBF GIquIaBrpU/VYlpQE+/tqnF4xFfPkd7LnluO9SITqh6UMojtCmQcM5H91RIldcR9uUuysv SOBKmGyh9NXjQ9b9npxk5R173K1CixJHQchL5AJmrEG08YPPX6gRjgAQe3NHLxIYsSpBfR 77WIaWXuJp5gU/sjclVgG+fDjORhVbUESQJ8/Oi9F5ACliRhPa+zy2WDqF3eTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749740057; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t+JC7LttyrPaj92n35fKxGmQ4SP4bsg/R43LMZFVF80=; b=Hl/AlO+OlcBR2Tq0PxusAQ18l3k3vSBwTBvRx3Hp6PoTJjIVWv17qKy0dWJT0M22zNyB89 oTS5K9nt0Dzx7rDR7rnPmQvLZ7aMzlzHrYH4xPPm5Td9iUOATMDQB3WNg4CGRcU1/1wC31 Kv8AASO7MtP5aNlwmH2iddu/4nIYqZT3hQqgYGqAM0TVO60kqli9N1wpUogtmZQTNMqDDK ni52BaWtmzmiB0iQ+2bCuUOXr2CUYsP4BKLj4DGXH49921X+mfBCEhZf3V6vWWWoi4DO/P XvLkKLFppY2fwVVXak8vToiIv3pj9MbIf+SdBOkXWY5HE+mup00asO9Eh/bHdg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749740057; a=rsa-sha256; cv=none; b=AC11e1Nw0SVhDwFqccy2tvP2cjqSTP4mLdTMZWLgBIj4HjBsUkQut3LERs5i/NkyeWJd/M u2krDj7PvNq0TJ0ds4FO3NIl1o3XrM2F5ZbGJ60uwvF6EHRP+Dj1jBTfKe1g6+g53qFEpK zhvshTsLxEeneaEhqueBvQ2ogfv3sTueTnAaJltY6vR8uhoORFceUrFMlQbM7xi+3/yRvD HI0KEeb3iYJusQW9j9N2qiqaywd25VRYtRhMjrN8lVoONWBnI5UeA9GnEx5W8es8tbSEfT QeH1oQh+qpS7jVsR4eIWUvTCw0GrqYN9+aUiFjx8mcBP/JTdARSAQAkJlb8vyA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJ5CF1ljVz2Kc for ; Thu, 12 Jun 2025 14:54:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55CEsHUj078913 for ; Thu, 12 Jun 2025 14:54:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55CEsHa0078912 for net@FreeBSD.org; Thu, 12 Jun 2025 14:54:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Thu, 12 Jun 2025 14:54:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #1 from Zhenlei Huang --- (In reply to Adam Esslinger from comment #0) Does the nic (QLogic/Marvell/Dell 41164) work good on 14.3-RELEASE or 13.5-RELEASE ? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jun 12 15:49:12 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJ6Qc4X9Vz5y0mR for ; Thu, 12 Jun 2025 15:49:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJ6Qc3kNnz45YQ for ; Thu, 12 Jun 2025 15:49:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749743352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NQhYfkWG6OIrJXLwJK/wAvLSoeV+rNd4E1wf29iCD2o=; b=hx3kP/peP35GAgMweGaBVp+HLGpxcV69ucycAW596nEcDfion5PUoDybRuH7f0jJQbvVUo KRv6JXzJXX9kZaq1IEf1CGDk5K4IlGRyMbru1Q3OOU8U04wusYnlAZjqPpvjSnAMvXvOk8 bu98JIny0RkIV7e13nlRo2MDXOYHlYFcz4fFDnwgnzIvvQq5eCfsPc09odULaVz03MwqHp Vj2HBvBT3ofHVUsZ5vOEsEEi3FbsZ2OewTbUHjt0GPs6mkg6BUL5303GemgpWGeAwOQSlK ZH8kvm44FYc02yWy/QYdtSWLhILpXMsffpCR3u/2DXOTvCcpQkZc+i9VP+9DwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749743352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NQhYfkWG6OIrJXLwJK/wAvLSoeV+rNd4E1wf29iCD2o=; b=YXJ8A9PtEH8fDbIsYXA5IgWdHN6mhkFxSa+zc+av5MUD4uR/dRBjERpd+iPVD4GkjBI8Km ZgFul4FmczpYuORk/04Iqt2CmJ2vvlS1/OgzxcZ6+P33clKE3xzv+k+AAHn4g8u7+vK9Il hc9S9BzD5IOT2lm0cvXgsIwQANIQghsld+kp94ZnpFhEuv95ghj7pNKRb1H1M30yuKPCUr dNydJYEFtf6NIqS4GS56GsoHCnGoAgGP9oxVC9hcZNlX7MDYWJ6CiE83avu3qQRUShaMl5 F7nEfBK22s04K7mAi0wHxZJvVcLx1Zc3mE8eEgBtMwt+Au0FEo9EqlgpSxb1QQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749743352; a=rsa-sha256; cv=none; b=WYAZrUL/BW0cDIUZtrcKYsQH0DGpUm+uUk/0ZozvgUaz5NkPICxpGUpLmYXgDGVYlCpMa7 J81xTDm2YNKC0qP6yBgx4DqqJZD0DfUaMl6mmMhmiyXREbLaDUR8Dhzo0HIeZYlzG+0T9K DP/cs2VvmLCYrqnx2RmUeHI5VSt+vq36kpq/2XyFklmHcFPIYnSC3VhbA4XZ4a526k5Zt/ Z9b3Ai7elj2vpm1C0IuMsILrdTJZnzk8rsm68uaKHz6OugQKGdQkDQPu8oUWQAeQSLuv3w 7y5rdiIBTtS4Cqn0nKQgBapeM4OWq+s45qOp93baEYlMPV2J1W/FD7t79VjCzQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJ6Qc34BKz3WB for ; Thu, 12 Jun 2025 15:49:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55CFnCD2091859 for ; Thu, 12 Jun 2025 15:49:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55CFnCTF091858 for net@FreeBSD.org; Thu, 12 Jun 2025 15:49:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Thu, 12 Jun 2025 15:49:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #2 from Adam Esslinger --- In 14.3-RELEASE the driver causes a kernel panic. Fatal trap 12: page fault while in kernel mode. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jun 12 17:12:48 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJ8H51Sxbz5y6X8 for ; Thu, 12 Jun 2025 17:12:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJ8H45V49z3lDD for ; Thu, 12 Jun 2025 17:12:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749748368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IsCfL5u7WB8wMOT26DR0VlftKPA/65YLNp8BuQPQzbw=; b=GcEVt/8ayCn5conl+YLYrqQEVpKs0/TasBQF1aDp1ssmgIT1w2K43N7zVUGvqi4mfYMyRN izXH+h/S4urmckltyYagrTq2Paia44mLgwEI76dPh6tfbRkMKuG0M3PRwrcOx+gTcvAdR6 fpZePXyRBKFf0cJdPbiuzknkH1LweoFXVj8WTpUc+JwJO+tzsFLRVGnwyfd7yc6rFIHp+E WlywjU+4R6pF00sF8xXD3ydhoSwlkyYOrIX/58meMQw2AGDucMlW6fbm1riSxnPICj02Su GlHuevdF5I7bGF3SmSC8SihW6gR0ZN2uTlfQwVeEUZl5VHyd059gB8WVqKg+gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749748368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IsCfL5u7WB8wMOT26DR0VlftKPA/65YLNp8BuQPQzbw=; b=AVd0Ufd91il6ukPTpqqrTTrLlmv1H8cjAbGwWI3Hi887q/sx7/vMI6BOtu+ygBK1rzwBJD zofw0Ga/ApWJUW6FeCknMaaq+pW131BiWWu3sMgv4n1ffrvc9b3k3D/KONrOmyPmEHXj0I j4lVo3eHONJ+0nxj5xgooyoXwgG2abaa3/ZuSBHPZuF+IO5D4ZJFrUoQJkgJpAbkhWJn26 309GCfjDQse/9NCvUereaXC+0Z8TgV/4Sq5k4Ic8vUOh/avGoUF/suAi1Al71qv4eHV51D boJMebXTPJ4sS5V2QYjCAHWhnkzZzLnFfbUMm/5/cj2+7mL/WdgG+Gsammwa1A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749748368; a=rsa-sha256; cv=none; b=GuF5kW1xZNx52Mo81T34c+bklLeXE0FvIu6U2YiTK5RJViNkt+FhkgH1w93U4XCmu2+Kzw tGSrLLodypyFFffzEKRamO+FFxl1RmvuiamDI5BacjgxBk5KZzng69aP8b9ZmlkV3pmNwH UDrvmVc4rMzUhsl83xuzKego/xZ4n4PAsBfUc8oGyp8Z3GamiBOUHsnm/sNTwa5nFtTfeZ pvyJXd2m7cIVGNc3JcB/cDi2I9+TIrTTk+iKaHGvd8k+CV4C6fZvKwHy95eupz4EuqpH46 LG/pN5PI0XcUldNqfotASFfjIs6eTfYvRIm8y1+xvohMPh2psTSPQGwTL8paIw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJ8H44wjMz5yK for ; Thu, 12 Jun 2025 17:12:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55CHCmpC090543 for ; Thu, 12 Jun 2025 17:12:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55CHCmgd090542 for net@FreeBSD.org; Thu, 12 Jun 2025 17:12:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Thu, 12 Jun 2025 17:12:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #3 from Adam Esslinger --- In 13.5-RELEASE the driver loads, but it must not really be activating the card/ports because none of the lights show link and ifconfig ql0 shows no carrier detected. I tried both DHCP and static IP and the link never comes= up. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Jun 12 17:13:03 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJ8HM4lrnz5y6XB for ; Thu, 12 Jun 2025 17:13:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJ8HM3jfKz3lbF for ; Thu, 12 Jun 2025 17:13:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749748383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IQgftwlogZqgUTYE+q1sZvDFSkuSeS4E9cATW8Qfb/E=; b=VFgnwjmhJ8eHeoX1v5Y1muPFNhoKJ3o90hp7/VxtLOFljRLIQ7pOPO1HFtPnwDavaQSD9I DEzrlaLOldF3pzSy012layUaQZJrgKHchWV6dM+SCONV63YtbORLL7a6+FozQ5c5s5EGIn JuLVUbO//ML90bywwjfHQvQTCq4I6VwWKKVdZCynwtWfjBwL6nhhqiso/LSSu7GlN6hGes cvvsmqbKutlvruYThCgNrTSxqLZLKnv8LKD/T+LRJ8PU28a7Fm8SrV7VF/rjkjQ2pxKGlg 8V/wHxp+X0HALogCJ+vpKiu5u0P1o8VtQ4kzy/n0sdlbPst0JnhuFGlRDJjp4Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749748383; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IQgftwlogZqgUTYE+q1sZvDFSkuSeS4E9cATW8Qfb/E=; b=Xgkt9SIw7IspWj5Izu4lhRumlGfLFVO3xu5ZeDF1Tjzpcoiwcu3dSqq/vduZQj7LMiBRRz x2TyFyoAox6P2WySO93vyZL/sIy3pVuCseJVvLG+yeJe9NgmFiftKLJafa8L3pZvftApjS 8zVW1SIgaTqak4Cg4jULS+zuUQGA4yS9VpVqJCOj+OuCLDF4wElzN9h48Az+LKJgSDafF1 AUWyEfCVX/eAhOfw0cZWriVoF2t1nHK0W3wRU4oRqea7iN7crHyfEnPft+igRB6m78oOkP R0kXa6NftHe2q/n+oM4+By1q/p0bkmYEcOA4lRTIidMqhX+669fiORoJIHfJ1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749748383; a=rsa-sha256; cv=none; b=gvDeM+yZzMJHvquzZ9GodmCNdCv5bEHN7eGEaax9qG2D5ipXoEM66taxIeSCtgE4JUEqGD YGAqxAzFjchReEwkh5ZBG5dJLNOBeDIfeGv0Kd0jbcMf66FfRzJCrYf174mvSoJp3snIzz 3Tq85dig69U6UsI01Cjt0fLSGHZw9NOV0MQeqJtstUMJBITv4XPEB6wWwX5aTLtDNtuoyz X0VbA+fIATib7t1F26VwyOW0ToJYp/Gl67x/6v0AEBOe2izGfgJKmvBJtQEwDQdTQ3B2Tj r/35RhH5NH7m7eS0DwQDarnxNZrxGAgEtrQR9n/SUgzcrwoJbgI5BoV9I+Otjw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJ8HM3Dg6z6BN for ; Thu, 12 Jun 2025 17:13:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55CHD3eW090829 for ; Thu, 12 Jun 2025 17:13:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55CHD3dk090828 for net@FreeBSD.org; Thu, 12 Jun 2025 17:13:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Thu, 12 Jun 2025 17:13:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #4 from Adam Esslinger --- In 13.5-RELEASE the driver loads, but it must not really be activating the card/ports because none of the lights show link and ifconfig ql0 shows no carrier detected. I tried both DHCP and static IP and the link never comes= up. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 03:45:04 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJQJd3frpz5yvPc for ; Fri, 13 Jun 2025 03:45:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJQJd2vwBz4DtQ for ; Fri, 13 Jun 2025 03:45:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749786305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iVUlu9AyUjznf5+ggWnuwp42WXBgUGhiY1ztydldtco=; b=F0CNCkkmz2Pa7ItCm0f6la8eofL0uAnKHVjrFWfT6fhRkl62A49fLwiSh9DssHHFnQAW6P qWof9iLr669yAaJpvwUtFAuUQvHKVciowr9oVnTOROkOjBEiYdrRA9P3En9zYPfoKo2CzC QzCWeZ+9Z+tdzViLPG/ApHnlWZQNd26rQFAYBG6D6PV+7ANRwbeyRfjJWokOtd7PVtbBWX cW2Clj5W/PEa5gGuhki9ZdQOJn4blA3B3GCHjBCvb/l/Um3jRt/iRB0+T8vrhNffeLg+Dz 6SLUb+YZStUK/YoevlrWvPJSUkg8j4aogn8dhSMZJ23tfaQfqwlh/NAIEj+KCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749786305; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iVUlu9AyUjznf5+ggWnuwp42WXBgUGhiY1ztydldtco=; b=tHghWdnOxjjIOeliKDCIfBo/MGptZvnrILMIHvS0zEMPNBLOTiszuIZCpdVI73oFZyaj46 SICixJNB44JBPaPmXubiuRem1aVpNq2Jlf1r8A5x/O8sium4++rz9SL4mWLYU50ldo/27d e7ed+l0CpssY7q0Uyq8/d5UvN0gmAiBZHAUuadAd6H5Gt33sBlQGg6AqYBteMt2BZgSGeb AUhRJmWRW0PG1xOOSaSp003jA8QrmGqCp/dJpOiykJiWOqWEnoRJyzKezUWAXjGjS57TZX 8RFD3wwhj8mmBTf3+anaMXSeXgravwFrqDggcu0UMvaNoBbeiw9ruhLT7tYZOA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749786305; a=rsa-sha256; cv=none; b=nphdGPUrNXrkYaRYDON/7HUwdzUQzcm9Hq8pQDJatHfAUfmdYUYyvXBtcKTatULWBdcxN1 HKuVDfJ04epgv+84j4LYuc8x4nFx1rvD9umHcn4T/5Q6HqZoH5HyPl4lQx9aO7XGkFhTFW 6EJHmpBYwjkVTdl5NmJmjJYO36Q4FjAIbNNos6irjDdMbAcA17BtfnAj5A/uOf3G1YmtmF fAiW4oNLw5QIRaExXb0oxZK+1i9NJYJgx0rjO60oVo87AR/I3Q3nTKjTdcHLrQOqupDnAe SwI7q2Bz2npGC3tVsW21HUTbKaK7DK32YD3FAYK4OLZzHU/xk4XiXqOLSX6qqA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJQJd2L7xzhV4 for ; Fri, 13 Jun 2025 03:45:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55D3j57I023426 for ; Fri, 13 Jun 2025 03:45:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55D3j5D2023425 for net@FreeBSD.org; Fri, 13 Jun 2025 03:45:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Fri, 13 Jun 2025 03:45:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 Zhenlei Huang changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kp@freebsd.org --- Comment #5 from Zhenlei Huang --- (In reply to Adam Esslinger from comment #2) > In 14.3-RELEASE the driver causes a kernel panic. Fatal trap 12: page fa= ult while in kernel mode. Can you share the stack trace ? @Kristof just opened https://reviews.freebsd.org/D50819 to fix panic at startup. I'm not sure bu= t I guess that may be related. You can apply the fix and try again. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 13:35:10 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJgPV2wz4z5q1j4 for ; Fri, 13 Jun 2025 13:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJgPV2JHhz3JBs for ; Fri, 13 Jun 2025 13:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749821710; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fyVLusjwfUomR3D72tlOZKuVbsTFi6I7Z2rY5gbHGSs=; b=j39AFsTKG5F1bjdSFAZ2nc7LTJgA0bLLDPEuxWit4oDVpZ3klXzMFP+cQVfFll4XihwWI+ T3VR2KwMhx2bLCCfD0ZgFyLheOe3wdKh4ptOX9v1L6OtQRWQINQVoGVObsZ4BVW4u+Bs2z G2qhnr9V+lCjawE38chxHHT+cfrrxwkL4/5nbBbRnNdAVVEBGb41gbpdpLPrfvvjDo2KXY V70bDL+f2XSgNWRhHslhBrj2+fyihrnJJ4vShzOlB1kcmHmZcDwfq+mihSmr6cXW81bm+c cif/cAn6Iqr683YSNsTtrG7Z2JkGSugh4Q100WZa+087tEoL8poZc7nir3KbEQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749821710; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=fyVLusjwfUomR3D72tlOZKuVbsTFi6I7Z2rY5gbHGSs=; b=M8yv390yJAnpYT3eWUOFBWlYIQgv91LQucJkrT6OG0N4Jc9iry/fswwGIulI6g3zjSoLqk lCA4PnZPd625UrdXyZVuLInseWEJWYFnuZCNxMznMYOiEcfw5ZZlroCOuBCzNHtfOb1dDg ooyfJbOdi3cMbAhpWoVVcALA5aeVChWz5hfcbb8mTbUX9LNQq+zoYkMlqDKrRPhGQjgSYU 74AEqsm7mPUXSh0Srkex+s7h91QjbOWgsnFlngSB52wgeGU47Pp5Jqf/np9KInjJnzvX0B y+Zu8cD7FZ7y3wmUZ7XUF1Jicf1oa2BBA/7SRnMoD1/8NwhBIHcdNSOSPpzDcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749821710; a=rsa-sha256; cv=none; b=l3VCMXHj7z3jDAbxzMgIc5rg81yuXWw4I7IXkRRiyWMBPt27aEOy7g2aX4SYnme4HQJpfH vHjsA1WhL5Qbls2GmjpjRwqNKiX9vy4McNzkllxrnPSlSQjyMF/yfobBiWN9gQBBGlQ7jN M4g260M+cW9Tsx218iFHNUkxEkA5tQ95Iqgvzpu8hRg2CAf4mQTiT8dIh4GLIP8vxCd4Y3 NCOU0WFF2z4+rU2yTuJAruB7x07cVIECuBjCekgnJOovXxzZ4tp+GG3jhm0ww1hwawkfo3 4TMVZivyMEBM6zLcKEmz0Mv9Rp8qr2cYwSxS3vXm9yUEtcNTfOquO3aXe9vhBw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJgPV1ldWz10H7 for ; Fri, 13 Jun 2025 13:35:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DDZAvQ071760 for ; Fri, 13 Jun 2025 13:35:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DDZAWb071759 for net@FreeBSD.org; Fri, 13 Jun 2025 13:35:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Fri, 13 Jun 2025 13:35:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #6 from Adam Esslinger --- when attempting to patch Im getting this: root@test:~ # patch -i D50819.diff -u Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c |--- a/sys/dev/qlnx/qlnxe/qlnx_os.c |+++ b/sys/dev/qlnx/qlnxe/qlnx_os.c -------------------------- File to patch: --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 14:17:24 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJhLK4Mjgz5q3yn for ; Fri, 13 Jun 2025 14:17:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJhLK3Q14z3Ljs for ; Fri, 13 Jun 2025 14:17:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749824249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ie0rqda/NM3pcXdmd4e3dV6p1q9z91vj5NgGiYsl15I=; b=j9QcWs3oBfg/6ybD2Ykskgo0uvD2iwTxeaYbLlBfY3KTVkcGgYHIM7bWG30Ek6qMmJYK77 hRhjfcwPuYkFOE8wfQpnNoqfNEIuwKK91ZJKZLeP/4RNgQ56EJAPsU7mep/W0gjLeuWrHX BUfeQvqPMLdaV+o8mEFIiANUR3DdghTDqf19EpBGbQLlRWRJhA5yDShmWCBylcGkmOJE5G pJCrka9DIXa2X+wG0HlvfhJJIp0Q+4IiMN8KPU/kzEI/DlKHdE5OH42t5VOYl31oUdVuQE IlAbLw3Sy6g9NZzdIhucckQkWwjQzagroaoOZOFMVuJBqa4DObEybLt8wfO45Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749824249; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ie0rqda/NM3pcXdmd4e3dV6p1q9z91vj5NgGiYsl15I=; b=s5oE05kDJKR/B0bmlO3HnZF314S6NMX5yYGwWGcvyyERPE31lxaXzh2/F/ioFVEaRO8LXb BCLQF+eGRrjiYP1n/wc3nr3X8bssoqr+UMC5olfj8KxEeQX5r0UIPYdn9XG+5C0LUy04FR 99o1XEvkquI+krTJPwUZIBgClIoTfYA+LcXFCta77EBVUpTsTCCa0yBkFTGTHxc8HPMTTE jxDq1O5zUcGtG1HyXG8hJlRhfkK4qgmKxXFYmKywdqk51f73uPJL2pCb+aImLGwtRuWCb1 Kjl6z7jC61RQu7rNbaFM9RV0LLBDNhKQqpCWApEEfxttdG02rm/jpuG9VFwfHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749824249; a=rsa-sha256; cv=none; b=YoK3nfhB09oQpL96JWWNP8XSzkxsq7WS507VlVRSuKnnzHY0OC05P+BcX5DgOpuhRX+IO6 7Wc+6eS90ym+biZw9LpUq3vuoxExQvcn7FT6PN4q++zacRYH/v2VYFaCalXUYkNZwYfpVx vMdwXZRwQQBE0vqNEwrWlmBIJBbsmjQY9zpkNOpqZ/IGdshnTOjo9Gtjzxr6xMF6sE27S9 6zA4D5nSXKIHxCJjwEQSzkNSRqh/t/OKrIGOigY8OekSYXVGgT35zTFNTI3j4SPWK29v8d j72DwsVpCSUqo6dukj7AcyMM77jjmkGUKffKBb3kVTRc5P5Dffq3a8EZODsOPw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJhLK2lYQz115D for ; Fri, 13 Jun 2025 14:17:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DEHOFD069256 for ; Fri, 13 Jun 2025 14:17:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DEHONe069254 for net@FreeBSD.org; Fri, 13 Jun 2025 14:17:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Fri, 13 Jun 2025 14:17:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #7 from Zhenlei Huang --- (In reply to Adam Esslinger from comment #6) Try this instead: ``` # patch -up1 -i D50819.diff patching file sys/dev/qlnx/qlnxe/qlnx_os.c ``` --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 14:25:58 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJhX66RBYz5q4Tg for ; Fri, 13 Jun 2025 14:25:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJhX65x1tz3Nc8 for ; Fri, 13 Jun 2025 14:25:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749824758; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k8VNTInH4PTjneej+miAHvXEg3C6DwbO36/CPJboN54=; b=S7EboYkv6PvWq7WopIHQQui8OxDe69HOB01MltsGYwAuMrWIzQU12kTldqpuu8t7lmjxj3 jKzGAzrUAzUyfsJvextUkYQvKcqEcHmd5QZfHv9AbwRdGF92jh4HEOB4ls9Ws9yRAlyxtP T20ZWGT3xAlvuKjWbSmW+Uhwhpseka01G683h95cJqRg+aoHIqV2BNhSjXe1leMOXG/IXa mvma3X/lFOa1QSdDDbh5ed3cksYqAQBfwo1WIHiR3eG2ZYiebs+95/aoSUfyqhfabaoONI GeksCQ73KDbpBP9n6Dy7gF69g1kh+BVUCM8aduEtUmgE+9ZSIxSOeVRBl1XYvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749824758; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k8VNTInH4PTjneej+miAHvXEg3C6DwbO36/CPJboN54=; b=RegpVCqIXMG+E8RPe7ubKdA69wWqaHFfhz4YItVGrtWrBDRw6nr3hHuW2cDj81tas+6MVr 6oDL8dF3fWCLemr08qNO4mCJ27c/F67umLdEsHVet2vu1OvAIhM36nK8OH8EIhUzdT2nab H9VWbWJnAOqrHC/jPofgCjOEIED5ZdHd/EPtb79plX85urhWtaMYRD6npFp1sXU5a750sv WeT1VdB5b6ItAmhe7scUwMZFqZpmO3O4fS+qofI81FbpWdYUyCEOUOSwep56vnchnccL7M A5+UXzuhJrFmVilMzqumpN96V3l9uGRe3JNxqhdNXA+JtpORBSaCnwKcixBEHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749824758; a=rsa-sha256; cv=none; b=tD343ocYLn7r4oERmT2bWbO+0ID4z2nZJfgPHlYnM7NORLYfyp7Z0RsmiaU2uMkMpWVUip PA9xE4FnwuGkquXtFFFDOn06Er4LTQekds4BYOB3rWgg2Th4njHAEz3hT2yZUOMX42Mz+D cdM/9NCS2DXLZNgQbF9HuMbv3z3WZLAm5j+G/CNKrE0x3eBis9tX89VAFCsMn7QsNhESAV 9gymG8w3vRD6ZrMqDj2GYOvUEWcasafMDqSmP/MfhfEGeqEgL2w6zBe8Bi1/pSin5V0/ca wGV8cLurRikL7FAz2PQex+mBvIn+mVyK6SYRGzKJsPVsyn+yTixI1qeFIF8odA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJhX655hZz120R for ; Fri, 13 Jun 2025 14:25:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DEPwpu089489 for ; Fri, 13 Jun 2025 14:25:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DEPwWn089488 for net@FreeBSD.org; Fri, 13 Jun 2025 14:25:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287492] Unable to detect NIC cards on few PCIe Gen5 slots on Dell R770 servers where x2APIC mode is enabled Date: Fri, 13 Jun 2025 14:25:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: vendor X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287492 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |vendor Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 14:32:56 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJhh83s9mz5q4kB for ; Fri, 13 Jun 2025 14:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJhh83Kjrz3Pvp for ; Fri, 13 Jun 2025 14:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749825176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ju3XxtA7NjzFQS5aoMmfXRSrS0W6ePZ05ODu58pJ3JQ=; b=NbNT4QY7cVQBPECRRV4hIIM4/oA6wzalzHvAuXtf0fLzaKqJJfV4sqAbzaz0EtDjtsgql3 iV572bUVFwbExCDYKDrAQJYK1oEqHveGWjdEhqUNhMkpyY+u8hxoPRpxXl9ogf9UHf58OD RYeknDH2DajuqOw5zcctuwM6Cj59zYnbFEzew/j+Whd0vAeycw2hkrOBr5AC+QgdW8/6bU JTk/Ht/I/9YeUn/HY4CGWX/4+aXTb5vWyoFoJoj8fEkZ4Bx+c3JEOXpU02hU+422upvd0B WFo3QiPPhY4Sr0BF603wnS0EE6TpXFTCuVQaSb1kSk6OLeHqSmxfcDtp5FOwjg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749825176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ju3XxtA7NjzFQS5aoMmfXRSrS0W6ePZ05ODu58pJ3JQ=; b=s7s4KDmkmW1c7XUf5b8TvHUDcu6pnNDr79CcJQlIjjgAlNXiBkGq6cdCPPaYBGZtcezpRm fp0jHPq0JNgqjb0Eu3BDeu1S1ShzNotSyV33k0Tc4Tv3SXTnnaJ38kTdUC4r+ZrjHOwszJ Vq+6MXZfJhnhHI4ML+0k/KmK+5GEAzLNW9mYyOIusR+C6i1lp/5zYsVV0+dND/359EsRyu crCRyYktVZ+n9xsE4NcKJADxfnwEjB5AhvfIuI1TlzQXSxM5bC72Jt/h2KvqGSPHk6v/0e w4oMaLeKgb8+fWmACiCzfKqd730BtIevshZCp1dtqWBNohiuKzVGl+rybDglaQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749825176; a=rsa-sha256; cv=none; b=jaCXb+Oi//67isp+DZ4MUBBJ1QZbN3PXaz0QWzAwgZa1UsQNTBTxRNZGkkBJesVLd5b4pV cNx0DVP9iDVShu1aYlQ4IL5UQ4b4EkwsJr9OL2rjSbfRDReipMr0yI3KnXuRnVWkgqD1wl FG5rnP1GMLMguh2t6BAGV+JWTWoKGG0OrN2JYbv3MCqJ2/a4iDgwOax31iRp0f1zvI8CRb xorrjPgCifSwXY0jMSZTLwnC9PJytNN6JNs+7z5WMhu795ZjfENlBuJQfRJ0Pnoq8FKDSb sRIpxu3XWtbM4BSpih0HE5UgaM8Z9yhGvBBwK6LQb2eWdcMEW4YSwIPhuHekQQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJhh82n4gz1210 for ; Fri, 13 Jun 2025 14:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DEWuOZ007294 for ; Fri, 13 Jun 2025 14:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DEWuO5007293 for net@FreeBSD.org; Fri, 13 Jun 2025 14:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Fri, 13 Jun 2025 14:32:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #8 from Adam Esslinger --- same result. It's asking what file path to patch and neither works. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 14:33:10 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJhhR1N9Dz5q4m3 for ; Fri, 13 Jun 2025 14:33:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJhhQ66pxz3Qvs for ; Fri, 13 Jun 2025 14:33:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749825190; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7NoOEpx5OXxG0bgFlzdegDY1PuqbDknb86XQFVp04o0=; b=dH7IkdQ+HF5nfLuDOQPaafRvDIlb4mMiFFqwYXU4Q44pe/cMYMR0A6e02X5QKcItvAY+jQ ZmnvKyX8PdQsYk05ibMgY0JDPbZhWuhc9QrEHR1YL+t38hY1By3EAe2w/j3MG7HT1VFJLi 7qcW4nXYuoQ1Ve7Nbu5OcxBbXtZe42U5SegC7ZmUKEB/bDoTmizSrXsnwiYiiLgcpvEzHv SQ85VIgdYDojItH3DA+Gnm9mR5yQE6dKWgCNWxGJRe7XvnKMdHOmcqtlGuNhPC/u1naXNU d/GMrgl8umBs/02UBT2mRHlfuHzy5pgQvDJQyfBPo2Hvp1r2g0lQ+PtabwJUHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749825190; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7NoOEpx5OXxG0bgFlzdegDY1PuqbDknb86XQFVp04o0=; b=KHIWx3HUaeBL/2BCOvoN/Qzd7mlk7iKF+OLjf9x81HYxAiwS2oAh4ExP77vpVCu9zIyIMK dA7yXmsiEJHKVpwx6sblX63ux2fs0QDky67alwyCd09jMeabNCARkUA4/IT06oAjPOunO7 /rX78r+zM1aIoaTQNF/mwePSDa5Q1SQN3wWt26iSjJVYWPyw6YcaxFaIofk3lB/SOEfXM5 z8Pb3nkWSNSGHPr6aVAPyX35oI9YmsZdsGlzqNhNzVZ/lsG28xKIkfwP/RUrWwO4UP+r54 MDls7RBrMIIKaPtHzwkKVlT3A+uR1p6DcAgRC69F8dZmywSVTEPK68bq/OS76w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749825190; a=rsa-sha256; cv=none; b=F3Vl5bSsMMaFY4eGNaJHZWmxZ0hk9ZW1w/z/n4aGoiKftid1/P10Nz/YmYz4mmQUbnaaTV rsBRoirJ57kHhs4BQjHGDj4fIRz7h4Wnse6U+gGJa8lXEWu12Zj7SzI8EhYf311yklhGug 774AbZoZN3Y1YUwzqsHYI79RbyRy/HrfC37HUpfTW1U6RPtc5ua6ZLIDeSLj+QRe//7q93 98+gMqzY4zMAxRReUZ7JmsJRmi6OdRPSvp47O+E9BhayUEtg+ETFvTQUc16/NVYyUZmsL3 oxs7R4dKP2qGqTdpUXQMHqr4TIL3rOj7s/YLshyL9judsw+DnoiEGB3/ka3l0w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJhhQ5SYyz12Gd for ; Fri, 13 Jun 2025 14:33:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DEXAh8007719 for ; Fri, 13 Jun 2025 14:33:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DEXAt9007718 for net@FreeBSD.org; Fri, 13 Jun 2025 14:33:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Fri, 13 Jun 2025 14:33:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #9 from Adam Esslinger --- same result. It's asking what file path to patch and neither works. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 14:54:42 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJj9H2G6Fz5q65t for ; Fri, 13 Jun 2025 14:54:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJj9H1hLtz3TLn for ; Fri, 13 Jun 2025 14:54:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749826483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4n4NKtdY+ynuZh3f2qCvR6VwmeCKRzCOuF01YTBiViE=; b=fOVtwDZd2GkVQwQDQ5CUQmYTlOh+VxpbSFM06TwF8+1GFUXUpEhK9txWGciTNpBdQ5wvFQ euKGHGT41uiacq1yWNuKTV7r2iPhdQI1NO59P27OCr13ERy560F51XkNZ/c9e8oHiuddcK adI3TjcOpxuvOx/gYzbv1ii/hDsVtNAY3PLxJ5NZwXhHwApakBWhuk/oqxyEEw1uuw5Ei5 1CaewFkWCdAEZHhgyv+cWGqhQEYaAxCt9BKsgI3kT9RYm99fE2N/ZJmKbPLyP/8x+BGJq9 2jAixXRlnIvY4y6W7ei3e++daRA9BTfLgohGnu9+aLpHrTB+ox8vHE7Iqv+HxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749826483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4n4NKtdY+ynuZh3f2qCvR6VwmeCKRzCOuF01YTBiViE=; b=EXGYX0jzIxkAg1moYdDW4sHKzBbXdEWPsA1eGTVdzZQP9Y4CDx7SHiMESG4G1XdWaeA3aq YUlNTj/ip2/kd2LviGorgXOh/1tVnmEXotU5BnB/9gzRBFGLw6qBnDXsccUzlzWzhnUgq/ rHK3AtWrnyPWzQNPt9dOpmCfNx4WYZsgoiAi59Ru7uRnYpp54Ve82hTrVbrPWR3+u4vfO9 cTXIX99hyhMUZypkqC20MiDtVYREruLnMUShpzMkp4k0i1jBhOTlu4h8fO6804vaLN27jY h2MmrJMCkU1mw/icAzbMJYaMiO9dIlEfboNMojInhC+miR47HZOFxiKTQIDTEw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749826483; a=rsa-sha256; cv=none; b=xINIHicCyOO7RYQFN7B8N1NOI/qoYbg3dRS/d4VciXhL0TXdTyxjitXU4sh6M31mYS4K61 XyALHvia6yHo1th5GEXX6iQwYmH6YZAkMF/grS9YBQ+3BohJiUDjMUmZRaaHZeF4JWFkm6 4XfCNH0p3M+rh+qOHB8EceH2r1wm74siCiPHJ6PELQb74BkEXwyKbR5bt4hsUNq7939VPz ug/CitJnlv/SjxtwMWQIBHQNk7k6n1veVzpSR6H2IfexlBGiiaGEXAO9GB9mPLWnTEF2ac UxgVfinmqeP3B3TMXn59DhDGcuHbTqFdFOHjFYi7nHzNB7eB2/WYy4d2EYeVTw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJj9H16sTz12k1 for ; Fri, 13 Jun 2025 14:54:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DEshlM056052 for ; Fri, 13 Jun 2025 14:54:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DEshlg056050 for net@FreeBSD.org; Fri, 13 Jun 2025 14:54:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Fri, 13 Jun 2025 14:54:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: einar@isnic.is X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 --- Comment #1 from Einar Bjarni Halld=C3=B3rsson --- We're seeing the same thing after upgrading to 14.3-RELEASE. bnxt0@pci0:198:0:0: class=3D0x020000 rev=3D0x01 hdr=3D0x00 vendor=3D0x1= 4e4 device=3D0x16d8 subvendor=3D0x15d9 subdevice=3D0x16d8 vendor =3D 'Broadcom Inc. and subsidiaries' device =3D 'BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Contr= oller' class =3D network subclass =3D ethernet bnxt1@pci0:198:0:1: class=3D0x020000 rev=3D0x01 hdr=3D0x00 vendor=3D0x1= 4e4 device=3D0x16d8 subvendor=3D0x15d9 subdevice=3D0x16d8 vendor =3D 'Broadcom Inc. and subsidiaries' device =3D 'BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Contr= oller' class =3D network subclass =3D ethernet Exactly same symptoms. Running now on only one interface, no lagg, until we= can fix lacp --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 15:52:38 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJkS70hZhz5xcGQ for ; Fri, 13 Jun 2025 15:52:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJkS66zbRz3fJn for ; Fri, 13 Jun 2025 15:52:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749829959; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LrmzGpY9J9xifKT3TZseI9vQCIBrMjMz780DieM4+J8=; b=AeE7vN/lvmlwVwg5eLLSJL45dcyYSxgNEPCn4HhqI8BrJdttytMBKedAJfh9ijFURceVVc Avnlifl+A12IhBbSLU1JDEgMzbTdJaw2qpwfSbLuyfThPAvGnYT91p4rSSKrNHZjkUyB9q sZc11w4vPiYPg0izZxisVzxRklgt/J7lEhLqJetrTi2h/2lFwvrLMIFagWtO3RIKiw1IwC b1si59/gOiTzUsPcDKY9wB8yl4cqeygKyRsnRfl/iqzaE/i/uhF0xhu8aRTVjQv5AClG0r f5y5gsLR/NnJm32ieDCt4X4D7U1cv5PR/jg6L2s2dqm+/bzth1Oik83lGqBy1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749829959; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LrmzGpY9J9xifKT3TZseI9vQCIBrMjMz780DieM4+J8=; b=aZLX/VjQg37cLrlE0pc+7fsiaw+ecLPcWYpH5JSAIzAuQ0YpkLMPyjFohzciWuYqx7N88e XGJa5Xny2ZHv8FM12SEoy1/x+/Vh9P2S1QrMQuh1MpVAdamLj8jHmsuEoQMvtvKA5s8ZUg OfhodQKqExgc0ZQv5+qGRsUSv/hXe0ebX89py3AZ4r4vAhCLOiWLE7T9vZWWx44inhr6a5 Mtclh+NjlYG1uO2JSfcrKuLUnvYrb9c2OZuCrsezDYNq1sxWKUhXaPJ4kuGu+uqA1fbJw8 dw5tC+NazYIMs729leE4npu4CTDdUvvXs3Al4RjeiSX9Je8S8lh91YlVxX+EHQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749829959; a=rsa-sha256; cv=none; b=ZFEhxlb7o3DuSHyuGy2JmYnH2D1ZADHCohCyVzIsAIgNYzD3JJHLq5BOupOVO3dhgcO/63 wlLyN0NenL5aO1KDf+HMgRYHjJ6ciWWAoC3ThB2GwrO1GihWstaAFUc8+9hrOjv/3Z2PSX TJgIalJAM8/k00orxVH4H4RV1XzyMiz8BrZ5Cy+1k0GfErBM3ZSxL37YMP9jnJRp9rnRHi sIDdKA0kTNOq2dGqe4gzj46Zs7YSfDrA2wWNG5+colQl0Z/W5/yPltqCxA3wvoBep2OL3e 0jeKb4vFAVMB1iwe7QHU8MfGP+zS0tonqEZLLYatgTHHEKenNNM2YVHsxwrTlA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJkS66Zmbz14Fp for ; Fri, 13 Jun 2025 15:52:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DFqcOD095096 for ; Fri, 13 Jun 2025 15:52:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DFqcIc095090 for net@FreeBSD.org; Fri, 13 Jun 2025 15:52:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 286631] TCP SACK: CWND set to 2 MSS after successful SACK recovery Date: Fri, 13 Jun 2025 15:52:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: yjaeyong@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D286631 --- Comment #3 from JY --- Here I posted the tcp internal states in tcp_sack_doack at the start and en= d of the function. What I see interesting is the "sacked_bytes and sack_bytes_rexmit. As I understand sacked_bytes is how much data is delivered by SACK and sack_bytes_rexmit is how much data is actually sent as sack-recovery. And I= see sacked_bytes are larger than sack_bytes_rexmit which seems odd. It looks like this happens in the case CWND growth is limited by receiver-s= ide window and the few segments are lost. In such case, TCP is not able to send sack-recoveries as as sacked_bytes is counting how many bytes are received through sack-blocks hence causing this discrepancy. And when this happens, tcp_compute_pipe calculation gives negative values a= nd cause issues.=20 tcp_sack_doack-ENTER fack 0 una 2865053040 ack 2865053040 sch 0 SACK blocks: [2865054452..2865061512] SACK holes: none tcp_sack_doack-LEAVE fack 2865061512 una 2865053040 ack 2865053040 sch 1 delivered 7060 sacked_bytes 7060 sack_bytes_rexmit 0 SACK holes: [2865053040..2865054452] tcp_sack_doack-ENTER fack 2865061512 una 2865053040 ack 2865053040 sch 0 SA= CK blocks: [2865054452..2865069984] SACK holes: [2865053040..2865054452] tcp_sack_doack-LEAVE fack 2865069984 una 2865053040 ack 2865053040 sch 1 delivered 8472 sacked_bytes 15532 sack_bytes_rexmit 1412 SACK holes: [2865053040..2865054452] tcp_sack_doack-ENTER fack 2865069984 una 2865053040 ack 2865053040 sch 0 SA= CK blocks: [2865054452..2865074220] SACK holes: [2865053040..2865054452] tcp_sack_doack-LEAVE fack 2865074220 una 2865053040 ack 2865053040 sch 1 delivered 4236 sacked_bytes 19768 sack_bytes_rexmit 1412 SACK holes: [2865053040..2865054452] tcp_sack_doack-ENTER fack 2865074220 una 2865053040 ack 2865053040 sch 0 SA= CK blocks: [2865054452..2865075632] SACK holes: [2865053040..2865054452] tcp_sack_doack-LEAVE fack 2865075632 una 2865053040 ack 2865053040 sch 1 delivered 1412 sacked_bytes 21180 sack_bytes_rexmit 1412 SACK holes: [2865053040..2865054452] One more concern is, even if sacked_bytes are correctly calculated (which is smaller or equal to sack_bytes_rexmit), I believe such CWND choke up still happens. As the way CWND is calculated at the post recovery is based on the pipe size. The pipe size is actually chocked by the condition (receiver-window-limited-CWND).=20 I am not sure if this is a valid concern, please let me know your opinions.= I am willing to test some ideas to resolve this issue as well. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 20:40:47 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJrrc3Pxsz515hP for ; Fri, 13 Jun 2025 20:40:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJrrc2sCyz3Dyj for ; Fri, 13 Jun 2025 20:40:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749847248; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MiXi58lgb3tvlPupZ9BYkAI790hgn80Jq75aUYcCksQ=; b=THUqw+g2drxdSGk07VreOoycJiWQl9DEcLBbvGH/fD+scAKf5PnIPMuqJ2JKZUVNDl4dVg srwZ/KvwJMTJhDWiBPI392urPSQbn2Eh/5AnNlNoSwCyYPo7fISg+JlHzwUO0Bovo4pwth dCIqLxLK8pspzf5WSl74iYIvuSZ0I9c9JiB5MmEmokXDl9m0RBUq0eTdTPgni97Vnxi2SW XVIann3wZ+IBK1cwyAFkCuyCOMomkvyDllvxJvw/8b5mpsBMYYkyp6lRwhaAmZla/tCg5Y ywHAsX3NJP2ZxmuEIMpHgAA6IfwltqHABNf9IeW5xhRrzLkg1diAa0V297sBXw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749847248; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MiXi58lgb3tvlPupZ9BYkAI790hgn80Jq75aUYcCksQ=; b=B9+RauKuIbtgCmv0Oo/qYOvX5OxBJGfRaRG+FVeUdZpXv7XeE7isKEMhU0xIXMlrUK1i8V +Ayi9W7o3bGb1KLqQZ9H8ZoVJNOD+2aXarBOF+HHYbCArrcDIHT7RpQX/z3HkdFO37fmZJ o/d3rm7xVqZv+fF4DsGY+ikJnHAI2ajIreJbKoIVmXOoM8OqQwz0fm4RwuHLE0osJMRPeg L/2hGv9uVwvbnI5vLfTcKBhw3QQOPo8ADNVDMlH0+zgEb+afrogxvLJdo8sv3SMBapCTRB YwXmugwnZmcy27lGjvXRZ8jbBQu0CJca81jkfHXH2FW8eyzo5V2mdBqHDiGI+g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749847248; a=rsa-sha256; cv=none; b=YyehxFHh/0WmtIMLAl1jNCoOwLa/o3nh1KFbZeCccJybpJSMkH1EiWddRUo+JORr1Yejrk yPeaThPHKvuCRS//p5ir3EnjYh6kk2aoP1Xin0repejpDM4ov4g393b0v4V26iQ+vy3BoH 3mGVJ71kfdhPUyrWZO8k4hQwu47ExSP3+ByVu3U8PQVJqTPYHyihV2/I8fX1KDHeztjuFe cmZ6Zq6TsAGNaBSD3xWOeHuTRaGPLAP6UshHfqrrfxgHu+auHib8Agdq28j26eVdr+ZjaP A3lqgFhJxVvJwhj2LgSYfDjF6aJPhJO3CmcBpSQfwPXXX5YY8SIaq6rZKPCYvg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJrrc2Rtvz1CHd for ; Fri, 13 Jun 2025 20:40:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DKemCF088642 for ; Fri, 13 Jun 2025 20:40:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DKemMX088640 for net@FreeBSD.org; Fri, 13 Jun 2025 20:40:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Fri, 13 Jun 2025 20:40:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cyric@mm.st X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 cyric@mm.st changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cyric@mm.st --- Comment #2 from cyric@mm.st --- Created attachment 261245 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D261245&action= =3Dedit fix media list for BASE-T I'm not sure if fixing the difference in media output would solve the real = LACP problem here, can't test as I don't have LACP-capable switch, but the regression should be fixed anyway. The patch is against the main branch, b= ut likely should apply to releng/14.3 as well, please test if it helps with LA= CP. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Jun 13 22:18:49 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bJv1m0jqJz5MVhx for ; Fri, 13 Jun 2025 22:18:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bJv1l5Tv1z3Qny for ; Fri, 13 Jun 2025 22:18:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749853131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VDLNhUFTmDmRfLgp8xoUuKpm8eEhvrHofmSRfKKACPY=; b=RXCn4KSBCs6OmFr4J9bGOFSbr6AIegpdFGffAfHdFZDTd+j0Lq/pzU1phCQtP8HMP/Ogw2 Es9pz1P6oZhXJpPzeAHzvu7CKx+m1p8fIzARJMV8p8IMSqG7q0LcLsEXzX6/QNAmdQjim6 mMcUKhgAV2tQHcjXgTHaSZWiGAfDOlZljOBeXCrzYcdNHtxXj+9nFfuNmtfhF3DiIMFr4H 9UA/3f0vFrmvL9SD/Yph8Kdlvma8bCnN7ebnFqY/xYL4SIaRn7nAV4anr6aiiZidAletSJ f0qLc+9zAeAq8eHBN7iYwohm3SqEPT/C0Homtq5D/97uG2V0POODMtaReJw/dQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749853131; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VDLNhUFTmDmRfLgp8xoUuKpm8eEhvrHofmSRfKKACPY=; b=MQvO5vPgZJ+Xo/+sgL0d28r8ahm5vE5hcVa0Nx2IecD2Jxpls+mEFmKgLmk0FvMu/jjHAf RDmlK3CTKeYaXGol4PQZusKINlN4f9/2Et3NEJID9ydhGoMz5o1O7oWGUkWdK59SzIQm+o 8r+xzZPP9lojEdGkRjFyYQmNHPe7Gjnf3sjrWXtiv3Ug84uFDX8eR8SnOhff43Skerc2cX iTLZPh9NxGCAJgIBXJKmIO8SCflk2rc2EafYaSOqQ8YTaLP97u7GVhPq18siqQzndNK1GT ST6ukDh51z0tW80nomYVG+wzRo1PF4zM5UhTkARzqHFZQ/k+fiE3X7ey/NySxA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749853131; a=rsa-sha256; cv=none; b=s+jUxUt26BW/ah6AMg0+jqLn4ieqp6hliWhkHwyvxpZqJEN8kIhogtZFS5EquGKyF5rddc 0F5XvqPWPM6Np+jtPtf2yDiMQgNO6e/3niOJBD3eHH3XWfONvmT5gdEX7IqE7F2mUWkoKt VvJc/yNFyr8J1/5/P6j/mJ6lCV89yjtNBLlp5sjsCGtPektdcR5E6WzC75lq4JoRKadMRL 0IXYP6YH9IaP+iaYnyWyYrJXkOOwpTNxlhQ2+8Jk4tIVFSKyxADQI97la0RD+hwdA5rLK4 b/f6QMMUT1NtF2/cjyH1FfzX4jdnzPFWJFhh5k7C7+hG0A9NZJtofBRyFIqt8A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bJv1l4vlRz1FL1 for ; Fri, 13 Jun 2025 22:18:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55DMIpmU027835 for ; Fri, 13 Jun 2025 22:18:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55DMIpPn027827 for net@FreeBSD.org; Fri, 13 Jun 2025 22:18:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Fri, 13 Jun 2025 22:18:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: einar@isnic.is X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 --- Comment #3 from Einar Bjarni Halld=C3=B3rsson --- I tried the patch and it works! $ ifconfig lo0: flags=3D1008049 metric 0 mtu 1= 6384 options=3D680003 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 groups: lo nd6 options=3D21 bnxt0: flags=3D1008843 met= ric 0 mtu 1500 =20=20=20=20=20=20=20 options=3D4e527bb ether 3c:ec:ef:e5:ca:de media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D21 bnxt1: flags=3D1008843 met= ric 0 mtu 1500 =20=20=20=20=20=20=20 options=3D4e527bb ether 3c:ec:ef:e5:ca:de hwaddr 3c:ec:ef:e5:ca:df media: Ethernet autoselect (1000baseT ) status: active nd6 options=3D29 lagg0: flags=3D1008843 met= ric 0 mtu 1500 =20=20=20=20=20=20=20 options=3D4e527bb ether 3c:ec:ef:e5:ca:de hwaddr 00:00:00:00:00:00 inet 185.93.156.40 netmask 0xffffff80 broadcast 185.93.156.127 inet6 fe80::3eec:efff:fee5:cade%lagg0 prefixlen 64 scopeid 0x4 inet6 2001:67c:6c:56::40 prefixlen 64 laggproto lacp lagghash l2,l3,l4 laggport: bnxt0 flags=3D1c laggport: bnxt1 flags=3D1c groups: lagg media: Ethernet autoselect status: active nd6 options=3D21 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 02:52:40 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bK15h60C2z5PMfD for ; Sat, 14 Jun 2025 02:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bK15h4H1Lz3qtX for ; Sat, 14 Jun 2025 02:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749869560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oACkQgvaTgcabqiLEgrGS40wKb0cSPKT4c+n14FprzY=; b=LxPc3qEtxULJ6AgrpOW7Iy/i/6YI2o0J4TdaDZtuabYyIaBYvbp6dRZkNRPVcre1ysEpT5 kJX9mfLrj5TyngYi5WS1bYxW/XkqvdULWM+7RKqaATNEc24PdLKI3RWSXcFPTQN1z6TW8p QWJMQ+Efat1Z+2HHLRL+JojNh6+LwFaKqDHTQHxERT/sUCSCYvfAcTgft7KLROjXLAHwRI nsu655dnVTB40ZUN/NZHMTEhFrh5wMImaOvS+HAnabN87LL9qKwPQmXdqnLGuNDAtrkM4K dXQxLbhLfGMfBO6vv3oN9oFriIjsgj4WvKde2FJYnx4ID4KCOme9PpZSG2TJRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749869560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oACkQgvaTgcabqiLEgrGS40wKb0cSPKT4c+n14FprzY=; b=SaIH/Ttx8uyQwVcOoGWBT7J69CIkhkyISdCMLDIoL0fGKXokIPaYCebKqsIZyO7tF+dv1z UBx7GjkI00PmvQtCZuYNOCTpk8sSC6YHAnfb0NOd03B1uu03QqhTNmzFY15YB1bTTi19Fg rz/CXwwWxlyDir7n4AHLMKE6wBH/yS/Ud1JTSmunmI3r+1GUQLKjK4XfumYVUOVNJD2UU2 00xpw2LsmKm7V8V6ykvn1UYlzP+7wxEctnZM5TZVwq+gQcuYgQyrRtv4iJBvhdzRogv0Ig nk/gzia6U3LHcKuiS5XnVijfijRkmIisLvpNVSacI3hT2nhJ1BR1tuq1cTUQLA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749869560; a=rsa-sha256; cv=none; b=H15LLiLV6R5ZIpdpgqGQM+iX6WGvw4kMoguna8WD5JyS/JqJXPzENqT2iGs6EaN4CHMs3U ++g7IMH6n9pHKXjqyW64TELJn9Sx6Fjid+oEpVgkQHvxgWfo0G0GsesMEGdi6yp/BwxlZC ao+rwFX3UY2jTzV4jvVJUDi6pHH4wgFHxvkqf5EKoy4IyJN6awbW2qLcpvyr6FKNjQMztA 4LA3LG7hzzgrLLI5Posa5DH6rKyLFDnAsSPPIr9lbyQMtxOVp4F9utOhvDbbkL5cMAnCIu Z89T8wpKYvq86cTbjkTX+HbUCuwUqxeu6kwt7Gnd48I5Uq3ZqdarV+6d9H5/3A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bK15h3cPFz1NkL for ; Sat, 14 Jun 2025 02:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55E2qe7u099583 for ; Sat, 14 Jun 2025 02:52:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55E2qeIG099582 for net@FreeBSD.org; Sat, 14 Jun 2025 02:52:40 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 02:52:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #10 from Zhenlei Huang --- (In reply to Adam Esslinger from comment #8) You're assumed to have the source code, and apply the patch in the top level directory of source code. The default source code directory is /usr/src, you may want to install the source code firstly.=20 For building kernels, you can refer to https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-build= ing . Kristof has just landed D50819 in main. I'm planning to MFC the fix to stable/14 after a few days. You can also try the latest stable/14 installer instead once I finished the MFC. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 14:02:14 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKHyH5jV3z5MX0k for ; Sat, 14 Jun 2025 14:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKHyH4jlQz46rl for ; Sat, 14 Jun 2025 14:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749909735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8Oi1nMJ0JDJAFVnvtLuxsFr8QfvkoOrIAGn1YSlOVho=; b=W0OKCPZTBUZ1PBXReF6wcXsTnBFgYcBKFelUi3ghXxlI+lAtNAafW3KlOo7Y+nmrbAu8lb 8fwFv1fRbZRcG/Hn/l8M5ztzyGi0Szv4lbcMKGOtB6gL8OYv/je0UBS5K88Zn6Yt+uiK7G lyeQ46+mrH75KGP3gT8qGJl+Txf5EIiDVyLxed5/nlU2rOdi3kD67gSC4DQxbcGN5VKi7G S2Jojk7IbTfjHo8GIJdqm5zrDz2OSV0IzRG3U1r0FCOscH7HvAarS7z5PHhe6DfYur0bGs 8cDqNEOJ0escUNI8G09L4uCbDGbcGapznecwcWHkT/rBuTugqpjMyy8MJkCxvA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749909735; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8Oi1nMJ0JDJAFVnvtLuxsFr8QfvkoOrIAGn1YSlOVho=; b=JIoEoCmAV6bXnjqKAFcwPvf1tU9EayjyENAastacSpNt6+LUyksNhlL9+4zCYgQZm6k/ho Yc0vOiC/bhHUIxLXtJ5V2U2yZ5Vf6FoR27x2vRhmwcktF7zGcWdBZ/TJW1hFVketT7XcuP KntVCBMvWCfg3pikly3G7EJWIjj/MlCcShtUhGR7Qwxh9HKs46J7DIAxNgY4Up7rGOQ/TB c2Gdwilhk0h4DvpGvN1Bco4KA7bb3d+e58WM/xy38DJkic1FieHdF6ZjMKJBE+sMddrCzJ uHLTdtJvgU1x3h+PsoUbecxe/xZgeJmAm2MQAMGXGtpaHU7kQIf6uO7S5kIEQg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749909735; a=rsa-sha256; cv=none; b=e/leDdIGFOG/9lDzEYXjqXhoz0u9CNQw/IeG8mN04f37dtiHbzmR9rnF6d+EYNdum+hz5V Mtoj0yWpfi3mfwY1QgieKa0ysAD4O9bIFQOAXnm4ILqM/R4Kqp0G6wNEFcXPj9ulaXTsj0 11H4xojtSoEkHZujMyu6LjOQMcWibMPHvx5bB03ViDdjM0RezDlSNP8t9o7f5+xc1Drm0j 7vFzqOKmc8x14djvPmEqufuMVjiZ+QnVswU4v3LaL/eKVjyeFuXJDw0cjSVx20LbNFTTvp NcSpxh4tYNX7Ga/lEgKcbjwF2qDvmppJu3EgaccAyl4vun3ydixgxVdowR2KdQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKHyH4CkdzVZK for ; Sat, 14 Jun 2025 14:02:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EE2Fa1090724 for ; Sat, 14 Jun 2025 14:02:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EE2Fwk090723 for net@FreeBSD.org; Sat, 14 Jun 2025 14:02:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 14:02:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #11 from Adam Esslinger --- issue persists after adding patch and compiling new kernel FreeBSD test 15.0-CURRENT FreeBSD 15.0-CURRENT #0: Sat Jun 14 09:20:18 EDT = 2025 root@test:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 14:06:48 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKJ3Y148Zz5MX4C for ; Sat, 14 Jun 2025 14:06:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKJ3X55rbz49vk for ; Sat, 14 Jun 2025 14:06:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749910008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ogNpEvZUHHTA417/SKRfoSJh9j6jrC7WU+CXWO/YHyg=; b=pBSmRlZhAyZfy0rins4LxW443mScM/uemk14J/0cH7lYpSBMwBPMe+TT13EsjAwX7/TiQk OR7kzSvJXirOYOEzatHH53WrMfBBVUUOekTMIqXpIatmRIJm7/RQB/CIjd6NlSmvEr8IZG pQoAgDZWiu1Nld6dfVGzsfqgK6CmhmHkPM+GDqZw3dZ56LrxVg/10FnteKc48akjMcuDhZ U2vrcL+dfkjpiI1JhrTUcNcoPOqqjkfVhuC3jC4chNisoSkKmik7wzqupkSYamvkAUO5E4 jWwBxdXGYztVKT/h04x9P9BKvBOkJoR6WNJC5KOhxdoy79DH0/yow0yygvy6sA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749910008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ogNpEvZUHHTA417/SKRfoSJh9j6jrC7WU+CXWO/YHyg=; b=G6XTGxLt3Avo9RzAy7utQz1iBroKn6SkKsT6gOcvDQLea4Tzx9C2J3AOlv1BWq2Gz05nml YgKYXZub9oBFKUbtgf4ZGBK+CSiqhFOCc+H9vnxfI5wjBCX8Bk6f91gwlyCdiAurZt95ej i8HwFTA8PFywJAwMOXbbnaIlSPYD+6bYxidHCaAv6gwzSA8EAH27OrUnta1wfqnzPZhWnp dun3XdaHOZBeVUq8/cJ7PQ0ZuJu19suNvr9vr6ajvZECNViB0H19CFm8o+n/VYX5wwrC+c XJb9VvhVtyV3omgwK+kvmfYEK7dtJJ8v8fCI6FGzulcFhIeg+cibvmmWpZTLWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749910008; a=rsa-sha256; cv=none; b=SLLiXhmpbJW3nzCOyVvNw2HWReNEV+GQ66S2gVWR80ZSLOngLxeIkw3OnchbkMeLzeD6eS JQh2Qxi9R6Q4hMEzdKjnFo6mfmLB4ToCSdaD3rF+776ZOC4RoUQYIAHJI5SOW6/o8HSYxz zhHUpCLu/h6GolBIvQ2H4URuDFR+Ed5h6ukcUr6gU+30SFW7LNQlVf6Y8EjXUPr8eF/a6j VdIa3+Qck9mOt6PBgXVxZOOiRF3qU1cAdtGp/JTJa4Uayf/7LyeNeDQ8IXUidEFNAhVYmR LjIATg/wO7ryjj5H3m6f8xUdSR2ShcQL4gNMZv2iWbp2gOGc9rkIWlCTVNsNbg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKJ3X1J1jzVZX for ; Sat, 14 Jun 2025 14:06:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EE6m1L098493 for ; Sat, 14 Jun 2025 14:06:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EE6mIl098492 for net@FreeBSD.org; Sat, 14 Jun 2025 14:06:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 14:06:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #12 from Adam Esslinger --- PING google.com (142.250.191.174): 56 data bytes 64 bytes from 142.250.191.174: icmp_seq=3D0 ttl=3D117 time=3D5.402 ms ping: sendto: No route to host ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.174: icmp_seq=3D2 ttl=3D117 time=3D5240.355 ms 64 bytes from 142.250.191.174: icmp_seq=3D3 ttl=3D117 time=3D4180.110 ms 64 bytes from 142.250.191.174: icmp_seq=3D5 ttl=3D117 time=3D2090.368 ms 64 bytes from 142.250.191.174: icmp_seq=3D4 ttl=3D117 time=3D3151.716 ms 64 bytes from 142.250.191.174: icmp_seq=3D6 ttl=3D117 time=3D1063.664 ms 64 bytes from 142.250.191.174: icmp_seq=3D7 ttl=3D117 time=3D6.681 ms 64 bytes from 142.250.191.174: icmp_seq=3D8 ttl=3D117 time=3D6.691 ms 64 bytes from 142.250.191.174: icmp_seq=3D9 ttl=3D117 time=3D5.852 ms ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.174: icmp_seq=3D11 ttl=3D117 time=3D5301.506 ms 64 bytes from 142.250.191.174: icmp_seq=3D12 ttl=3D117 time=3D4241.533 ms 64 bytes from 142.250.191.174: icmp_seq=3D13 ttl=3D117 time=3D3181.564 ms 64 bytes from 142.250.191.174: icmp_seq=3D14 ttl=3D117 time=3D2118.093 ms 64 bytes from 142.250.191.174: icmp_seq=3D15 ttl=3D117 time=3D1054.611 ms 64 bytes from 142.250.191.174: icmp_seq=3D16 ttl=3D117 time=3D6.662 ms ^C --- google.com ping statistics --- 17 packets transmitted, 15 packets received, 11.8% packet loss round-trip min/avg/max/stddev =3D 5.402/2110.321/5301.506/1921.541 ms --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 14:12:59 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKJBg3SJzz5MXsm for ; Sat, 14 Jun 2025 14:12:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKJBg2NHDz4GT9 for ; Sat, 14 Jun 2025 14:12:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749910379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kg8h/SfavcotlZVeyCepnRDKoWtK1q1c8D3bo4bSfyg=; b=sB+XxkzUDDKXZtLZlJ/ghunbnpzDOzAaJ85XaVtRgTvt11mxch2lFJNwo2P80yCkOYu8Kb erpmfSdjHio+Q+CzyTdBrhihG5qT5Ymgx/XYMrakIMJ7qn1/kpAC3w7BsGjbvfFj3CtsIG xkgKYTlYuXmtaWXs01u4Bf2kj4SgF0WxyAdFig7kg3Oqqw1n6dTpjTdbKv2OXCtGB0gA73 x2wMdPJSjbqViBpZ2wOCYXtNTLP4MJED68SCSvez+5Wn707bcWv0bv4Ja/iWc5xdGtXzRm qlZyHE578orxDa2mJiSikIGcWAbIFhF/6ZhgOr8kGZQEi214k8Tzyy4JX2oSug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749910379; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kg8h/SfavcotlZVeyCepnRDKoWtK1q1c8D3bo4bSfyg=; b=hsYpptc7YiUdVNOdPOmFOCTydpIPYIr+0oESKZz66Zm8qX5+Gei2wSed2CdHxTjID48CBt FZVnrSoUvF5F/RG/aNEFvNmS6vLGgP0PCcNsHhS247VqFDZ9RcRksc6jg0Zg54IduiR1VS VFFv/tf2Za1fm4UXGZ3+OR3nFA78UdXU778u3NZ7BmO6vqNmC8uSnIZkywO2xxLITl/v9+ wgtKaMSeO1MI5PTHwKO+GOt6jvOhxrv+2JJWsULAfayQzJUaPkqVtu7KTlqz21ajTylsUP a63gwp4Mfw1a+rew77WuYZC8SZJtWAYzA1ukb4AVbzKKtaSFPG0EsH4ZXU6mGg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749910379; a=rsa-sha256; cv=none; b=cwQaseAqLiQVW5l4/Z/wVC8pHraO5BjttNkEb9J6NpDooyhU87N9FgL9TYp2ZM+QBxh+8i s/V4AJkYiPJyCF21pax6NNs5jfJTwKOqayE2VXj+9vuG6o76KIA/NnCW791MXgRcLwVpU8 eNkXD4cRfJEoAaLuuqQi2pPcTozxEpPH7dPy27HQAjEQ9n+PO4EsQNdoBAWMBuFc2MxQ9Q NJgVUn9zTmULVOvFa5CtxGbhqwLJ+K60OvIg4LzfogG164XGT4UD3Yj3HCLsQlBleuI2sY yKsieovAjJKJ6pQH7H9rXMMzyjt71gJbA5qQrVYoPPvgC0cGzdN5bTDrPipr4w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKJBg1tflzWGt for ; Sat, 14 Jun 2025 14:12:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EECxOU022873 for ; Sat, 14 Jun 2025 14:12:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EECxeP022872 for net@FreeBSD.org; Sat, 14 Jun 2025 14:12:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 14:12:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #13 from Zhenlei Huang --- (In reply to Adam Esslinger from comment #11) > issue persists after adding patch and compiling new kernel > FreeBSD test 15.0-CURRENT FreeBSD 15.0-CURRENT #0: Sat Jun 14 09:20:18 ED= T 2025 > root@test:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 Sorry I did not make it clear. I meant that you apply the patch against release/14.3 and test again. You m= ay also apply to stable/14 since release/14.3 has just been released and stabl= e/14 has not drift too much yet. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 15:32:56 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKKyw5d7Cz5MfYZ for ; Sat, 14 Jun 2025 15:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKKyw5Cqsz3n7Z for ; Sat, 14 Jun 2025 15:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749915176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dJfpewwoyFvWKggSLU19H7O8SIHAHT1eBuAx+uv27ek=; b=Jl0uKePO9G8W7JRVPLKuwMgGUfJiU0lUSi4NwdXPQE+bKFNRueb/RI6trnDtl9H9o77pbq w27WwIe+E18kcEftAvfdQNDNpyqzFZm8muenC8pz9un3KI4OO71kIhk1xzZDpn74bD176M eOPwb4iDAa2BPINRe9uAITRgrAqv9fl7MUCKl0v0/s12FiAotfoezTP7lONoyAs/ThsV3r WK/kz8CZpZJ9IuxJjg76NUZfxX/G6f7cpAimsAO2LIMhoWo81mxIXHHN6jNRXxEsFGqd30 oE+Swbp2dAk/5Pbdt/NJ7nkWIOckjYz9RwO3o5xJYGGQTPxketxhvS6VBychpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749915176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dJfpewwoyFvWKggSLU19H7O8SIHAHT1eBuAx+uv27ek=; b=W+s20YMyZlzdVAVpeJjxIs+GgxNlOsZmWJx+SASrtMbVUpXyVCiJaUC+fyKgKwxWNy/iHn G0vt+LwxofYZOtIzh8saEYy9t+QnJSOEV34xIiTZmOIlsZq5QHtsOAfybeSy/BblyiLpQK giFG9/3GVKSXChr0jc90AmS8i+JuBmUjSsJ7LT5zxOmdbNoXbTnG4312P4RHKbSlxijH/L GoarlsjC32J5D6PSVUveXRHu8wJfQtIsuAi1ReBTmTteRpz8S2vrbQKALsZIfZwEqeIoHb H4yo5AklxDb2PFld9VIryLeqiWMX7/jCA9XRJNEzkqKLVQ6w4WuzlIjbUyuTlg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749915176; a=rsa-sha256; cv=none; b=LNq6oCn7qGakjGGRbcUGxajJXgqPFc0Z92650ezLIhJfc1APIu1qqbQii1PGPjhn/MwMCq wSNQJhlrchg1O+9bEO+r0V8wgP4sdyf99jcuN4rSoyjatEJL2drShFbwKKpt8z2kvkpJq2 68pPMulmIdNtaLAL4tbG5UWJR5mNpwu0ObFq35gsay4s102048DdT6RKTRpEtNttyNQw6y RRXO5GKvqM7LXva/Wh6t2em/VUVSb388NLLLmK6dmKe4/9zolGpcmU2Tz4yJuTEW1dqjlj 0w6kaHU0Vz6ad6A8Yidrs4l8eIE93P5j2UnNrpUferGd6zL2NR5cj7SpnsNE+g== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKKyw447FzZRy for ; Sat, 14 Jun 2025 15:32:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EFWubO026998 for ; Sat, 14 Jun 2025 15:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EFWuOQ026996 for net@FreeBSD.org; Sat, 14 Jun 2025 15:32:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 15:32:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #14 from Adam Esslinger --- In 14.3-release with the patch, the issue persists. root@test:~ # uname -a FreeBSD test 14.3-RELEASE FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319= fef7 GENERIC amd64 root@test:~ # patch -i D50819.diff -u Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c |--- a/sys/dev/qlnx/qlnxe/qlnx_os.c |+++ b/sys/dev/qlnx/qlnxe/qlnx_os.c -------------------------- File to patch: /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c Patching file /usr/src/sys/dev/qlnx/qlnxe/qlnx_os.c using Plan A... Hunk #1 succeeded at 2339. Hunk #2 succeeded at 2393. Hmm... Ignoring the trailing garbage. done after compiling new kernel root@test:~ # uname -a FreeBSD test 14.3-RELEASE FreeeBSD 14.3-RELEASE GENERIC amd64 root@test:~ # ping google.com PING google.com (142.250.191.206): 56 data bytes 64 bytes from 142.250.191.206: icmp_seq=3D0 ttl=3D117 time=3D6.801 ms 64 bytes from 142.250.191.206: icmp_seq=3D1 ttl=3D117 time=3D6.661 ms 64 bytes from 142.250.191.206: icmp_seq=3D2 ttl=3D117 time=3D5.467 ms ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.206: icmp_seq=3D5 ttl=3D117 time=3D4156.445 ms 64 bytes from 142.250.191.206: icmp_seq=3D6 ttl=3D117 time=3D3131.728 ms 64 bytes from 142.250.191.206: icmp_seq=3D7 ttl=3D117 time=3D2071.780 ms 64 bytes from 142.250.191.206: icmp_seq=3D8 ttl=3D117 time=3D1009.589 ms 64 bytes from 142.250.191.206: icmp_seq=3D9 ttl=3D117 time=3D6.967 ms 64 bytes from 142.250.191.206: icmp_seq=3D10 ttl=3D117 time=3D6.495 ms 64 bytes from 142.250.191.206: icmp_seq=3D11 ttl=3D117 time=3D5.866 ms 64 bytes from 142.250.191.206: icmp_seq=3D12 ttl=3D117 time=3D5.296 ms ping: sendto: No route to host ping: sendto: No route to host 64 bytes from 142.250.191.206: icmp_seq=3D14 ttl=3D117 time=3D5324.034 ms 64 bytes from 142.250.191.206: icmp_seq=3D15 ttl=3D117 time=3D4260.530 ms 64 bytes from 142.250.191.206: icmp_seq=3D16 ttl=3D117 time=3D3197.042 ms 64 bytes from 142.250.191.206: icmp_seq=3D17 ttl=3D117 time=3D2133.565 ms 64 bytes from 142.250.191.206: icmp_seq=3D18 ttl=3D117 time=3D1070.115 ms 64 bytes from 142.250.191.206: icmp_seq=3D19 ttl=3D117 time=3D8.361 ms ^C --- google.com ping statistics --- 20 packets transmitted, 17 packets received, 15.0% packet loss round-trip min/avg/max/stddev =3D 5.296/1553.338/5324.034/1778.843 ms --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 15:44:20 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKLD46h80z5VbL3 for ; Sat, 14 Jun 2025 15:44:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKLD45kKJz3skN for ; Sat, 14 Jun 2025 15:44:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749915860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Lz8DbmG46NBhiFM7S+N9uVgRTnaOAHxDu565vGffxuE=; b=tvLcpbKday7boX1ySdWMEdEeHACxTsVy5xc0PbcuuumI/DXtAboOLUKEenKc8uat3IU92V Kwwa+/WgAfWz20Hl92V0+PC312aKaKDkBNf+xvE2H11gDEf85imMtLSwsq8g1U/jnXpRg2 q5s10djw0YXdhlxMobxA/CJukjhWcS/xg3/LQnFzoxj8YMSDnG4TTCLz/TdWRwWmpUQwht rB9Lqu20SBZLGfqsAdd4buBqj7l/LP78RsNpxhdg4bNOvKqlI5sbo7XuAJCkHafhlctdkL TFN4aY9E7mSTRWQQ55zyx6C0Q0swLw9m2T3vxOxcaIF692F3XiDJx1dcjwdvbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749915860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Lz8DbmG46NBhiFM7S+N9uVgRTnaOAHxDu565vGffxuE=; b=nbdkkuXHBpWB1f15pRD2kDrOcvfwJuaD+toPr6VBOYj1+J5MYXMhxzIX22mBkCnkyi3/bn wKflm39OhrmuPPm+OLvprun8YEkGHOKAZSOr0tolGymUu8KkkZI7QICmGdRI+NtqZWTRy8 ViQsKNYVg6hMjz3W+z+Y4cywHJbKgFy28uoJInt5spOZmRAnAuWKKdqvKc6ZSW5aB+iE/F 4JvOWCFBv8PjXlaFoZ2yRbBidnGvJ63P1PCqu74QuuzNqMEgutjmp7pIQjV1oULZhhCg4e H+2Qo7TW2GwM8akfd1n1LXjwL3YN1ZH/CngZJ31MgUBow5XKwylKEoUMd0jxgA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749915860; a=rsa-sha256; cv=none; b=FFY2KDDKsgL7G69MKj7Hie1TcmFwr3sXUM9rYIZ8sZr49kWH0sVZxweVV9k51xOyfQcupb ciZ1VCkr8Nq5A1VmQ3Yr0ZYJV2Vo6F88pf0nzKJ3Jk0HJxaxBEk6RbfFN/MZZ//EKgq54r AXZFkGcj3+BW9HaRdOZLqB15XRj5uFkQegnqSALr8XWuUkuT1Ux77l3Sais7V5pKgAE3z+ 5Q4lhbX4VrkI530vNNtNYeF791bPYu/hkYv2EPjiLFYq92oKU6xrzkZYdbCUWhlSEKEMYe XZoUAR0FSGQQmuSG+WX29XDU6iGXEKC1l4vobTuxGSjW9BA5BuJd8ttF2RS+HA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKLD45HBXzZYl for ; Sat, 14 Jun 2025 15:44:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EFiKEq052916 for ; Sat, 14 Jun 2025 15:44:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EFiKnT052915 for net@FreeBSD.org; Sat, 14 Jun 2025 15:44:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 15:44:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kp@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #15 from Kristof Provost --- (In reply to Adam Esslinger from comment #14) D50819 is not expected to resolve ICMP packet loss. It may potentially reso= lve the panic reported in #2. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 16:36:18 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKMN269Lqz5VfkZ for ; Sat, 14 Jun 2025 16:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKMN23dw7z3RqG for ; Sat, 14 Jun 2025 16:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749918978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xEgApQn2v5WkSLmK0BsApJ5P1AhA/JVMpe4i3F2M3iA=; b=qQkw8dnmj5buBZ3FUXZfGMkaNSIyZ3L2FL6CvOpa/yyRXq7fvJz6KW/x64WSYQYKhVXfiE 3WvZcbQHLUC8iqlOEWds6qQagn6HsBdRIxfxraDnyHDl0RE5wF159g5gUiSNRRTAGvK8Fh 64AtWg6aysoIlLNXQPefN84N5iDJNH971tOMpMFlPDgd2b5ba+Sji9rKyxnYmNmThnSE4/ gSU7wfUcF4jmfkryOphxf0FkQZCI0e0i9ioDCS+o6Q/hymYLHmRh1TAvCtPYban6kHKobt OoN6JcSJcP2eIKgCIYFdneTMWuoj3BvhLPGP8+A8czipEzMfXoO6IQd/kKAG4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749918978; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xEgApQn2v5WkSLmK0BsApJ5P1AhA/JVMpe4i3F2M3iA=; b=jLrdDcr8AFtycu88jnTKoOdKgYh5LQg4xHhoAz9BwNDbrmgTdlDeW4KzVzBhKUr3SNKvX6 GYNowOp5G25w9xyfOm/LjL9g0oF5Hj/tVOyo6lFLylV1NJkQdkzsU5dCpQwL0knqxiG1jt /1NYbEl1HOqbFy3JMMdDguzGGuM9d7vsuZMYW/quoqfbr9EcETz+4z2DV6uy3uNtECq2BP 3WNIaaWKrm/u8zcCjtgsaY7wPkvm4FOcZxHS7xnkYAbEMgb51B+exYJ31w4UdJDKcDIUL1 hc/zkjoxOVrPwD8h0Z1GK9fcY8ibguVVpFAadj5DXJrB/jHImKMj52z/SAUynA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749918978; a=rsa-sha256; cv=none; b=w2YFauLaFDiqijX75KFFzwER/o6j7G8EVP0JSR6rHcgdFljPHrhmSP4CSv6GzNoe3knYMt wBkEKF4MeVZf4XpOTG2gha6ce56n3Elcwshdtl9j2CO6vSaydVJ66pI/MrWGtyf9oPwhgE z9SVJyvaTM2ZRjzhnfYIgelV+b3UclB4riROGBFXjaELdmX8TTfxVmr5BTPUziZQCm/Jgk KbhEt0x6VIvSuBKTfSjFvGP0hXNnGZOeyK4efmRFYV8Jh3uEPxgZdlnHRg9dkMzpnFtKzB qV31+5+ejVmomwrgzDRCIvDcNcKtcnFS35YSa+nYng3s3vP0F9f9zzzuNd+9fg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKMN22t9pzbgq for ; Sat, 14 Jun 2025 16:36:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EGaIKJ071298 for ; Sat, 14 Jun 2025 16:36:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EGaIZF071296 for net@FreeBSD.org; Sat, 14 Jun 2025 16:36:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 16:36:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zlei@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #16 from Zhenlei Huang --- (In reply to Kristof Provost from comment #15) > (In reply to Adam Esslinger from comment #14) > D50819 is not expected to resolve ICMP packet loss. It may potentially re= solve the > panic reported in #2. I initially suspected that the reported issue is performance regression, but the current symptom hints that the nic is flipping up and down. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 20:13:53 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKSC546zXz5pl8W for ; Sat, 14 Jun 2025 20:13:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKSC53VtNz3qKY for ; Sat, 14 Jun 2025 20:13:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749932033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yL6WQe9lQCAVCpph5a1z/R2mUJsCEmFnXDHnQNGbI8=; b=hu5vjBainI9uyQtAMRDyS+HkOpbLPEc2Wmr/KMbNKgYaSLbuKNNSdWzTd83ew/rkHEbbdX V6O4K39ixsOBzCJ9MEKzsJbMGLR5z4Wqh0IJlfBzpoJsZQhCX3B8Nza/yqBxrvlX5wfyEK hD1XlVBgVVXcbIi+RFqfU232SZNNIxlI+1iPsYWuBbRxhc5aPsQlrrE5KsfGE80WREX0Rk j2Q5UtJ0C1xkf1MIYWAIFBUqW+7IHKH8F/4LGfOVbk1e5YSiPBaDJJhtiyzvI3Qa5PVVgh pKNwgR25hg2AfALAI8jLKRwhlWtrBBqtt9prowEIkz2qXpeXcv1fJnGdCfNDyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749932033; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+yL6WQe9lQCAVCpph5a1z/R2mUJsCEmFnXDHnQNGbI8=; b=eJUaoQdqlnut8Y3LYj0JIeeGi3jG6ibRN7xS1peIVzhk/esutdQyvSf0/m4EKFQdEmR6H0 x2Dc+DbkOz9WCs6GegX9NsiDvhuHz+z3fS5vCNaBhUUi/ka9iB0HDsnvN2UxtF9ERNxSVK tJXyZnF4jdACEzcvckVFg3Po8m5mAZz7u9nA0ms9BPl1OdbOojKA2E1uSklAmNjUM2wC8L qVTTr7o5qYvJ8XKfa+4hGoQCzTEfgOen9p4ZiXOSse3c2S9qK2ocp4VBcTfSoJZ0WpHeQk xZiFapxriSyFWC8sTZ9SDwgv0WF1i/dacykhryWHEwb27Z1rzqFA+mapPwga7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749932033; a=rsa-sha256; cv=none; b=B7GVlAmVsIdABBCY640In5LCa/7M9bvk+p625GNZ/oCKy7yBgJgWNu5BekEK2/dXrjBfX1 E0G7CkN4CHGYypq81zQjSOaPh32393p7SAPy+w7YDWkowc8Kb86d1J+3F9tXzZ+KoBt1gA aJoM0nXEJgTpDD7f/BvVFa8qi1ujMrQZ5PS3PJ9cRm2QpkL+bOuefGaidWMXwpnohkjOpt fTs+r7Gxd8bS54cFtjx4DJO7Dx6mKwf2WC5RRnmLGilj18fjWMKwdWn8P3u7+qYfPpaZgl wGkjxPP5Tc6KFCX8WOxTgYpcUABgNTGj77rwulsWdBvRfFOL4639rFTJ/V0pQQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKSC52yWlzjBB for ; Sat, 14 Jun 2025 20:13:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55EKDrJU066339 for ; Sat, 14 Jun 2025 20:13:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55EKDrnG066338 for net@FreeBSD.org; Sat, 14 Jun 2025 20:13:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287445] [qlnxe] QLogic/Marvell/Dell 41164 ping loss Date: Sat, 14 Jun 2025 20:13:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adamesslinger@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287445 --- Comment #17 from Adam Esslinger --- With this patch... looks like you are correct on that one, I watched the lights on the NIC and when it goes into packet loss the NIC link light is off and the activity li= ght goes out. Even when there is packets moving the link light never goes green= .=20=20 When I put a static IP on the NIC I see link light on steady and activity l= ight blinking, however ifconfig ql0 shows active but no IP address bound to the interface despite the directives in /etc/rc.conf ifconfig_ql0=3D"inet 192.168.200.102 netmask 255.255.255.0" defaultrouter=3D"192.168.200.1" --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Jun 14 23:55:35 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKY6w3pCKz5Vl2p for ; Sat, 14 Jun 2025 23:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKY6w2NFfz3lnW for ; Sat, 14 Jun 2025 23:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749945336; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eG8nRbBxbScalVN+wvgauOFnKRaATtzR7+GkYjbr38s=; b=VCX2mfSCj+HzdACixp7OOKdOpUDNrIwkqa3PftEbSXr74/peogjar1b/Ow3ST5p9Fm4gnw aDNRAJZm+8rAHzjiEFZy9WoID+46EWayj8Lysc2ospauf1BMMkiOArC3kAjwkf0yRroJnY tY1WSMsc2ynT28Lfju6BQUkczG86F7bdAj3wgbDQZ3qunRZKAVNWQ+fXTd272a9/eJlRVa R3MSjT9i7OrSGHL19oWSLMC8cBKqiAelaGmAe3BhMyGJm4MeI/eSPEFCAAW9L7+9AiY0Le LT7isPsXLc/jz8BZRHYlRW7QxRFbr9XdrtQpDlq29m7I8Uc3wKKytqdj+qWccw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749945336; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eG8nRbBxbScalVN+wvgauOFnKRaATtzR7+GkYjbr38s=; b=TZJdsR6murliiLMuNJQzOssYfOlLX+tHxss+KocYhVY6MmdfXFdazZHxfKn6lSmJGGtfT/ x7a9U7gRu0rKHllV/yHESc+3bMYgCfDFlAB2jkWV4qDduaSVODne1qhCE8bIFMXrXUNJ/s ZUu7Q7avDSAeWtLL94w4WIVLCiy6kapqGjymkcNDXEMuxB0NEdD/31hkmuN2x7mMTXugqy 62rrbbYvZwP/QM1F8tib1JCh3LoyECS76abj6Ss9/2YhBv/bO5vxQdj7gMNnXohvnj7ZIF 6h+SWoEd1LYs5a+dRZj1zicxWvQsU+rFoVpQ36Qp8sOGBmES94xoTOPAJf/SnA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749945336; a=rsa-sha256; cv=none; b=k9Gur6yY6LC9BKRs1x7rvw+wiv/itTM9gyliNTfmao+0Ye5SWw0TTERkGeGfzqhYRu4rAL ePzNFHdnaYSc4WdQLJEfaLR0HkVHEg9VfPlAmAKxNP5ko+tXyLIVlJkU28/SGaTIobfAA+ cXpchE7Qy6gDIj0hQJLSM6Tt1l/933ag+RqzUv0zDJGIMpvDt7XaW2nFN7eHjynEr7Uk7i cyFsK+Hkyw82Dvfo6EKyZ4qENmc9B6sEgXQywo1sfl82xCbtnaJddDDx47hunj/eZfroJ5 EmGgS9mDd7w6sCV/SDEEvHrYdevt/oK+gqDjofqJXVd/MdEXjefnzTuKYt5WMw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKY6w1gFRzprY for ; Sat, 14 Jun 2025 23:55:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55ENtarZ058466 for ; Sat, 14 Jun 2025 23:55:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55ENtaGD058465 for net@FreeBSD.org; Sat, 14 Jun 2025 23:55:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Sat, 14 Jun 2025 23:55:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D5e6e4f752833acc96f1efc893318d3f6b= 74b9689 commit 5e6e4f752833acc96f1efc893318d3f6b74b9689 Author: Kevin Bowling AuthorDate: 2025-06-14 23:46:05 +0000 Commit: Kevin Bowling CommitDate: 2025-06-14 23:54:22 +0000 bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media lists This was broken in c63d67e137f3, the early returns prevent building the media lists as expected. The BASE-T parts of the patch were suggested by "cyric@mm.st", while I am adding the additional 40G AOC, 1CX, autoneg and unknown PHY fixes based on code inspection. There may be additional work left here for Broadcom but this is certainly better than the returns. PR: 287395 Reported by: mickael.maillot@gmail.com, cyric@mm.st Tested by: Einar Bjarni Halld=C3=B3rsson MFC after: 1 week sys/dev/bnxt/bnxt_en/if_bnxt.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jun 15 08:49:56 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bKmzT3cWYz5sGnD for ; Sun, 15 Jun 2025 08:49:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bKmzS70BRz452T for ; Sun, 15 Jun 2025 08:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749977397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vqH0ur0BM4HqJcVsiDrOMYQ62FnSmmmdt0OWbNVtzsE=; b=t5StKkWAg6hS0Hr3sQq35v8Luu/5IJNphCJy/Wx7Vfz18FUcV0n7BTvZ0ORgDuxOxgv80P rLbYo/99Jsp5igorkL1uTEEZ9QwowwyODi1o5Fl+kueoDTpuGGGSVMmfsQ7O3pfM3ncxxk Kr5c5xOBBwJpp6w1Y3pcQ0ecR/QzQ6WpZqIkwP11+y16vwmjUsdAzymM9CdbGXOHotqK1C U7V4FQ9f3Yz8Utf3Er/x0uWgWv8NTx3Z5csAF40itf2JD3q1luSMy8qb2TmqnKbpicjVO6 c97CTdBaScaq35kpGiFAETsxfI6EIFj4ILxozFKYnmj/xXV+MogdmP9fmPhsVQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749977397; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vqH0ur0BM4HqJcVsiDrOMYQ62FnSmmmdt0OWbNVtzsE=; b=JyJ0rZHOmHIASjwzC2B9R+XeLDYh40E8epN6c48Mc6xsACcoNq0DfrO+8chDmoobP/k34D kErj0beuHQE5w2TEatOomJL/FQxkuQkjCM1M52YXcxdQBGVwN2iV/nAfk1LDRVK2B1h3aU PcExu50YO9j9sKIXMOyBUpYKV5/LI7n6isk5ah9fBo47dfBWpP7xLn3OHA16Uhqafa4c5s pI5yJh1BMAFNv3esj45oKR20Ic5HgNJLYNl6AJYY+L0VyvMIv81GcCf6zu0BTcoyWoIRLE sj7KkPYMtOGhFiUmdH6LKeqTaT2KuJJpzEc6kQZszvz+Sa9lvpSKpCbFowIFBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749977397; a=rsa-sha256; cv=none; b=r2yO1OYKM+63V/xFkjEQcDR+KUgWS8S+vpR+Zoioz2kMhLlQMzfMJTvhU5f5AsRC9OLFiU pCsucX9Wi8Ce3++QfBpous9RoZZ3akDUmQLmCFl9YBwLDJKgcxY2iPiaDtnfhhZuIKuHVG fZC1kOVE1XPySZql+D7EGYzwTiqkk6bRdgfbte5BLsZ7CfYoi3sSugHjWRr5WemdZcyeTU c0cONAYiCAvk8okCsBBuHWG+NEGQ3spoj3ugGcYsKvqnK9+pdhT7q/f2MbyOKz+CmNh651 RRYJ54o2BR30t5Jq2m0RxF20yWYCuwx7fz9rUOtFDNdEBQtokuKuhLio+6yKDw== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bKmzS6Wx3z14qH for ; Sun, 15 Jun 2025 08:49:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55F8nuB9058695 for ; Sun, 15 Jun 2025 08:49:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55F8nuJf058694 for net@FreeBSD.org; Sun, 15 Jun 2025 08:49:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade Date: Sun, 15 Jun 2025 08:49:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: kbowling@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kbowling@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to cc bug_status Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D287395 Kevin Bowling changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|net@FreeBSD.org |kbowling@freebsd.org CC| |kbowling@freebsd.org Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Jun 15 21:00:18 2025 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bL5BC5Gnrz5q3Ff for ; Sun, 15 Jun 2025 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bL5BC0nsNz3HYm for ; Sun, 15 Jun 2025 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1750021219; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=T2unwiG+MkNbiLJxBeCY8UJ4u/w+0uVd7OSjDGCSHAs=; b=tbwRjjq6kp9QFNBgRdgeOQLRIsPlXwAr0evI8jODQ/IJ8dWMe4zsaAuk8hzETqLLdbWV5d WZO27axc0ym1O//DWdLJQ60X1MgtwdR4fuP/lYBoigUyDQGINouJfWNfN8GIJMQ9cQ/kdu AFbYPa96gYVP6xoxNcI3NxcOt5Di/FDwBVfg9oA/nWHqNxn3Qwj5Ejfq0O0gBj+Hhpcoly 53z1zFX/z+nuvMWcmlLrcXoYN+nzQdhjNdG5KZEq61kdrkdi5FXy5CN4F13rVcXcPidGS7 Qe+avJo5PRblRm8YZObNxeWBmOb/aRAngqfpqHJfx5t/BqkxvRMdzsGswOJBGQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1750021219; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=T2unwiG+MkNbiLJxBeCY8UJ4u/w+0uVd7OSjDGCSHAs=; b=dX42iOaa0KNvsEuVshnr+9XVgJAnxog4ZJlA6/vjjUmZrjHaqnjhf9mzzV2OPG6rF8FWnd caZJjVfBGMQEVHZIPLa9i1aFjYCXiGWNZoR0SuI/K/VxLIPYgamDti3EfLIRRXlfOqXBpv T0dXlp1XmfnQaJCzRXV4NrA6GYjPY6FxuM2P0i/IQ6LmEhLj1tFx9e4V5O03H3htoHxlwS ZTnrddx2Tw1hOI7Fro4BZYGhhSRMLaQF/Gk4udk1GLWXj6iunlS2ovQjNYRdScgVdNrkEK GZ4smQ3f9vzysRkp2tr+cYJzzqgD53toYhg7aur6103gxsSh+qeCEWuzwV2ZVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1750021219; a=rsa-sha256; cv=none; b=XRbhrAd5+HiO0QGnqP8Wk2FOyGvlAr109HZMOypFQwsus+X5gifqzK/j6yICu8gartuesr /PkmvU0n7179ETLU8zbFry3+fi4J42hmSSvloASQn3eDzw7N4Fb3O71DRtUCn2z710R0a/ jl78RO/FbePLAoZaM/uI4hbDE1sttkm9hH7WMPGijoVHt4imR354SFuXsK/8clsUrP+K00 gYWLFnTc9ORzpWlsBnVUGQTTVQ08dzd+YD/wJiGPEDCh75w10eWshmFIV9MG1PkI137no7 3wGZ3buYafNdpeZWJ5b6CakFEdyQl8F6vRsVCrSB/I7kFvtwGKfP0gIm9AXMGA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bL5BC0MPJzD3D for ; Sun, 15 Jun 2025 21:00:19 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 55FL0ILC082160 for ; Sun, 15 Jun 2025 21:00:18 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 55FL0IQH082159 for net@FreeBSD.org; Sun, 15 Jun 2025 21:00:18 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202506152100.55FL0IQH082159@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: net@FreeBSD.org Subject: Problem reports for net@FreeBSD.org that need special attention Date: Sun, 15 Jun 2025 21:00:18 +0000 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="17500212188.b4aE5b5F.79455" Content-Transfer-Encoding: 7bit --17500212188.b4aE5b5F.79455 Date: Sun, 15 Jun 2025 21:00:18 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 118111 | rc: network.subr Add MAC address based interface 1 problems total for which you should take action. --17500212188.b4aE5b5F.79455 Date: Sun, 15 Jun 2025 21:00:18 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
In Progress |    118111 | rc: network.subr Add MAC address based interface 

1 problems total for which you should take action.
--17500212188.b4aE5b5F.79455--