From nobody Mon Feb 12 08:30:37 2024 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 4TYHjM3Chzz59Jv6 for ; Mon, 12 Feb 2024 08:31:03 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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 "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TYHjK0PsMz49sC for ; Mon, 12 Feb 2024 08:31:00 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail2 header.b=CWFryUe4; dmarc=pass (policy=none) header.from=enki-multimedia.eu; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.43.17 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail2; t=1707726656; x=1707985856; bh=wqQeeSEFOwW+4JzYc3Z00cX/qB3WESsOL7BhbduIDF8=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CWFryUe4bW1TVnuGnMwaZ5R2kPReonkCRTSiQ6Ey4fl+PqvFo27lv3deUCUuu80Ln BKtRgDRvO6Dw/jvT9oWL+lOzWpcM4Bul3cejXd++UitELFR0bjUqUM8m8ZhTfAFhnK JfdJ27+A0ftnhUcUhKk6uS1jqQ+6d0y7DnONAlBGO7S5kN4jvGVHCYc2V7j4065mp3 xmIbn46JtGI/vaecmCGMjXbMKjW5pesVa0w/xzw3JAVST2opyRNnI1/ZgImd1YR0xn IKhdkT9j1z4e3TgEEDjD3twE7/WmQy3/a9405veRRQs+FC8w3+aTFiGXuZug1tviQF 0k8dMPQ8qwqiw== Date: Mon, 12 Feb 2024 08:30:37 +0000 To: Konstantin Belousov From: Benoit Chesneau Cc: "freebsd-net@FreeBSD.org" Subject: Re: mlx5en issue with SR-IOV when using in the bridge Message-ID: In-Reply-To: References: <7L4ctsvv8st_6uOSAw8Li1SvAPsNYXPWjv3rRepGpwcRdl900YajxFSLe3frQl4hUE28PKU5lf98gRpN7WlZG7u2FWgOf3BImZu4spzI3Sg=@enki-multimedia.eu> Feedback-ID: 9066678:user:proton 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.39 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.991]; DMARC_POLICY_ALLOW(-0.50)[enki-multimedia.eu,none]; RWL_MAILSPIKE_EXCELLENT(-0.40)[185.70.43.17:from]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail2]; R_SPF_ALLOW(-0.20)[+ip4:185.70.43.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_EQ_ADDR_SOME(0.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH]; MISSING_XM_UA(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_SOME(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; DKIM_TRACE(0.00)[enki-multimedia.eu:+] X-Rspamd-Queue-Id: 4TYHjK0PsMz49sC Hi Konstantin, indeed the port is plugged to a switch. The port is enabled. So yes that pr= obably is. Is this a firmware issue or can it be solved in the driver? Beno=C3=AEt On Sunday, February 11th, 2024 at 04:50, Konstantin Belousov wrote: > On Sat, Feb 10, 2024 at 09:23:36AM +0000, Benoit Chesneau wrote: >=20 > > I have tested the following scenario: > >=20 > > Setup the mellanox driver with SRIOV: > >=20 > > ``` > > $ sudo more /etc/iov/mce0.conf > > PF { > > device: "mlx5_core0"; > > num_vfs: 8; > > } > >=20 > > DEFAULT { > > passthrough: true; > > } > >=20 > > VF-0 { > > mac-addr: "02:01:02:02:01:00"; > > } > >=20 > > VF-1 { > > mac-addr: "02:01:02:02:01:01"; > > } > >=20 > > VF-2 { > > passthrough: false;} > >=20 > > ``` > >=20 > > With one VF in the vm answering to a specific vlan, and one jail on the= host using vnet with the PF in a bridge and a epair interface added to thi= s bridge. > >=20 > > When I am pinging from the jail to the VF in the vm , the vm receive th= e ping or arp requests. But the jail doesn't receive the response. In a sam= e manner , when I ping from the VM to the jail, the host is not found. brid= ge arp doesn't return the vm mac address. > >=20 > > All the hosts has the PF interface set in promiscuous mode but this doe= sn't seem to be enough to allows the bridge to learn other mac ids. When I = directly add the IP to PF, Ping works from the vm to the PF, the reverse is= also true. > >=20 > > Do I miss a setting? Is this expected with mellanox cards? What shoudl = I look for? >=20 >=20 > Do you have the port plugged into a switch and the port enabled? > I suspect VFs do not have enough hairpin code to do proper loopback > communications, and I certain that multicast loopback does not work. From nobody Mon Feb 12 09:54:32 2024 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 4TYKYz5pJJz59Sm6 for ; Mon, 12 Feb 2024 09:54:47 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4TYKYz2Xs9z4N2X for ; Mon, 12 Feb 2024 09:54:47 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 41C9sWFa067608; Mon, 12 Feb 2024 11:54:35 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 41C9sWFa067608 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 41C9sWfk067605; Mon, 12 Feb 2024 11:54:32 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 12 Feb 2024 11:54:32 +0200 From: Konstantin Belousov To: Benoit Chesneau Cc: "freebsd-net@FreeBSD.org" Subject: Re: mlx5en issue with SR-IOV when using in the bridge Message-ID: References: <7L4ctsvv8st_6uOSAw8Li1SvAPsNYXPWjv3rRepGpwcRdl900YajxFSLe3frQl4hUE28PKU5lf98gRpN7WlZG7u2FWgOf3BImZu4spzI3Sg=@enki-multimedia.eu> 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on tom.home X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Queue-Id: 4TYKYz2Xs9z4N2X X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Mon, Feb 12, 2024 at 08:30:37AM +0000, Benoit Chesneau wrote: > Hi Konstantin, > > indeed the port is plugged to a switch. The port is enabled. So yes that probably is. Is this a firmware issue or can it be solved in the driver? > It is driver issue, and requires some (significant) driver updates. > > BenoƮt > > On Sunday, February 11th, 2024 at 04:50, Konstantin Belousov wrote: > > > On Sat, Feb 10, 2024 at 09:23:36AM +0000, Benoit Chesneau wrote: > > > > > I have tested the following scenario: > > > > > > Setup the mellanox driver with SRIOV: > > > > > > ``` > > > $ sudo more /etc/iov/mce0.conf > > > PF { > > > device: "mlx5_core0"; > > > num_vfs: 8; > > > } > > > > > > DEFAULT { > > > passthrough: true; > > > } > > > > > > VF-0 { > > > mac-addr: "02:01:02:02:01:00"; > > > } > > > > > > VF-1 { > > > mac-addr: "02:01:02:02:01:01"; > > > } > > > > > > VF-2 { > > > passthrough: false;} > > > > > > ``` > > > > > > With one VF in the vm answering to a specific vlan, and one jail on the host using vnet with the PF in a bridge and a epair interface added to this bridge. > > > > > > When I am pinging from the jail to the VF in the vm , the vm receive the ping or arp requests. But the jail doesn't receive the response. In a same manner , when I ping from the VM to the jail, the host is not found. bridge arp doesn't return the vm mac address. > > > > > > All the hosts has the PF interface set in promiscuous mode but this doesn't seem to be enough to allows the bridge to learn other mac ids. When I directly add the IP to PF, Ping works from the vm to the PF, the reverse is also true. > > > > > > Do I miss a setting? Is this expected with mellanox cards? What shoudl I look for? > > > > > > Do you have the port plugged into a switch and the port enabled? > > I suspect VFs do not have enough hairpin code to do proper loopback > > communications, and I certain that multicast loopback does not work. From nobody Mon Feb 12 13:34:42 2024 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 4TYQS92Ympz59q1C for ; Mon, 12 Feb 2024 13:35:05 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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 "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TYQS90HClz4mVs for ; Mon, 12 Feb 2024 13:35:04 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail2; t=1707744902; x=1708004102; bh=9eU6B1TqYECv99GcEy95MAFcaWRNR/hPx/usbRY3A/0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=JeMnpCIIj031BIS6lLv5K8zyXZsfikjgJANelnomtUGDzqQoEup5W2PVGlOvfK6l7 KY8AYjimw0L6Foecvr8qEszKvVOn2cgiayj3js9z3MOEQExeCxdXOCF+9F7UYMSqRb 8OXTa88XZxtAI353V31K9Kb06JIVmcnUVeRvj7eBtG0HUI18t1ZH8J79qFJEmW8P0r hHtdEHkUKdYWwy9HvmnaWWJ0IVXkI2xkqmX2bAsfbvDnWW3xXY5zUhge86PZufDyLK DQqM0sNc2Pn0/N5E/qU55hLgdDoH7v/e1GRnYSwQvHtI0PopiIOeNlT//W+5VzunDD 3s9pwfDqb7T5A== Date: Mon, 12 Feb 2024 13:34:42 +0000 To: Konstantin Belousov From: Benoit Chesneau Cc: "freebsd-net@FreeBSD.org" Subject: Re: mlx5en issue with SR-IOV when using in the bridge Message-ID: In-Reply-To: References: <7L4ctsvv8st_6uOSAw8Li1SvAPsNYXPWjv3rRepGpwcRdl900YajxFSLe3frQl4hUE28PKU5lf98gRpN7WlZG7u2FWgOf3BImZu4spzI3Sg=@enki-multimedia.eu> Feedback-ID: 9066678:user:proton 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Queue-Id: 4TYQS90HClz4mVs X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated OK . I guesss it's about porting some parts from the linux driver, but the = code is slightly different today.. Is there any card that support correctly SR-IOV ? chelsio (but i don't know= where to source them) ? Intel ? Beno=C3=AEt On Monday, February 12th, 2024 at 10:54, Konstantin Belousov wrote: > On Mon, Feb 12, 2024 at 08:30:37AM +0000, Benoit Chesneau wrote: > > > Hi Konstantin, > > > > indeed the port is plugged to a switch. The port is enabled. So yes tha= t probably is. Is this a firmware issue or can it be solved in the driver? > > It is driver issue, and requires some (significant) driver updates. > > > Beno=C3=AEt > > > > On Sunday, February 11th, 2024 at 04:50, Konstantin Belousov kostikbel@= gmail.com wrote: > > > > > On Sat, Feb 10, 2024 at 09:23:36AM +0000, Benoit Chesneau wrote: > > > > > > > I have tested the following scenario: > > > > > > > > Setup the mellanox driver with SRIOV: > > > > > > > > ``` > > > > $ sudo more /etc/iov/mce0.conf > > > > PF { > > > > device: "mlx5_core0"; > > > > num_vfs: 8; > > > > } > > > > > > > > DEFAULT { > > > > passthrough: true; > > > > } > > > > > > > > VF-0 { > > > > mac-addr: "02:01:02:02:01:00"; > > > > } > > > > > > > > VF-1 { > > > > mac-addr: "02:01:02:02:01:01"; > > > > } > > > > > > > > VF-2 { > > > > passthrough: false;} > > > > > > > > ``` > > > > > > > > With one VF in the vm answering to a specific vlan, and one jail on= the host using vnet with the PF in a bridge and a epair interface added to= this bridge. > > > > > > > > When I am pinging from the jail to the VF in the vm , the vm receiv= e the ping or arp requests. But the jail doesn't receive the response. In a= same manner , when I ping from the VM to the jail, the host is not found. = bridge arp doesn't return the vm mac address. > > > > > > > > All the hosts has the PF interface set in promiscuous mode but this= doesn't seem to be enough to allows the bridge to learn other mac ids. Whe= n I directly add the IP to PF, Ping works from the vm to the PF, the revers= e is also true. > > > > > > > > Do I miss a setting? Is this expected with mellanox cards? What sho= udl I look for? > > > > > > Do you have the port plugged into a switch and the port enabled? > > > I suspect VFs do not have enough hairpin code to do proper loopback > > > communications, and I certain that multicast loopback does not work. From nobody Mon Feb 12 15:09:25 2024 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 4TYSYS6ftkz59ykd; Mon, 12 Feb 2024 15:09:48 +0000 (UTC) (envelope-from thj@freebsd.org) Received: from fout6-smtp.messagingengine.com (fout6-smtp.messagingengine.com [103.168.172.149]) (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 mx1.freebsd.org (Postfix) with ESMTPS id 4TYSYS0X0rz3wkD; Mon, 12 Feb 2024 15:09:48 +0000 (UTC) (envelope-from thj@freebsd.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=messagingengine.com header.s=fm3 header.b=rbCrJI0o; dmarc=fail reason="No valid SPF, DKIM not aligned (relaxed)" header.from=freebsd.org (policy=none); spf=softfail (mx1.freebsd.org: 103.168.172.149 is neither permitted nor denied by domain of thj@freebsd.org) smtp.mailfrom=thj@freebsd.org Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailfout.nyi.internal (Postfix) with ESMTP id 088FA13800A8; Mon, 12 Feb 2024 10:09:47 -0500 (EST) Received: from imap47 ([10.202.2.97]) by compute3.internal (MEProxy); Mon, 12 Feb 2024 10:09:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; t=1707750587; x=1707836987; bh=fOj56UQFX0BcalbZ8QedpQiefIQt GA7vm2bO5XYbBe0=; b=rbCrJI0of5aIyxBShoyZPx7DtVFVTuF62RM2HBj0XBNJ diglMWNweHjjI/yN5L/8BMBkDf24kq/mDS+/ifwBlBvV5XsLvNgjCSHAUdq8Yc3g VWZ6RekLNapt6ZcLq3Pv9lHxhjCs4r7jMGQcZ5W167eiBfBajp3t42hq+CDpBlSR 55u6M0+KzVv942ZwDoAi1VUE+JELdLdG4eDdIQ1aMoTDL9phOWaHm8qrhx2TC6LT cw3BfOdsJQHLyISRj1YqgBpXs8E0xygD3+xjkXdEUXgSajbrIwJszhfzOVZ1QgqY vGS2T9nQ87aEVvcG9ImqDGII9SJ/jSk2VTCddjhCjw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrudefgdejvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkfffhvffutgfgsehtqhertd erreejnecuhfhrohhmpedfvfhomhculfhonhgvshdfuceothhhjhesfhhrvggvsghsugdr ohhrgheqnecuggftrfgrthhtvghrnhepgfeihedvueeiffefhfejlefggeehieejleegke efvdekhfduudeujedttdejjeejnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhjsehfrh gvvggsshgurdhorhhg X-ME-Proxy: Feedback-ID: ib75146ab:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id BB42BA6007E; Mon, 12 Feb 2024 10:09:46 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.11.0-alpha0-144-ge5821d614e-fm-20240125.002-ge5821d61 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 Message-Id: <57da17db-360f-4da7-a003-87bf1550d94c@app.fastmail.com> Date: Mon, 12 Feb 2024 15:09:25 +0000 From: "Tom Jones" To: freebsd-net@freebsd.org, freebsd-hackers@freebsd.org Subject: CFT: VPP on FreeBSD Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.79 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SUBJECT_ENDS_SPACES(0.50)[]; R_DKIM_ALLOW(-0.20)[messagingengine.com:s=fm3]; DMARC_POLICY_SOFTFAIL(0.10)[freebsd.org : No valid SPF, DKIM not aligned (relaxed),none]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[103.168.172.149:from]; XM_UA_NO_VERSION(0.01)[]; ARC_NA(0.00)[]; ASN(0.00)[asn:209242, ipnet:103.168.172.0/24, country:US]; FROM_HAS_DN(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEFALL_USER(0.00)[thj]; DWL_DNSWL_NONE(0.00)[messagingengine.com:dkim]; RCVD_TLS_LAST(0.00)[]; MLMMJ_DEST(0.00)[freebsd-hackers@freebsd.org,freebsd-net@freebsd.org]; RCVD_COUNT_THREE(0.00)[3]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_SOFTFAIL(0.00)[~all:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[messagingengine.com:+] X-Rspamd-Queue-Id: 4TYSYS0X0rz3wkD Hi freebsd-net, I have been working for the last few months of porting VPP to FreeBSD an= d this work is now ready for very early testing. This porting work is sp= onsored by the FreeBSD Foundation in partnership with RG Nets. If you would like to experiment with VPP on FreeBSD then you can work fr= om my freebsd-vpp branch available here: https://github.com/adventureloo= p/vpp/tree/freebsd-vpp The README.freebsd offers a walk through of build and configuration base= d on the configuration of my bhyve test machine. The port has been tested in bhyve with virtio interfaces and on real har= dware using Chelsio T62100-LP-CR 100Gbit NICs. With this branch you should be able to launch VPP and configure it to ru= n as a router on FreeBSD CURRENT and 14 using both DPDK and netmap. This branch represents my upstreaming queue of changes heading towards V= PP and some FreeBSD specific patches required to build and run right now= which I expect not to need in the future. If you test and encounter issues or want to get in touch I=E2=80=99m hap= py to receive bug reports via that issues on that github repo or directl= y via email to thj@freebsd.org. I=E2=80=99m looking forward to hearing the exciting ways this breaks and= the VPP configurations that FreeBSD users expect to be available. Thanks Tom From nobody Tue Feb 13 09:46:28 2024 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 4TYxLN3WhNz59sNS for ; Tue, 13 Feb 2024 09:46:52 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Received: from mail-4022.proton.ch (mail-4022.proton.ch [185.70.40.22]) (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 "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TYxLK4d0Yz51XS for ; Tue, 13 Feb 2024 09:46:49 +0000 (UTC) (envelope-from benoitc@enki-multimedia.eu) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=enki-multimedia.eu header.s=protonmail2 header.b=PzvJ+ntP; dmarc=pass (policy=none) header.from=enki-multimedia.eu; spf=pass (mx1.freebsd.org: domain of benoitc@enki-multimedia.eu designates 185.70.40.22 as permitted sender) smtp.mailfrom=benoitc@enki-multimedia.eu DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enki-multimedia.eu; s=protonmail2; t=1707817604; x=1708076804; bh=2MmjbJa7b1EePUVdD4kUxtQDKqVOuVwZzeXyB3NMqfY=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=PzvJ+ntPYy0ArrymzYQ5p79BMQ3xpAbEzUKT6YTSHrDYfFq5tJXlXcObMbp7zhElU EGn9b2Wj0DjU1AHz8vgWHjMizwSV+8+QGS80rd+gZ3XWQVGYJIgcBxzTDMugSDCTBu OUokfr++B22beOIAlNBrhc3UWb3W1kiTvFsbISsCYwtfmdSb5UhS5PbsG7xRe7TeUb OcdtHkD/BWXisHQCcnAvwx/MLTZwDbSwYJDf0/puJjMai/iM2gZGVzb9SwoERUEDU/ jAPEnzUVKAXA7Fs5zuraTIPnvdUiLKrmEyNxe+XESiRhbUWKinhaSd7QrnxrslYTG7 +HgLpxwC3+9Zg== Date: Tue, 13 Feb 2024 09:46:28 +0000 To: "freebsd-net@FreeBSD.org" From: Benoit Chesneau Subject: how to troubleshoot "arpresolve: can't allocate llinfo for " errorr ? Message-ID: Feedback-ID: 9066678:user:proton 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.09 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.989]; DMARC_POLICY_ALLOW(-0.50)[enki-multimedia.eu,none]; R_DKIM_ALLOW(-0.20)[enki-multimedia.eu:s=protonmail2]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; MIME_GOOD(-0.10)[text/plain]; RWL_MAILSPIKE_GOOD(-0.10)[185.70.40.22:from]; MIME_TRACE(0.00)[0:+]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[enki-multimedia.eu:+] X-Rspamd-Queue-Id: 4TYxLK4d0Yz51XS I get the following error "arpresolve: can't allocate llinfo for 1.1.245.19= 2 on vlan320" I can't explain. (IP edited). I only setup 1.1.245.192/31 bet= ween this vlan which parent is a VF from a MLX5EN(4) card . I am using a generated mac address and distribute IPs over OSPF with bird.= =20 What could trigger this error? The doc says ``` .It "arpresolve: can't allocate llinfo for %d.%d.%d.%d" The route for the referenced host points to a device upon which ARP is required, but ARP was unable to allocate a routing table entry in which to store the host's MAC address. This usually points to a misconfigured routing table. It can also occur if the kernel cannot allocate memory. ``` But I am not sure what to check. Any hint is welcome :) The configuration for this vlan is locally: ``` vlan320: flags=3D1008843 m= etric 0 mtu 1500options=3D1c680703 ether 02:01:02:01:01:01 inet 1.1245.193 netmask 0xfffffffe broadcast 255.255.255.255 inet6 fe80::1:2ff:fe01:101%vlan320 prefixlen 64 scopeid 0x9 inet6 XXXX:XXXX:1:fe02::2 prefixlen 64 groups: vlan vlan: 320 vlanproto: 802.1q vlanpcp: 0 parent interface: mce1 media: Ethernet 25GBase-SR status: active nd6 options=3D21 ``` vlan320: flags=3D1008843 m= etric 0 mtu 1500 =09options=3D1c680703 =09ether 02:01:02:02:01:01 =09inet 1.1.245.192 netmask 0xfffffffe broadcast 255.255.255.255 =09inet6 fe80::1:2ff:fe02:101%vlan320 prefixlen 64 scopeid 0xa =09groups: vlan =09vlan: 320 vlanproto: 802.1q vlanpcp: 0 parent interface: mce1 =09media: Ethernet 25GBase-SR =09status: active =09nd6 options=3D21 ``` on remote: ``` Beno=C3=AEt From nobody Tue Feb 13 09:47:56 2024 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 4TYxNK1vXzz59sZd for ; Tue, 13 Feb 2024 09:48:33 +0000 (UTC) (envelope-from marcos.lage.senaris@gmail.com) Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) (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 "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TYxNJ2b6Vz520x for ; Tue, 13 Feb 2024 09:48:32 +0000 (UTC) (envelope-from marcos.lage.senaris@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=FR60I9Vd; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of marcos.lage.senaris@gmail.com designates 2a00:1450:4864:20::32d as permitted sender) smtp.mailfrom=marcos.lage.senaris@gmail.com Received: by mail-wm1-x32d.google.com with SMTP id 5b1f17b1804b1-410c1ebf5e4so17137555e9.2 for ; Tue, 13 Feb 2024 01:48:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707817704; x=1708422504; darn=freebsd.org; h=mime-version:subject:message-id:to:from:date:from:to:cc:subject :date:message-id:reply-to; bh=pBvmRkBz+Q9RbHwFbJ8HOhu9aKYD+CLiBnMw8WArhIE=; b=FR60I9VdgQMbrh2bhDDtrFp2RPbWySNWlC/Z/Lvd3VL5zoY1GdyicdaakfoJrs9mez kBh2OpNlhOWZllm3kKBbpGEkRE68CCO7qhE4S524tgstE2VzUIJi+l/0Lv+7+Bfm3wEQ 6o0gIVvmFKGPgdVBMLa0RxVsOZKZjAB+XgmQCrGrf55obYT50V3rYL1ffdXt+xLFP9xH Q+fRubZYmZvIVJ7UxA/fbguPQeaMWqKjQ18ub/xv2sdakUuyQWh+51Qp0XqW2pJfsMZS 6r3t4cx5lBi8WIC7J2Yy7aG0BhzAEBhTii4IoXz4tBR45EYvxqDugj0TFzFobtoz9ATW K3NQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707817704; x=1708422504; h=mime-version:subject:message-id:to:from:date:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=pBvmRkBz+Q9RbHwFbJ8HOhu9aKYD+CLiBnMw8WArhIE=; b=dUKY0xKvr8ir85jup+o2f16WC7+RGsJLXGTdq7HK9LtAw14oJi7TMbMwjjL/mnybKF Dx7HD3rjPozxcgPPMCE8wGw4sJkMFvR15ddeOnQNn8NPYami+7vN7l5KU0rs70mzcYYd oP2ZqMYw5Z6lprBzqffT1CzciHrVrLmN+qsDMq1hVgrZ5iLAjTR6BccOhb9ZLyiELWJA j4PeI1k83xTNaNcmmq3enffnm2XsyA7e7DeYubOcirzuVvQIn5TWvo1jQBtlku1Yo77C bYNla7p6dLpg9A/K9fUsaXrZSZ8Y6uYWUF1yT0myaKBlyK+KJay5qdxxZ7y8t2g7EehC 8eAg== X-Gm-Message-State: AOJu0YzAK8LSk4VA6HCPAF+8Oy8u6/MvJC2hSe0QQaIJWW17faYkKjOh JcFpkXGHQmgNNKqnItsP5fHeK3Rl413A/szttHkhfB2AyTA9i3aKf7HydOF0mt4= X-Google-Smtp-Source: AGHT+IFqFDjmBh61STdQy/d3GtWSSAS6qR8DRhQIAoPd6fuebkshTi3JNkoLN5+pafxiMDp3haycZg== X-Received: by 2002:a05:600c:3c8e:b0:410:5897:1d85 with SMTP id bg14-20020a05600c3c8e00b0041058971d85mr7988591wmb.14.1707817703902; Tue, 13 Feb 2024 01:48:23 -0800 (PST) Received: from [86.0.0.86] (adsl-84-226-247-9.adslplus.ch. [84.226.247.9]) by smtp.gmail.com with ESMTPSA id l21-20020a05600c1d1500b00410e638357asm4434948wms.10.2024.02.13.01.48.23 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Feb 2024 01:48:23 -0800 (PST) Date: Tue, 13 Feb 2024 10:47:56 +0100 From: Marcos Lage To: "=?utf-8?Q?freebsd-net=40FreeBSD.org?=" Message-ID: <69cb68e9-f720-4287-9545-abb8f139ffe9@Spark> Subject: Stop Newsletter X-Readdle-Message-ID: 69cb68e9-f720-4287-9545-abb8f139ffe9@Spark 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="65cb3ae5_4f14b90f_10f7" X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.27 / 15.00]; TO_EXCESS_QP(1.20)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.972]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; MID_RHS_NOT_FQDN(0.50)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_TLS_LAST(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TAGGED_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_EQ_ADDR_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_VIA_SMTP_AUTH(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MISSING_XM_UA(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::32d:from] X-Rspamd-Queue-Id: 4TYxNJ2b6Vz520x --65cb3ae5_4f14b90f_10f7 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Stop Newsletter Cordialement, Marcos Lage --65cb3ae5_4f14b90f_10f7 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Stop Newsletter

Cordialement,

Marcos Lage
--65cb3ae5_4f14b90f_10f7-- From nobody Tue Feb 13 12:50:50 2024 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 4TZ1Qg0hQRz5BDbH for ; Tue, 13 Feb 2024 12:50:51 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZ1Qf6ZKhz4FXt for ; Tue, 13 Feb 2024 12:50:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707828650; a=rsa-sha256; cv=none; b=hlkVVrTP0rFSadCKTsyCQJdxSSTjtBvXckicgH/WMEUvvmucujB/srVTTX9qoI8PSwkkuO aF9aauqZ2jiZGz6UxIfdzz0y+OXaQLOccA3gquZ/yvgKOkK/le2G1+PM1mt5qj4J5tR3AQ +7PsARMoDwVZRynsbWePrwmPAkzFEV7hhZYFy9wWV2BnSZlcR/JcPo4PaVgJUCniCYAJeJ 16yaUoeht88TnFpT4N4Sjk+4F6AzscLM0c6Gj0kEPLI5tFZeevnKK84E1eU3OQbWwogmFO I2R+xrHn9kT0BVjsEa2r1SeuMMIZDjh7HeLgnK5OrM6Rd/f0twmO1K73ZFnjUw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707828650; 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=g6D4YD0jp73LTpZC2+IRneCULC9POZfiiS96cRLOM3U=; b=NgJkh4a6eRu19wEZ2NROFyFZWuOiTsslePY7GzaeBtvagMuejB8LQ8AtqKoYDxVzOUwf0O WKA3sFtTegTFm2/VzKXmecUDXaDj8uFK2TlWi22lpM9TLYstmNPdu5wQr/HA9VsNp17TbR NppW2BcQ5Fp2hW9Y98a2FKanRsgbjZJbkugKaf2U1tMMFwFcGGmsn9cXnnBbxS9LQU7B/J M4cVLLCkegfHoxtXb/TtxN73zVLpJ1AJaIFdIwbF4grsg+QLXP3Iv9CHW8hSqLnGs+Ps+c to9tB6mKOJbI+FeknxUya8VyWfgCeoJk62fM/jzMQ6uLntPjsrXEKmoH7To2vQ== 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 4TZ1Qf5Y59zG2J for ; Tue, 13 Feb 2024 12:50:50 +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 41DCoo1h006773 for ; Tue, 13 Feb 2024 12:50:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41DCoo2r006772 for net@FreeBSD.org; Tue, 13 Feb 2024 12:50:50 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 276890] Getting fq_codel correct on inbound shaping Date: Tue, 13 Feb 2024 12:50:50 +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: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dave.taht@gmail.com X-Bugzilla-Status: Open 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D276890 --- Comment #2 from Dave Taht --- I got some packet captures from an opnsense user, who also on my behalf tur= ned on and off LRO. One of the test runs was decidedly odd in that it missed the target for far, far too long, which could be just about anything, including= a path change or a tcp bug. I will plot it later, and poke deeper into the pa= cket captures. http://london.starlink.taht.net/freebsd/ecn/ The ecn on tests also showed a known issue with coping with slow start on s= hort RTTs. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Feb 13 15:01:51 2024 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 4TZ4Kq5hJ1z5BTY3 for ; Tue, 13 Feb 2024 15:01:51 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZ4Kq3hp5z4VDb for ; Tue, 13 Feb 2024 15:01:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707836511; a=rsa-sha256; cv=none; b=UU/E2DlJ4FkRKIACemcodOLYDoRnv9qcpjNFeCkQ2aS105NSOOV72oO7UiOEPG2DZFI0es gC3Fz+ePzP4iHNGy2bn9p8C0QzclKkqtRyiVOX7+PFzVL2gI5Iyqg4k3FXRepuJl/L0Qua ol55pXUOObjP8U7fAC4wPHYo3BIXkI3hPnJKdQF2t3lRMyNy4IQ9u0By2HwUMufpNLPRUL D0aQb24Lyh2QL0T0bKHFYowOjDL0fgJMP8LDzf0ftgQpAbEQ1k4jmINFor1Q2hnuzN935r xeJaXKvD+ySCXqGLo7l/MlS4oN5oilWwzSZt3GGfpEaVrvCRIjgZ3Tb15mF1CA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707836511; 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=pkihQpXBxcLvKimQl2eBZ2KAQ6hLUJYQxHzsNyjMyYo=; b=YUxOxtCWSSX2qmS5vp4dzBvB7DJdSZcXdEBPZgR9O3ui+mrRyteyVFQMhsnu/XUxrwugRp 4qe6s8P6d+Nq3DH3c9XF3NCXv/Ltgqqf4F9rM03ChyhicXmxdDfbDiHuv6QyGzaTOBXRX6 AHlBYgSztWxTgXuP1f5Fueogd3t9kThNBHw07kCGHr1KRh57aUBkb/3gBtgZNKXZyICo3X 03oN7csMg1SnvN/Mm1lMC0j4ANnd4F1qSD+zNwFyNB+ZDeOpniD2wHzIdmvH/juOWigC3q LUda1KlRqftdpjypQ3DObPsq2JS7jM0/Nxgwcg9Ay1wWgLJjl8xDBfNI/qcuFA== 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 4TZ4Kq2n5lzKQK for ; Tue, 13 Feb 2024 15:01: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 41DF1p5e094280 for ; Tue, 13 Feb 2024 15:01:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41DF1pku094251 for net@FreeBSD.org; Tue, 13 Feb 2024 15:01: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 277029] Invalid source address selection for IPv4 Date: Tue, 13 Feb 2024 15:01:51 +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: Unspecified X-Bugzilla-Keywords: 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: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277029 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Feb 13 17:09:07 2024 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 4TZ7975RVTz59HFX for ; Tue, 13 Feb 2024 17:09:31 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (pdx.rh.CN85.dnsmgr.net [65.75.216.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZ7965pdFz4v3Z for ; Tue, 13 Feb 2024 17:09:30 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-rwg@gndrsh.dnsmgr.net has no SPF policy when checking 65.75.216.6) smtp.mailfrom=freebsd-rwg@gndrsh.dnsmgr.net Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 41DH97jc076874; Tue, 13 Feb 2024 09:09:07 -0800 (PST) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 41DH97Z2076873; Tue, 13 Feb 2024 09:09:07 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202402131709.41DH97Z2076873@gndrsh.dnsmgr.net> Subject: Re: how to troubleshoot "arpresolve: can't allocate llinfo for " errorr ? In-Reply-To: Date: Tue, 13 Feb 2024 09:09:07 -0800 (PST) CC: "freebsd-net@FreeBSD.org" X-Mailer: ELM [version 2.4ME+ PL121h (25)] 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-Bar: / X-Spamd-Result: default: False [-0.38 / 15.00]; AUTH_NA(1.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.28)[-0.282]; MIME_GOOD(-0.10)[text/plain]; TO_DN_EQ_ADDR_SOME(0.00)[]; ASN(0.00)[asn:10494, ipnet:65.75.216.0/23, country:US]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-net@FreeBSD.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[dnsmgr.net]; R_SPF_NA(0.00)[no SPF record] X-Rspamd-Queue-Id: 4TZ7965pdFz4v3Z > I get the following error "arpresolve: can't allocate llinfo for 1.1.245.192 on vlan320" I can't explain. (IP edited). I only setup 1.1.245.192/31 between this vlan which parent is a VF from a MLX5EN(4) card . > > I am using a generated mac address and distribute IPs over OSPF with bird. > > What could trigger this error? The doc says > > ``` > It "arpresolve: can't allocate llinfo for %d.%d.%d.%d" > The route for the referenced host points to a device upon which ARP is > required, but ARP was unable to allocate a routing table entry in which > to store the host's MAC address. > This usually points to a misconfigured routing table. Mis matched netmask on this network segment is a common cause of this issue. Check all your hosts that there netmask matches the /31 you show below. I could also be a bad netmask on a route entry, check your routing table to make sure it has a /31 route or a pair of /32 routes. > It can also occur if the kernel cannot allocate memory. > ``` > > But I am not sure what to check. Any hint is welcome :) > > The configuration for this vlan is locally: > > ``` > vlan320: flags=1008843 metric 0 mtu 1500options=1c680703 > ether 02:01:02:01:01:01 > inet 1.1245.193 netmask 0xfffffffe broadcast 255.255.255.255 ^^^^ not a valid address, so when tiy "obscured" this you also created invalid data. I think this was suppose to be 1.1.245.193 > inet6 fe80::1:2ff:fe01:101%vlan320 prefixlen 64 scopeid 0x9 > inet6 XXXX:XXXX:1:fe02::2 prefixlen 64 > groups: vlan > vlan: 320 vlanproto: 802.1q vlanpcp: 0 parent interface: mce1 > media: Ethernet 25GBase-SR > status: active > nd6 options=21 > > > > ``` > vlan320: flags=1008843 metric 0 mtu 1500 > options=1c680703 > ether 02:01:02:02:01:01 > inet 1.1.245.192 netmask 0xfffffffe broadcast 255.255.255.255 > inet6 fe80::1:2ff:fe02:101%vlan320 prefixlen 64 scopeid 0xa > groups: vlan > vlan: 320 vlanproto: 802.1q vlanpcp: 0 parent interface: mce1 > media: Ethernet 25GBase-SR > status: active > nd6 options=21 > ``` > on remote: > > ``` > > > Beno?t > > > -- Rod Grimes rgrimes@freebsd.org From nobody Wed Feb 14 01:16:15 2024 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 4TZKym07yqz5BGnh for ; Wed, 14 Feb 2024 01:16:16 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZKyl42Y9z4tgG for ; Wed, 14 Feb 2024 01:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707873375; a=rsa-sha256; cv=none; b=wUuyybUS/4A0wiB+bxPigc1JTDi+iY3mMEeTYFiP8Te55/actipC0YlfmUjQe/P9x6nBRE BrJQYuYRnFVfPDLrThc5BgD38hZ3fgG2GcKRZI/KGzZLyaCL9d8pLsbA1v5FrX+0+iVyY1 MqjbQThEE+J7JJ+5Jg/lWsPbelNxirdrVAy6SoqzBgksR9Y0lOyy+4Wi2yCcwi6iSVvFhZ ZBTY5dWpYm5wdNGhxqG/y+jJ2fAxA5BwvO4P8owvktW2Y/cgiUHRB6FTi0W7P1CHVy1Mq9 wlCGU6vNCUVX68Xc+VpzTFcaPyCigjYQup1WO7Xcd0kBYYRHHheGYnkow1dsRQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707873375; 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=jAaY478VQ2m8I1OjNBQb2lwmeHBjlij8CT6rfBKrJ1I=; b=KSw9/RSIf1eNWgAfAZRen4YTLY7jQSD1ONTnKhzDUUFBI/eKy8US+xDawD39AnLTpmYIdl LM83gx01BVYtfh5jZatzScsWmzk+3NO0Su1erilkaXgRtIzXgQM8eNms9+OjQyiMN/Y7kh gkN7iOeCuAgWsZdT95KY4IWh6UHek9vhFJiiaC2HYFYnA0p77kSGpgRSTq9AnQZ5SPqxEJ HmDI+8bQAB4VD6qvdqN909+bILi3/G1oBquRy5BrVVc6uuGitUdCp4PwIGPQKwDcUpi/RG o4M0dQUrIqSwf5B1YxFarSnfQTjLJUev6IiUe1LswrJ82TzLk6Ugvnha9m4wlQ== 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 4TZKyl2r8Czf0K for ; Wed, 14 Feb 2024 01:16: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 41E1GFpu040305 for ; Wed, 14 Feb 2024 01:16:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41E1GFtx040300 for net@FreeBSD.org; Wed, 14 Feb 2024 01:16: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 277038] igc driver accesses hardware resources after they are released. Date: Wed, 14 Feb 2024 01:16:15 +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: 13.2-STABLE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Many 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: assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277038 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |IntelNetworking --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Feb 14 21:11:51 2024 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 4TZrVd01G2z53PkM for ; Wed, 14 Feb 2024 21:12:09 +0000 (UTC) (envelope-from apoorv.99.sachan@gmail.com) Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) (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 "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZrVc19GTz3x8t for ; Wed, 14 Feb 2024 21:12:08 +0000 (UTC) (envelope-from apoorv.99.sachan@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=BqL4AAIO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of apoorv.99.sachan@gmail.com designates 2607:f8b0:4864:20::f29 as permitted sender) smtp.mailfrom=apoorv.99.sachan@gmail.com Received: by mail-qv1-xf29.google.com with SMTP id 6a1803df08f44-68cc84a23b1so1126776d6.2 for ; Wed, 14 Feb 2024 13:12:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707945127; x=1708549927; darn=freebsd.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=y9g05AW1jc0pu/2rIuk9lSFmKjYd3cznnqKci9FTXYk=; b=BqL4AAIOYRzse7ylXoao2E5LRPKLjvB6JgLfyD8c3HqkmtFYrAjIvZXOBzYWx7R2HN /Ec6oyK9sp93xSnjcZSXHSADm8ocwO+5MSIwTYqUSdD/ardDDeOdn+ZvAEzMhTE9X1NT 3ZEcKJs85+iqFkoOXJ4GlkDNXxO03Cxg3lpQxXr5UiL5PUu2kdhX5ItRu3QWj620xXa0 LRoNSQJhqKejHzZ+5FkSqHe4o8YkOhg+B/90QwakHqS8ypxDRlkiYyYMTnwCh1x/nMZv JuTb5RfEApYZzj0EeLry85BfU7nEZ9p1mstJnAhabA5x2ue92RXxVEsyJC1VMTcsgINf N7/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707945127; x=1708549927; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=y9g05AW1jc0pu/2rIuk9lSFmKjYd3cznnqKci9FTXYk=; b=mgKXaxZjv2+4ux6hXTriKruUOALKyd4nKtK8fWLKvRw0RGmx62LJFgUKzNOxoeJUJJ yL5Dlm1YPjfFc1MyAlcPgBp28XpbvYu7AKO20n6IJxc1rW0h41GIHaOj4TqYNO/C8W7I tGk4M2u3+EUTv4s1BLkbBKaXFkpIbhZAU5vzwVMjeSUBLa1dgIKyy7AvRvPeuchkY16h zC5mb2gmgWuCvEC9S6nP6MRXbqA4mUU2DjpfGwydaJtmHlQZNxTfjsLQIW3RLh+l3tyd gUs2eTBQa9S0nQCyIRr4qSTz4rmLPQCygUm3JFgI3wdHqmLUym8WAR81avaC5JW+j20d t8vA== X-Gm-Message-State: AOJu0YyjXrm9k/3WqTVyE1Un1mkNGRXJCGxCIpILA+exalIDumIJHbv+ iLJ+NcdVAzgXlpchRyrUm+5MO3J31PNsZ1Ii/ifU2dgOKXhWR1fr6d2GUp0DAS4jD4pnPvNtRYO yp4BveQCxQo1VOqe1hhwRm3pt8Sqsl6kyiYo= X-Google-Smtp-Source: AGHT+IHqufSOvwM60csAItplHb0EXdKamxCoViUx5PGp3BkW48Feam1UvnDCmimGXVawv0ED4mRs+KbvFJrrAcC3HdQ= X-Received: by 2002:ad4:5767:0:b0:68c:e3a8:adfa with SMTP id r7-20020ad45767000000b0068ce3a8adfamr4282815qvx.33.1707945127083; Wed, 14 Feb 2024 13:12:07 -0800 (PST) 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: Apoorv Sachan Date: Thu, 15 Feb 2024 02:41:51 +0530 Message-ID: Subject: networking projects under freeBSD To: freebsd-net@freebsd.org Content-Type: multipart/alternative; boundary="0000000000009885ad06115df667" X-Spamd-Bar: --- X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; TAGGED_FROM(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_HAS_DN(0.00)[]; MISSING_XM_UA(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_DN_NONE(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MLMMJ_DEST(0.00)[freebsd-net@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::f29:from] X-Rspamd-Queue-Id: 4TZrVc19GTz3x8t --0000000000009885ad06115df667 Content-Type: text/plain; charset="UTF-8" Hi all ! I am Apoorv and I am interested in contributing to the networking projects under FreeBSD. I find working with networking and protocols very interesting and fascinating. I have experience in C programming working with L3 - UDP and Ethernet protocols. I am still exploring TCP and would call myself a beginner, I wish to learn and debug more. It was pointed out to me on the discord community channel by @meena that the implementation for the following issue * [if_re: Generate an address if there is none in the EEPROM #670 (https://github.com/freebsd/freebsd-src/pull/670 )] *could be moved higher up the stack, and apparently every driver implements this by itself now. I would like to take this project up but would need further steps, and help to make progress along this issue. I would love to know if there is an active bug/github issue where it could be tracked, and who should be my primary contact for working with this. Sincere Thanks Apoorv Sachan --0000000000009885ad06115df667 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi all !

I am Apoorv and I am interested in contrib= uting to the networking projects under FreeBSD.
I find working with netw= orking and protocols very interesting and fascinating.
I have exper= ience in C programming working with L3 - UDP and Ethernet protocols.=C2=A0<= /div>
I am still exploring TCP and would call myself a beginner, I wish= to learn and debug more.

It was pointed out to me on the= discord community channel by @meena that the implementation for the follow= ing issue=C2=A0=C2=A0 [if_re: Generate an address if there is none in th= e EEPROM #670 (= https://github.com/freebsd/freebsd-src/pull/670)] could be moved hi= gher up the stack, and apparently every driver implements this by itself no= w.

I would like to take this project up but would need fu= rther steps,=C2=A0 and help to make progress along this issue. I would love= to know if there is an active bug/github issue where it could be tracked, = and who should be my primary contact for working with this.

Sincere Thanks
Apoorv Sachan
--0000000000009885ad06115df667-- From nobody Thu Feb 15 11:03:10 2024 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 4TbBxV3hSZz52D8n for ; Thu, 15 Feb 2024 11:03: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbBxV2Z5wz4t9p for ; Thu, 15 Feb 2024 11:03:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707994990; a=rsa-sha256; cv=none; b=GKtxf+iy+eV6RzQyS4KSyxF/epZcNsXTaBJQMI/ujpdn8MOVUT593F2NsWT+dYZnoksTok aX9kq/VeNZPtEHtYKzOxGo6RCd0i82ohsDHVt1q4BfjJ0LLEPUILOwMleQHzyxY/0tM9cS S7CtDWMmwwjSa2Vspzd9FWRoduHFyUx4a3WfuGqzbgysw2WBxprujTKaO45nZ/n6gBrWAd PYSunosVS92unDzYUMH95xJT37XitLCer92x64BqplLet3ee4vJ+LyvCiS/FExoH1BeIws O9IOH64tg/0hXRtR30CfQVGOpbyture8lwcbTjrSyBOZXdh1E1xausDpym+F+A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707994990; 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=OPSZvxHbPh0oVMKDqB1z+FyPDNkdB9V9Q4rNs82Uj4c=; b=OvdZtFecPYgVKO5Jizbnkm+Q8UzIX+Ck1sYV2jERG7ldOqzkw1ggGzGMqEyBGVGaBD2IdL pvSi6dnkKDh2chwbDCHKQ+lq9PJhbW+8WoRZeAPDb7MN4nRUNm7nkHz5JOxA5RdUlGqzhI lAMdAi8lKDn9D9lfydt3gm/le+W7ye5YSyWGRSdaGySg3l2mdJ4OWh4tgyN51u4FNKH0pz NdpXx2EYR4oybYaFMxnJYv6sk//EsDCTATsec3RzFJg5zfQWZSSjbqQHEzNCWHnjOzWDMX 3exRuiDq5KafLVaGpBkBRMmF3lA4IIxKiSFiDAfNIauMVAdlkDUBmvWR/fIdxw== 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 4TbBxV1fYJzf9q for ; Thu, 15 Feb 2024 11:03: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 41FB3A7V004821 for ; Thu, 15 Feb 2024 11:03:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FB3A5o004819 for net@FreeBSD.org; Thu, 15 Feb 2024 11:03: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 220888] [panic][patch] Race between ngs_rcvdata() and soclose() Date: Thu, 15 Feb 2024 11:03:10 +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: CURRENT X-Bugzilla-Keywords: crash, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: philip@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: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D220888 Philip Paeps changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|philip@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 11:04:52 2024 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 4TbBzT3Wsbz52DXS for ; Thu, 15 Feb 2024 11:04: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbBzT1z2cz4v5K for ; Thu, 15 Feb 2024 11:04:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707995093; a=rsa-sha256; cv=none; b=tOeFysPJq3coIkkfuoKsl26NZRRHoWLDIzJlu8hlgyTj2AU7QxALWYoi9MaO/4lNlSt8jS xQlprjLq6xAbJKjq8cYIByTjiGEidzK6vvY6bwPGFvon85E+hQ+OmXgv7W1NyLktehVXJ9 sYrlhckuP6Vs31ypdnVUAQJF4+/2hHOPt72Dpgh/FqM/Lk8c2fv4zGiDN2MuziWEu+Wy4V hXTHNw0IwNPUMw0nM8T0po4NVEbEm0UyCWudzMeiWldW/jN14Y0PHigBtZH/rxaNvX8ch0 S7N0JRY7CXuikrnv5A8U+8zHOUsuYiGmIaho7X9pxR4yAoiSp97pBRTRfrDQBQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707995093; 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=KRqOb4Eto6pPLqf0VkHmwtEowjJ9IQP1RuTtoLd+VO8=; b=eTy89UZ/r862FUizyOlzj3JZe3oEoIg8Y+EQAO4s6i5FudPUkvmQHzMkCBqUR3hdJkI1NX opCZePbp1CxOxTUghW0QP6sPlFRQBpdOsqZyDAuzwszRx7dTfzUzJdKrEjjZa7R/5dy3+T JEHw4EGoKzwiC+4oTGx8jZwPCEU/2o1LT8Sm8urkOcnGMaps/i3uNYtBHy8OPuqlVoaZi1 Cqz0+tpzjdqTXHya5RkvqeOLiglA6K+6X4uEjoEqib+JI9Vwt9emzH3bstxz2m8RynOuIE 8KvOaHUcYshsMJisdHU13dYgsyJgKyuv2MMMTf0ESb8F4ckXp4m/pj0tMZ4zYQ== 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 4TbBzT0wtszfRm for ; Thu, 15 Feb 2024 11:04: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 41FB4rEB010574 for ; Thu, 15 Feb 2024 11:04:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FB4rrR010565 for net@FreeBSD.org; Thu, 15 Feb 2024 11:04: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 192325] [PATCH] snmp_pf: add support for retrieving ALTQ counters Date: Thu, 15 Feb 2024 11:04:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: philip@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D192325 Philip Paeps changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|philip@FreeBSD.org |net@FreeBSD.org --- Comment #3 from Philip Paeps --- I've not had a chance to look at this, and I've clearly lost interest in snmp_pf. Could someone else on net@ please take a look if this is still relevant? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 12:10:53 2024 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 4TbDRf30Z0z53Pvr for ; Thu, 15 Feb 2024 12:10:54 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbDRf1PgMz52ft for ; Thu, 15 Feb 2024 12:10:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707999054; a=rsa-sha256; cv=none; b=sboSxsTs0xJ8kkNkN89mnvZaH2842obAuL7n1OLjqkss8NOiKkXZnf8MA5wANmB6Y/0960 PHhK9VUgM30Bnziu4DP3p4tbspUibwbpZt+YT8NQa+U5G2Qt9wwVLsrhL7J2vTo6YXZjeU tsmmOIeZrAGjDg22LtCwDuttLFiSe9ZgXaVhZSjHjW8OMByV2IeKCefSWVtbUYHxT/qD0T Ob6BFHwhkJtIf+ThvUDnGcMRZbEoH+H004Q4xl1Y16ZbYpHugInTYabmaI5CJ/LPLhYCYl OU94y0ig1DBbC7IGzWTB8UWsZI3pMwnc5AN6GxuiU8NaQAYFeVVHlclkuOpUBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707999054; 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=goyxECNCC1Q01thAmmvc2WbcOBSnRaFP9A0dvXqgJfM=; b=d2/kM2h9FdCRNzqWIpf/4bf9pf+OotZkacPpx9GUFRtjSEUMMq8uAID6XfDR2P4aA6T+M1 1NC/ctRi9LEwliWhSZgkybG38dhJ1CnOYmrBZ+1y0NIg7EWS/ZktX1rGkNDmEVoYhszdV5 2ecJIpMGuyzqllPRMBmDOttS5+InqIBL9+7HcQ4uqtxgHe0No9YiaWYPdTF+fVSp8v8MlQ 0vZE9NemcvW74rQD3jrCTnVNX104aLj5RjvmsFfgyb0gjSqM3iX4g9AFI0hR5It3T2jCIK UWgu6Zhqugr3pcTvM0hthQPDUHIEDF9SkgvN4WXvIPnOHhdYpPQ35fZ3mLDNzA== 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 4TbDRf0SvrzhG3 for ; Thu, 15 Feb 2024 12:10:54 +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 41FCAscx043727 for ; Thu, 15 Feb 2024 12:10:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FCAsSF043715 for net@FreeBSD.org; Thu, 15 Feb 2024 12:10:54 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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 12:10: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.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many 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: short_desc assigned_to keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[ARP] ignore permanent |[ARP] ignores permanent |entries |entries after upgrade to | |14.0 Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |regression --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 12:14:46 2024 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 4TbDX65NVlz53Q2J for ; Thu, 15 Feb 2024 12:14:46 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbDX62ylTz53Hs for ; Thu, 15 Feb 2024 12:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707999286; a=rsa-sha256; cv=none; b=fUQfTjnO7z+Kftlhd0wX7cKnorjogENvXp6OOkHKCfZwmaaULu2G+0lmkqnoy9zD5ZllAV UTp8D3bE0qbrMTaoYkR6bnb6ewkZswcpr+z0krJn2m9EK/T4LGVHF1urty8IC0BHwbI2ui Wpbfh9AAS+spERxXt5kxuR+6ZWVmLMR2POei/S1wKU3QU8YvLv5zcc9FJtGMjRE1chcv5c 6Sshl6r2Ry7IyPRqaLvaKuCurQXBK/fJZqZo7liTwLyhRcVCHu5VbdPgua+FJzOJXv196+ reneonv5x1bq4klF/oIrFkSorzxRvp/NqaX7IQPnh189cA7mE+YYAi82DWCxbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707999286; 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=IkspCy5NXWstGrgNkAogyjlxaXAuA9jSE4J3t61AtLw=; b=qnWdcZrdxJ2Vw+4ZFx18c/5BSgD43EvZsH9B2S9kwexM+kjB6lLLG3UvcM4Usrtl42G8h9 /q7EPf6sZfEDM19JtZvdm9aCIJRT6EvW9E/zWJY5xx90RDWHjZi7DZZ1hKhm1o/gXiuMka VUuaQ6aWfFmSXOjC2inz0aBrmCBvBIenrqzSr41msJolSsYSRzmqHm0RH+aF+/BAdl74Xm tfx3sMlp79yUmRKskV61exy40KpGZBMZPSFujJcs7H0KcLrBaIXSkpiNRNiBQ//m0BJSXl C9alxFkp2G735pnz4w82HFD2BG7lY4ATYiI75Cz3BsRa7KYEbx3+uryGGWYtzw== 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 4TbDX622sNzhMd for ; Thu, 15 Feb 2024 12:14:46 +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 41FCEko5076787 for ; Thu, 15 Feb 2024 12:14:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FCEkdn076786 for net@FreeBSD.org; Thu, 15 Feb 2024 12:14: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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 12:14:46 +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: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: konrad.kreciwilk@korbank.pl 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #2 from Konrad --- problem occurred also on fresh installation of 14-stable --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 12:18:31 2024 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 4TbDcS1SLYz53QpQ for ; Thu, 15 Feb 2024 12:18:32 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbDcR42XLz55K6 for ; Thu, 15 Feb 2024 12:18:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707999511; a=rsa-sha256; cv=none; b=hTszo4G5RBLkeqSdTWGc/scwLye26UmEV9rtaP33pgdnFXL11FazzbvbTCNEpZx42j2DVF 2en33JquGPTfIEy7YU4+ysmat30iye4sOHGV63pqjd0I2YmN+fMgLcJTdx+f0aJLBj42OG cpof/o+C1OA6nOSYpwhyVYv3d7Fbc7z4PWtO6Mwnf6smOuKd1rLN64o+V2uQbhtcGz6HSW XjQrI4hDTbpIE/dl4gX3tDRr7Pjy4bWGsCYmwXjuUlQQ5Gt9ZyTLSUX5TvyDPgjRrngTNt PYoTQNCc97nkS4PVYjeBCdJjGnjeLXnGmIEGu2+OT0zXAREXK60iaRvvVBWH6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1707999511; 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=kjW0LbKAajyBdo9IcqcTLYm2ciQ+V7bf8Iu4v+sK/UU=; b=BHsN7MFr+5TAjaL8z7RBgDCraMvlqcNQURTNB8e6XX75w6kZP2L+NFpgWTvk2YciTahJd0 5vwGCD/0l3ISjhsx3RiOcB5K8CtlmOdjkILKM9myuWPwI1Ed2fPRRXg826LBgPNW54aDmm 0kMFib4xbNt/y6mIc8oa8XHYdsJ4hy1QwUITaAdjYANOQchM/WYqfDhNtIQgaqAQm0B5dJ Tgbw+DNHcRCD9h46ciUbLfyk4RgR/8iqTHH87yfGO3R+GUAnFyzLzir/Rp+KLblDLAofJ8 pexS+Pyvg9UU9l0L89fWjzVKzXms9ZWbjyZEYYAmtmF3qgi3eXu2yLnnFZw+YA== 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 4TbDcR31CCzhMf for ; Thu, 15 Feb 2024 12:18:31 +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 41FCIVl9089389 for ; Thu, 15 Feb 2024 12:18:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FCIVHO089383 for net@FreeBSD.org; Thu, 15 Feb 2024 12:18:31 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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 12:18:31 +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: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: apoorv.99.sachan@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: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 Apoorv Sachan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apoorv.99.sachan@gmail.com --- Comment #3 from Apoorv Sachan --- Hello,=20 I am new here ! can i work on this bug ? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 12:28:42 2024 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 4TbDrB43fRz53S6P for ; Thu, 15 Feb 2024 12:28:42 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbDrB33Txz565k for ; Thu, 15 Feb 2024 12:28:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708000122; a=rsa-sha256; cv=none; b=fRpjF+3tMRtnlOZZuN6usfoZm4aO8Mm4gs8PntYPYeMt2EfGyvuif2e7y2cZ6vXNEzHoSK 5iINkXOcoF3hTMbWN0xrljbObQ0QyDKFeFoUW+UeT4qITf/dwxAuym+CnNpArLxqF2j6oD 6XpyteftTdHLAN15VlYUXZmzbztvgbGFWDlg0kLU/U9v2ARJfyuMgBjQe3UCi6FvpWW2j1 7stwsR4vryXGSr86BRlSwPOIvSxY8u9SAX4s2/zQViLuaxktksxL+RXRk1POmk7D0JBPBj FdEDhdxCuqMIAvp/o5SvWPN93HDRjlPBgAG7CCmZAqLhH9jVEvmWq3L1VRHGnA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708000122; 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=PrIvzQohSjCSrCu0diXoylnOYGDv1j1nwy9SeFDmnGQ=; b=LMXaEJtDmaHInSOKsjpF/OIr7tzYWMtQcN0Y+0Eh8HOusc47rXbVPYcuvlelokj/wqTWZI r++mbq8/DsipXNHN1owWHpn5FzWEeAk26UebUUlf/H5gU8fRNPzbNcsvnczCMaQfmUKQwa w6yaIplTSdUIgB1Vlu1c3otsT+M6iXo62cOwOxKeIUw/2qbhCu0cn7ADP5LFIHZLS0LEyQ VRW1QHbNMwSCfa1ARnbR66GVE7iTjm9VRyoCS9v1cqbA8+5YNV2K1trQv+jjfIkv8XeLPi UPluce8rcp9Dv8zllYG8CqhdEoa2QRmIfQbFkJeINKY1ukGhhFQa7pX3S/Pnww== 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 4TbDrB21w4zh0J for ; Thu, 15 Feb 2024 12:28:42 +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 41FCSg1o042374 for ; Thu, 15 Feb 2024 12:28:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FCSgYi042372 for net@FreeBSD.org; Thu, 15 Feb 2024 12:28:42 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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 12:28: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.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: apoorv.99.sachan@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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #4 from Apoorv Sachan --- I want to contribute to freeBSD in the networking domain,=20 I have experience with l3-udp and tcp(beginner) and in l2 with ARP and bridging protocols. I would love to contribute to this, I would start debugging this by looking at the arp table design, and also check if the command line options while setting static entries are parsed correctly. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 12:29:04 2024 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 4TbDrc4pSzz53SKs for ; Thu, 15 Feb 2024 12:29:04 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbDrc3jWyz575R for ; Thu, 15 Feb 2024 12:29:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708000144; a=rsa-sha256; cv=none; b=N5cslJZOaPzQrdoL/JFITuBt5QtsmylYCRvWXD1Dc3vUmUhzfxAS6uRrQFmDSYfqeTU9rn ZN3fvx8EMoU9wkP27f6/phntRlXcYnAyDDOB3/UEv8GQ9Og20X1iNzWK+ceQsx4LZb3MAN gvKL+4XXSQmatqBzNAqaPXN+wcydBZQgG9icA/XZynMvdknXkTigAB9O7iBasAwEHIDLx5 rkn+hwhANwq3cseGUwlgtIUHQjxLzmN6iIb+uw70iAezdZ/ip/eVomitxZ8rUBHt5xshSc nTJV5+tMTQLmWhsyir9nlChDzYaojyQF8h5vX7or/h6GVqd7UAEjH/uC7cOKYQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708000144; 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=MJPVvtLFPwFgnQviYFQWR+q1C3Peo/ifWfLv5p8BXIk=; b=rKAIX2WvgEr8FcOPp2Jvo6W//odvWr9qPJ9llW0W4U5rpWhMzh7tyf1y+k1a2cvQtBhDMZ g7ihx6YDW7+24bcZWNk3bfNG+J9z0L50nZO+FOori9X1GqiVcy4C19P6i2aUB8QJcb06ST IWwPKQIcqhTtgkmDzldwH5HfG8XwqhtcAOM0UN9+eGANn8+WZToZwPc823lsgflKgkIYIq hWxwnG49b4Xaw9qBVODLH2QYex4JNgYNKvptgtB1vrVUF1pZsYzsD7p/6Ha48xQVzHc27D W+tpLy8mRkTJli/MnCcdBWSF+iLdetmSvzPTA1STDQ/pyGNQlNn39Lb/83ME+w== 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 4TbDrc2mbnzhgF for ; Thu, 15 Feb 2024 12:29: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 41FCT41E043725 for ; Thu, 15 Feb 2024 12:29:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FCT4Wl043722 for net@FreeBSD.org; Thu, 15 Feb 2024 12:29: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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 12:29: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.0-STABLE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #5 from Kristof Provost --- (In reply to Apoorv Sachan from comment #3) Yes, absolutely! It's of course up to you how you approach this, but I'd be inclined to start with a test case, both because a reproduction case will make debugging easi= er, but also because adding the test too will ensure this doesn't regress later. Current test cases live in tests/sys/netinet/arp.sh Also, even if you only get the test case to work and don't solve the bug itself, please do post the test. That's at least half of the work already. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 15:48:09 2024 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 4TbKGL2stbz5503f for ; Thu, 15 Feb 2024 15:48: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbKGL1nNxz4Q8N for ; Thu, 15 Feb 2024 15:48:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708012090; a=rsa-sha256; cv=none; b=k1qMPj0to4U8d2MTSKJeMGumD2f8osU9A8Iq2RaKAZWYgw8s79ScENEyDYuk3Z4xoPc/7f 8VSiqIVoAQsPqeHFoQ9peqAq269c5PzGTpFWtV9Ticqx631B4QJCtKdHVJNW8IbCIdk8ZN 6ye2KsFaqrLV6QH+daj1stoLiwkGuDumRkhFKvkzYqI49uV2aDcy8rzBjOpTPb5e0fOSWi vU058z9MeP/aTleC5WjV+8r4iEeaPdXJHdwGbPVQPVGr6qI3WW3G2fCDilNFoAZclEr80P lIBE3bKVrrKbzQ8tt6hPotZpFqDBIYSzc/5rvsqbcTONb1ps48zogs2E4E6GMA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708012090; 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=ye1UUVTnt0ap6TwCJ9siPM+8KnUi5oPu583GUMBV+8s=; b=r9FGm143u6bZlprBv40hQvagPqbFidyEQd9KICQyUPBRtdTzqlh4uCQ2eooVBVEIHYVgCK IUUSmIhKxh7i6qs3T0Hwj+hjcGafucnqFxghOaYrTmVNQU5hjzv0Du+4Mv709Ure3mmq2V 08IbINF+Uv5vZHr0mIQBQqogMkF1Cg0qHArVDAv20fVcC2wTgLkfJ4AvO2/qDPCSdR03zq TnV9qPbgo2169jb5cHiW4n0IM2aA0rnvKzXdQkWjJOEY+xQX2D0skZ6LhKojRxXegcA8xo Q9y0R3Y5qb2EI5YIYZAt5CMxSi53yQFP6thiMygNhGdlC2WF+y92gygYhrRfEw== 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 4TbKGL0sQVznFy for ; Thu, 15 Feb 2024 15:48: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 41FFmASe080185 for ; Thu, 15 Feb 2024 15:48:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FFmA3L080183 for net@FreeBSD.org; Thu, 15 Feb 2024 15:48: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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 15:48:09 +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: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #6 from Marek Zarychta --- Please let me put my two cents in.=20 I confirm this regression, but it's not 100% reproducible. I noticed two fa= cts after the upgrade from 13.2-STABLE to 14.0-STABLE: 1. Messages like "arp: 00:aa:bb:cc:dd:ee trying to modify permanent entry f= or w.x.y.z on vlanQ" disappeared from Syslog even though the net.link.ether.inet.log_arp_permanent_modify parameter is set to 1. 2. When traffic from an IP address protected by a static ARP entry is recei= ved from a spoofed host with the same IP address that violates this policy, the= ARP entry for that IP address looks a bit strange: ? (w.x.y.z) at aa:bb:cc:dd:00:11 on vlan2 expires in -1708011502 seconds [vlan], but when the bogus traffic stops, the entry looks as expected ? (w.x.y.z.) at aa:bb:cc:dd:00:11 on vlan2 permanent [vlan]. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 16:07:57 2024 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 4TbKjB0vQ6z552f7 for ; Thu, 15 Feb 2024 16:07: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbKj93tM7z4ST7 for ; Thu, 15 Feb 2024 16:07:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708013277; a=rsa-sha256; cv=none; b=ZI9ndjlrBJKuTgIq+cq37+EcnlB51W736Y2qYyqQAasa9O/lh7sLYZFNEI12uKgS/OErZA ykawtEKrh1rxDo6noJI8CcIEifonj67TSRtgGaFz0L1Sx9rDDqVBLjQHTj5HDijRsWhnx7 LLjMa+bXa3LZeMSPPloH0fR5hLyp66f5C4T0FrocUy++ApK6uGzhXQMg1+XmMdxd69giRX 3OUa+jizkWRaSou8N1qhHjh+QvEAwERrQFisoXfVULlrvnj1oAdPE/WSOAvQEvO62XI3Iy JNELBEI58bOShb3AFW6jIdRhw2jhGopdGekOmkjAsc9Tjrx14l3kxxfW4O/rHw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708013277; 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=fEMxcK8c0s1NIiAzKQMJc3SH+o7jBDuNeRdnQueQY8k=; b=KXeyYQtfQ9KEgLFQR/sUoFGry5RDTKi+czzqKVyCVdFKJdTaL1F5RNk4iEEUQiAT48CKfo glMs8EgETk7fgdZwQ63OC4eynZHRM3e5CBSZEHcHZYQlaFQcWR7Bb6Ij7VGELEMV3o73tv iZ6mCzBci1fUU6pLG9n597TzVDSHtG+BOC6Ax2Hs+0bhdKsdbsV8tQ7x7C9DbPOjSelaZi IlMtXl1LQ8v5LNoNQ7/CSKyGP98ACL9JonaYdKSM/PSZlCPS0zLhqR7PnQTmbHF1JTWMGz QxW+IEjcnBkdppta3uL1dcIEEU4RsS+z/2qo8SKU13+EChRjYtX9FY9hNC/lHA== 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 4TbKj92h0GznK2 for ; Thu, 15 Feb 2024 16:07: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 41FG7vUn084673 for ; Thu, 15 Feb 2024 16:07:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FG7vOr084672 for net@FreeBSD.org; Thu, 15 Feb 2024 16:07:57 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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Thu, 15 Feb 2024 16:07:57 +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: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #7 from Marek Zarychta --- (In reply to Marek Zarychta from comment #6) >I confirm this regression, but it's not 100% reproducible. It should have been "It is 100% reproducible". After the takeover of the IP by a bogus host, the Syslog logs only a notification of ARP change: arp: w.x.y.z moved from aa:bb:cc:dd:00:11 to 00:aa:bb:cc:dd:ee on vlan0 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Feb 15 18:49:10 2024 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 4TbPHF01pQz59tCp for ; Thu, 15 Feb 2024 18:49:13 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TbPHD5RM3z4tn3 for ; Thu, 15 Feb 2024 18:49:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708022952; 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=gWmIx0/dstMnmiPbbgbfWYMZwoTBOsatju+ON3v0Bes=; b=QrQmsbhHdrSk02NzjEtw2N2/P1vDaVDp6urrSzna6f5IKBOX0JorQTqTTkRG0RRKQGcmIu w6qyTn3vjOlr6fvBQ6IbYULPjhFXWXRBGOSEwSzht+NjOUEhTW5FKbk6xn5SEDE0heuNpD e1HqpcgfzGDGG5hraLigVwkQogiFAf1fExtshvW94mAW1gtgiZEu7tMs0fXWL6z8v2kRET eQs/qO/EFMUYJ/8hvQDV8g9cFwEtG02K+ZB81f0g9ECyP2KJrV5qiBhbNjxVYBqpHVBu+z kn5ZgfiF5YyFqsXsow61A3CznEPnMKYIV3T1+5NZ7XeusoDLQx38kS6YgKpM7g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708022952; a=rsa-sha256; cv=none; b=iFglwloNTNlzIoCr9XY+h2phZvPzK+q8xHQ6hBFQRB4pp+23UbscKf6iMZuYaTlWrtUgsx E9wVTDMY2ZSI2Pv2mz3AM43B7Wa44pu4OgleiyZobkX66IfYfKCLT3YaV2eK7f2fiheukD 5SqC/1jXWGWH/+P/7T1ZfcBumFluBCnhq8lkJs0UlPRuGEDS1My/OFWejk4q4UsYU7rzC3 L+TRFxdQ4r5LCNXihIERln8ddluwvSFL+lD4ltHaICZaasYdOLBZtX4lS+lGHEOoNtBghx sy/AXbdcrmypRjgo1ByOimo75Du6iOzbhcMEZmeSI3XRo+gOeEBOwwZuOklx8w== 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 4TbPHD4XSpzsrs for ; Thu, 15 Feb 2024 18: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 41FInCPG037167 for ; Thu, 15 Feb 2024 18:49:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41FInCDG037164 for net@FreeBSD.org; Thu, 15 Feb 2024 18:49:12 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 227259] accept()/poll() and shutdown()/close() - not work as in FreeBSD10, may broke many apps Date: Thu, 15 Feb 2024 18:49:10 +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: 11.1-STABLE X-Bugzilla-Keywords: needs-qa, patch, regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jtl@freebsd.org X-Bugzilla-Flags: mfc-stable11+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D227259 --- Comment #19 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbc9107f8c405ce83f47abc915ae95baad= b770d6d commit bc9107f8c405ce83f47abc915ae95baadb770d6d Author: Gleb Smirnoff AuthorDate: 2024-02-15 18:48:44 +0000 Commit: Gleb Smirnoff CommitDate: 2024-02-15 18:48:44 +0000 socket tests: add listener_wakeup This test runs several scenarios when sleep(9) on a listen(2)ing socket= is interrupted by shutdown(2) or by close(2). What should happen in that case is not specified, neither is documented. However, there is certain behavior that we have and this test makes sure it is preserved. There = is software that relies on it, see bug 227259. This test is based on submission with this bug, bugzilla attachment 192260. The test checks TCP and unix(4) stream socket behavior and SCTP can be added easily if needed. The test passes on FreeBSD 11 to 15. It won't pass on FreeBSD 10, although the wakeup behavior of shutdown(2) is the same, but it doesn't return error. PR: 227259 tests/sys/kern/Makefile | 2 + tests/sys/kern/listener_wakeup.c (new) | 293 +++++++++++++++++++++++++++++= ++++ 2 files changed, 295 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.= From nobody Fri Feb 16 22:08:20 2024 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 4Tc5fY2G1gz59nV1 for ; Fri, 16 Feb 2024 22:08:21 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tc5fY1Cp1z4bSr for ; Fri, 16 Feb 2024 22:08:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708121301; 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=iRapPFxSfcHH3FhLWSiOixTQJRMeWG/fABhDnKGeGMg=; b=sVZf9vkoWvaf2xuCK26MNeK9ny+EcaCCfiPZzucxQQe8O5TZobxQoJq/RJiPNvyqXcJu42 V0Z9SKSG3S6fioXgjBDSOQI30IdmyGhtcPa1kQsAIz8wfDYmvZ9tpw2AuJIFPxw6uuzik4 oCwegb5VhvVdZFre3cC9DIUxXFSafYkORyfySWoXWgMjImQEUqevpqQYyebJSyP6wpXueu fCVmtNnI74y+ZFHSwS20C90XgVMbP14kugiWMer+8tDgFqsR5x5DUUWtAxhGeXW9tfTVJJ KSp0ZrilUSARu+72W/BeqtM5Lo35ykTdNoTCMckm0U7vbwYiER/rYJOIpQqd8A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708121301; a=rsa-sha256; cv=none; b=VuBBlY5UbO6l+6rB/lfIrOHMSXDwzTqjGCSGx/Zyfxxx7tmJjJ+4T4YDenUjRbwW5Eaveh Ni84sPU6QsW/FYEXRCi+iNS8PdIVJRIvgaEyxyQ41Vs4YzhJR/E9WHot0sDPWNQJ74BPRW mDprjiwTWoQ2KbsVF62loe1b6sXET6Kmv65rk7dkGi/YsiJOK4fA8mz/RIAf67r9diAuL0 nizNXtIHYlwuV3X28IIe2T4rdYdHKImgjwHIp4PxpgR7WhMVHfy6DMdtthoI/it++jryyh Lfxzyw5HWLjDO/6MVtJKtFjTkPTUpHwpaeRCLYjazSp9ttFYEoKbz3Wziz3LWg== 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 4Tc5fY0JsPzjCn for ; Fri, 16 Feb 2024 22:08:21 +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 41GM8KVt096271 for ; Fri, 16 Feb 2024 22:08:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41GM8KQq096270 for net@FreeBSD.org; Fri, 16 Feb 2024 22:08: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 277063] [ARP] ignores permanent entries after upgrade to 14.0 Date: Fri, 16 Feb 2024 22:08:20 +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: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: konrad.kreciwilk@korbank.pl 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277063 --- Comment #8 from Konrad --- if build arp binary with options WITHOUT_NETLINK, everythink work as expect= ed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Feb 18 01:17:06 2024 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 4TcnpH5zvYz5BMH8 for ; Sun, 18 Feb 2024 01:17:27 +0000 (UTC) (envelope-from zlei@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TcnpH3h2Sz49Yd; Sun, 18 Feb 2024 01:17:27 +0000 (UTC) (envelope-from zlei@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708219047; 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; bh=2r2cbVC0pOjsQ3mUubvHD9pXy64Hs+QZdUxgHED5VvA=; b=uX9AkdrbConiFMAqDGMV2jNwpWMBMdtV3gRXeHDlraw35/aXIhGVKMZFFoO1XzZ7V4ci9p wkJgN22hX5EO9ynbZK3qDB5u0b65lxUjCYliPUKMie43AaKpFm2x4Ke3/nKN1pmsyfE8tf UKy44NlAjZ4jczZDyEQsSFnGQCjbPmHafZxNxw+LpCOTOq2ASkTsb4XbLXeHc5VVvKo8EJ H0xM5RMOQ50OC26ZLJxgzZDiRtBrf3BDDeAOo/g0wK60yXEuuga3T5ZBbOs/hZYYjzgFpD S2pwDl+JFe/kEXc/HKfLnRpyZ4+IsvNVNk2fKK+48DYowktm9RQHV1aP1o/3Cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708219047; 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; bh=2r2cbVC0pOjsQ3mUubvHD9pXy64Hs+QZdUxgHED5VvA=; b=lIdzPlYU0q8Ian0J63iTeUngfLWaetM62Va2BHJvPjCCizkDTyXEN2rJlkeWvghzof6+Ev YaFEuNyjCbX6lHbODR36K4+VwkWOnvl+X+FKcgik+YZazgEa4ATv7N2QypPsDePapZS5OZ AzRXfspDQ1Cjt3MYzhi9Vo7vmLE5AGoaLeCmJTv0oqOt1J7uaeuAURSuf9dxn6Fmq0T5c/ 79pKsYiZGJLtkDhLMRbytWDgjlGsTrvdouM/txzDLt6PBskdEMZNJ7Uxx8UM6rY+9afk1T gYMXPIVyumIPH/pC8k6I5f2F4TKd2iA66LDP6c3lBnYSwUkYy8HTXJbdvd2DEA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708219047; a=rsa-sha256; cv=none; b=QYJqdeilnc0xEsp66PLEv/z4bKtrpyVAg1KoIptkKV+QbRuF6k+LOifLE5LxZj0Mf7gdBF 4I5AgA28MO2Qcl/bFvK0YjWJzEDIzt46PXB2v78YZ0Dqw6TAt6J0D8fKxpgJQuZXJqHXK6 b6toUW6BMRnvcYtfpXhifTTLR5ByCRVfaVAbMZSNL1NFSJL5m9KcJT0TIx8umMUtEMAMkT MVhy1dppvCL7aa6mRrxdkLeXucUXKNhDiWnNOoNuoJdRiOANCGdrjTkO7skdIxp842LU82 Ijp2RUZ/zhEnJZgdKqLIBAVF7qIcm3IO95tPGaQVsJMFHCDX9kEGzSGmLFZP7w== Received: from smtpclient.apple (ns1.oxydns.net [45.32.91.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: zlei/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4TcnpD0T4Xz1GwG; Sun, 18 Feb 2024 01:17:23 +0000 (UTC) (envelope-from zlei@FreeBSD.org) Content-Type: text/plain; charset=utf-8 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 (Mac OS X Mail 16.0 \(3696.120.41.1.8\)) Subject: Re: Anyway way to set an interface IP not reassigned during netif ? From: Zhenlei Huang In-Reply-To: Date: Sun, 18 Feb 2024 09:17:06 +0800 Cc: "freebsd-net@FreeBSD.org" Content-Transfer-Encoding: quoted-printable Message-Id: <349BFB06-F777-405D-8D8F-CE25BEEC126B@FreeBSD.org> References: To: Benoit Chesneau X-Mailer: Apple Mail (2.3696.120.41.1.8) > On Feb 4, 2024, at 5:58 PM, Benoit Chesneau = wrote: >=20 > Im' using the machine as a gateway and use one of the interface as an = OOB access to the applications. I should be able to launch automated = commands to re-configure the applications an other network interfaces = from this OOB interface.=20 I would recommend you employ vnet jails for this kind of setup. Leave one OOB interface in jail 0 (the host), and move all interfaces = those are for routing to a dedicated vnet jail. >=20 > The issue I have is that when I update the rc.conf and launch the = command `service netif restart` and same for the `routing` it will reset = all interfaces and reassign the configuration to them. Which disconnect = the client making the upgrade. What would be the way the way to prevent = it?=20 With dedicated vnet jail for routing (your business), then the setup is = much clean and clear. >=20 > For now I'm thinking to set the interfaces and routing separatly but = hen I miss the flexibility of rc.conf . Is there another way to do it = and ensure an interface won't be resetted? >=20 > Beno=C3=AEt >=20 Best regards, Zhenlei From nobody Sun Feb 18 04:17:23 2024 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 4Tcsnx2kscz5BLRj for ; Sun, 18 Feb 2024 04:17:25 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tcsnx1VSMz4Rlf for ; Sun, 18 Feb 2024 04:17:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708229845; 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=JeqEgRwscdpgUo+5TGKvREnV5OahC+l409gCxFJmgB8=; b=X2ud54Yya56YeIPpdIu2PCEFQFzdzTWcJxveDifzej+22NpPRgFRGhbLyzaeYjieTdh4C1 bbq0zUbv5W8v4YV3s4dixChZkNIZw1JXYb7vPMqMuGcMEg0nefeJ8pNOPBiDLiEwtQPHMT ACnWe4FIyQFCu37KBPvG2fiOE9bj/2Azz0g3VaybE420T8oy2vhxvQnDG59iQKWkHFljIQ TzVQFXEb3PP8d7qhzwJnoN83Lanlda97sArnOXD82J55vvURmQRQJzS1IZa28Ab3vu/YDn vys5FndQYfCA2rNBEF9oWLChqEYYx35zTBcmxPQEws0lPLJNLsIUABbewZRQsw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708229845; a=rsa-sha256; cv=none; b=fzWvVYif9uM0M69prHv5hDtiKEG9t3jD4QRESg2v6nb75PrjgjGl/IGqnld4yK8WFxqQGA 3bcgnmb2X4wS8XzdUxUoePND1/cNXDiN3cThtkrY/X+GVpbHzL76EtvaybLN6B2dZMnEsK KXgMmWj2Ln88wGd3E5Ga3oZr3TWJRa8F8O44YpftrOCXGncrYTaY2Ko+L7NvJ7Z5IGzt0j Vn0PHcqGXYdp12nsY/Cd/MtPE3gRHLkTQKuFML+VWyA9uIrHxRf3LEP609Phlynk7JCNrc gtB/tjwSI8X4p4ua/sPucMjmJaifa+UR1FGg7O39Mr5tkLsRfb3KgxwX2J6AAQ== 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 4Tcsnx0Z8Czc8K for ; Sun, 18 Feb 2024 04:17:25 +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 41I4HPVm091083 for ; Sun, 18 Feb 2024 04:17:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41I4HPVw091079 for net@FreeBSD.org; Sun, 18 Feb 2024 04:17:25 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 277125] ifconfig: ioctl (SIOCAIFADDR): File exists when P2P dest_addr route exists Date: Sun, 18 Feb 2024 04:17:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.2-RELEASE 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: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=3D277125 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Feb 18 21:00:39 2024 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 4TdJ3X0kfXz5Bkp0 for ; Sun, 18 Feb 2024 21:00: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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TdJ3W3Yw2z4vW2 for ; Sun, 18 Feb 2024 21:00:39 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1708290039; 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=NylDONk5CoH+6lspL4LHaoAXrpRKhoc73pWHgsnhz94=; b=DftNImuA0s9SNqWPPXHrxURL0iibOkQp3USLZwZem8/VarIZdZNFoLeSEjGXgypSRYcxxe WHvtcWL67euc/neJtWMMotgJr2UM1g93l79A91BR3FoOZFR1LMoK44qQyK1pxMOB0UY0G8 lfDnF33GZCoexRsk/tqe1gVIaIcqnlZWayEg6MPsPdby85wRKHwxTlXh7a58HPDR5va1sD DkTv3w//12ovqy1YA5xAiljM5rYO0M4w7+Tu0ZCITItcbUdED7FxZuJkD3rOQICnelorLI Ja3po2AtwgtcNqYcJVbt5vcwLot8cLwkDTxRRbuOj1uggbd3jLB/7AT+nvPd4g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1708290039; a=rsa-sha256; cv=none; b=eCOC/D5kwew+XmKt8Mp/vnhn4vaIIX5b1uG5Pz5mr4eUHAPTbc22WrXR8E7aZoBFo1oCqo buFCUK7VabRZvTPzjk3JK0KVCp3nyW0HTkyIFfXefpkcsU9GDOmxhlIOi7FG1MYPBfse6B GVUBW81SLAl0sDKtIx6eSMmhnC786NiF+yV78J0pr0ld40AurdKmTocNntu52QoKgfGqZG 5terwSAtAANmtKriyQWjlRwUcMib1kTrKtz+CsNfooPMhBDsVgatDROCtKLB7ljyX4vkD8 ZSoEQA5HF7jC0qnKeGlVf8ylIQK836Lvu+BMvQFhfrrFHuK0cgJTWUHdlax7lw== 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 4TdJ3W2gZKz166m for ; Sun, 18 Feb 2024 21:00:39 +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 41IL0d8R003942 for ; Sun, 18 Feb 2024 21:00:39 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41IL0dab003917 for net@FreeBSD.org; Sun, 18 Feb 2024 21:00:39 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202402182100.41IL0dab003917@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, 18 Feb 2024 21:00:39 +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="17082900393.46a3e4.96481" Content-Transfer-Encoding: 7bit --17082900393.46a3e4.96481 Date: Sun, 18 Feb 2024 21:00:39 +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 | 275774 | IPv4 Mapper address problem New | 254445 | cloned_interfaces="bridge0" does not respect net. Open | 166724 | if_re(4): watchdog timeout Open | 200836 | iovctl(8): Return descriptions in the returned sc Open | 223824 | Panic in ng_base.c (netgraph) Open | 230807 | if_alc(4): Driver not working for Killer Networki Open | 232472 | ixgbe(4): SR-IOV passthru not working on Hyper-V Open | 234073 | ixl(4): Host X710-DA2 drops connect starting bhyv Open | 241106 | tun/ppp: panic: vm_fault: fault on nofault entry Open | 245981 | bnxt(4): BCM57414 / BCM57416 not initializing: bn Open | 256217 | [tcp] High system load because of interrupts with Open | 257038 | em(4): Panic on HTTP traffic to or from jail thro Open | 257286 | gateway with `ping -6 -e` is ignored Open | 258623 | cxgbe(4): Slow routing performance: 2 numa domain Open | 258850 | lagg(4): interface vanishes when both member inte Open | 261866 | ixgbe(4): Resets media type -> autoselect after s Open | 262024 | em(4): iflib handles bad packets incorrectly Open | 262093 | ixl(4): RX packet errors on Intel X710 after 12.2 Open | 263568 | ix(4): SR-IOV connection lost after loading VM wi In Progress | 118111 | rc: network.subr Add MAC address based interface 20 problems total for which you should take action. --17082900393.46a3e4.96481 Date: Sun, 18 Feb 2024 21:00:39 +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 |    275774 | IPv4 Mapper address problem
New         |    254445 | cloned_interfaces="bridge0" does not respect net.
Open        |    166724 | if_re(4): watchdog timeout
Open        |    200836 | iovctl(8): Return descriptions in the returned sc
Open        |    223824 | Panic in ng_base.c (netgraph)
Open        |    230807 | if_alc(4): Driver not working for Killer Networki
Open        |    232472 | ixgbe(4): SR-IOV passthru not working on Hyper-V 
Open        |    234073 | ixl(4): Host X710-DA2 drops connect starting bhyv
Open        |    241106 | tun/ppp: panic: vm_fault: fault on nofault entry 
Open        |    245981 | bnxt(4): BCM57414 / BCM57416 not initializing: bn
Open        |    256217 | [tcp] High system load because of interrupts with
Open        |    257038 | em(4): Panic on HTTP traffic to or from jail thro
Open        |    257286 | gateway with `ping -6 -e` is ignored
Open        |    258623 | cxgbe(4): Slow routing performance: 2 numa domain
Open        |    258850 | lagg(4): interface vanishes when both member inte
Open        |    261866 | ixgbe(4): Resets media type -> autoselect after s
Open        |    262024 | em(4): iflib handles bad packets incorrectly
Open        |    262093 | ixl(4): RX packet errors on Intel X710 after 12.2
Open        |    263568 | ix(4): SR-IOV connection lost after loading VM wi
In Progress |    118111 | rc: network.subr Add MAC address based interface 

20 problems total for which you should take action.
--17082900393.46a3e4.96481--