From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3BE861A682B; Fri, 10 Apr 2026 01:51:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775785867; cv=none; b=EAUBmLbfZFaIVZFRu+O6pLICSs+XoDeoYzfXiqU5qFnw25dCxctuGpokmysovUukmZSUF4KU64OkN3stq6XJvMWTEVCa+IcWyEdJHOW4Qy5wZiVYHJjpK8pn0g5zEqNB7kpATi08f2lPGgCQ/aZpW5qFs6Z83UMia8HygiGDkv4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775785867; c=relaxed/simple; bh=4kdbX8C7vVDG5MUQ0azlR7qfOWKDTh9ORukaO367o34=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=tJO9NDjM2a2Pu0O9HHFntJAqivGqmxCHA8LCOL7FRWGP0j1irupJq370l8G98FTefGZuRGrKhCdIpfs38BxalW8QpRWarV5O/4Gb9YrZVxIkqYGdaOSdwf/fgWjmKyOplN2JDKlcxGqqeWusp5QJBRqhwf3hxYvMFub23X/5iHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oEdLuTgO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oEdLuTgO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DA06C4CEF7; Fri, 10 Apr 2026 01:51:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775785866; bh=4kdbX8C7vVDG5MUQ0azlR7qfOWKDTh9ORukaO367o34=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oEdLuTgO5GL/HHnic4/aiHDpF783SZFwt7JB2zZbdjjtPqA76vwL/aHQMgf2Rmzb1 2xk7EeWIK/OlDLPUwO10uO5VSsMLrJyOFF/w6RIpnpgIZrub9Nh1GrLGCiczWyZ9TX YAyDlXsshQ+nLL/JQ4DmZXuXj6hIWROFVGbI20Icxs+CxLi1nGcjZ6yX5FfgjxUEY7 E/lYrkiXyiJE/R8NmVdWnSYoWNORbSmxoMo9ERbd1/L1kNcuLsTiT7Ia8vD2kQW61A 8ZSalhdkFZGwb/hG+ODwZEcHYkRbSmD5yWS7u8AOW+vl7v5hBYTxVmQmg/sdlplkgt /Grsf7uO/BwXQ== Date: Thu, 9 Apr 2026 18:51:05 -0700 From: Jakub Kicinski To: Daniel Borkmann Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, davem@davemloft.net, razor@blackwall.org, pabeni@redhat.com, willemb@google.com, sdf@fomichev.me, john.fastabend@gmail.com, martin.lau@kernel.org, jordan@jrife.io, maciej.fijalkowski@intel.com, magnus.karlsson@intel.com, dw@davidwei.uk, toke@redhat.com, yangzhenze@bytedance.com, wangdongdong.6@bytedance.com Subject: Re: [PATCH net-next v11 03/14] net: Add lease info to queue-get response Message-ID: <20260409185105.721a6465@kernel.org> In-Reply-To: References: <20260402231031.447597-1-daniel@iogearbox.net> <20260402231031.447597-4-daniel@iogearbox.net> <20260407204017.3fc79d1b@kernel.org> <20260408151251.72bd2482@kernel.org> <731d2749-abf6-403c-a1f4-ffe9c8d1e8ad@iogearbox.net> <5a5feea9-7675-4ccf-aa8e-3a2e476ce8f5@iogearbox.net> <20260409074651.2e58b3dd@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 9 Apr 2026 17:32:31 +0200 Daniel Borkmann wrote: > > I think the test has to be reworked but of the available options seems > > like merging it as is and following up quickly is the best. I've only > > set up the container testing in our CI yesterday anyway so there may > > be more things that need changing in the test as we gain experience :S > > No objections obviously if you want to land as-is with your refactor on > top. Done, please double check my work, there were some conflicts with net.