From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03C0BC433F5 for ; Sat, 26 Mar 2022 19:28:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232959AbiCZTaV (ORCPT ); Sat, 26 Mar 2022 15:30:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231920AbiCZTaU (ORCPT ); Sat, 26 Mar 2022 15:30:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F7F732052 for ; Sat, 26 Mar 2022 12:28:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A61B260B9F for ; Sat, 26 Mar 2022 19:28:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D280DC340E8; Sat, 26 Mar 2022 19:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648322920; bh=VBrq8iFJzq/FlupzgCSPc4k4h2pJXO4qrq8Cg7EL8b0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Diie5K1/G3ZfDRl63L+1frIC0xVMr8TVDEeSIKQTPatYwdaSHVMthg5iwGZVyTRoF TGQlOmwqiPQuppWV2Nr3Y4X5oO2hMUiuLUnU9D17603xtH+KmkhjsUWDRViP+zegBO 41MsPQ1M8dw+KcwHRuApGCNXLFiJb67OCFtcITnF0kFRLZCU+/NncVRmn97gQqcpkx Ps62JnEqDozrqD5tWlUdvUuWbImM4/7M1G/RFVbKPhkcrLeFM2mtHG4zNu4sWogpCJ aFWqhocfe51vv1QXwJpKBpO1znIbom/SuJc2j7HldhJ0+fUhUlUiYE2aJkAGDhq5/5 NWFKBr3fTzElw== Date: Sat, 26 Mar 2022 12:28:38 -0700 From: Jakub Kicinski To: Jens Axboe Cc: Linus Torvalds , io-uring Subject: Re: [GIT PULL] io_uring updates for 5.18-rc1 Message-ID: <20220326122838.19d7193f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Fri, 18 Mar 2022 15:59:16 -0600 Jens Axboe wrote: > - Support for NAPI on sockets (Olivier) Were we CCed on these patches? I don't remember seeing them, and looks like looks like it's inventing it's own constants instead of using the config APIs we have.