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 57CBB2CCBA for ; Thu, 4 Jan 2024 22:47:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OUlO/IEM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97ED1C433C7; Thu, 4 Jan 2024 22:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704408442; bh=wIT658nvpGmP9lONvCML+5q9V6cZczsZ36fNSkEe+h8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=OUlO/IEM5npsae8jTIzw6tLTV0N1WLlg/Cwf3Abs0VypL3KBdR6wKHPLmiXu5/a6D EtR14XH2BPffd3772GsGOcKg3iHECZjoPOqSuquqBwurVSkQPFI+g1i9gs3CGL1EfY NQgpiYcgRxOvNNSV2tyLkuTteEiT/TLMaIwEWxgIvUpLxCSiX8wAJIZOys7sZld27e +Lzt0jjwQE11WgEylJwCDICLcSjyXXlZjPnUDMTBS2e2/whMyr2gnYDKSlJYPKX2xI XiZv9jpbjxhfT3CbeYzbWsoKOq/IkU3yHqcBF8MOxSeWM1x2eifrTr2n1YXvgZWrBt 75nzwonHiUlJQ== Date: Thu, 4 Jan 2024 14:47:21 -0800 From: Jakub Kicinski To: Saeed Mahameed Cc: "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan Subject: Re: [pull request][net-next 00/15] mlx5 updates 2023-12-20 Message-ID: <20240104144721.1eaff202@kernel.org> In-Reply-To: <20231221005721.186607-1-saeed@kernel.org> References: <20231221005721.186607-1-saeed@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 Wed, 20 Dec 2023 16:57:06 -0800 Saeed Mahameed wrote: > Support Socket-Direct multi-dev netdev There's no documentation for any of it? $ git grep -i 'socket.direct' -- Documentation/ $ it's a feature many people have talked about for ever. I'm pretty sure there are at least 2 vendors who have HW support to do the same thing. Without docs everyone will implement is slightly differently :(