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 92A30C61DA4 for ; Fri, 3 Feb 2023 07:31:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbjBCHbL (ORCPT ); Fri, 3 Feb 2023 02:31:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229602AbjBCHbL (ORCPT ); Fri, 3 Feb 2023 02:31:11 -0500 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 494F53D0A2; Thu, 2 Feb 2023 23:31:06 -0800 (PST) Received: from biznet-home.integral.gnuweeb.org (unknown [182.253.183.234]) by gnuweeb.org (Postfix) with ESMTPSA id 00FFF82FD0; Fri, 3 Feb 2023 07:31:02 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1675409465; bh=8FQ47k12Bm+BjalIYpS9xoa2TPbONlxAeOkX09ntjZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hNhfm1kTWNXn3olzHKt4b+AEMhM2rp3ClNz5XJq3g1CXDH/UDZ+prJNBbpUDA4nNp E0Iq3N34Ge3BYl1Z1qrDDZpo6QgG8t1p9eEGAYD1DNUeYm6haAOXGzGglqaYmada9G jrEqlxfjbMS+o8FeKokqSJATaO5geEIgXsF/VW31A06ADF88c7bI2fL/2hocp4EpV4 BbJapaPnGSk/J5aOrRuG0JtljciWF+6LlK+J/yDytYc2YnBknDrLOI0oI2/Cs4A0hx 6W5aADyp1xFXiSmyvbm5bvqBd13nNjSWNuWdB4CttQ2WIEQj+al8hn5v4qMtbpBVve eU9VJgFecKD7w== Date: Fri, 3 Feb 2023 14:30:59 +0700 From: Ammar Faizi To: Stefan Roesch , Facebook Kernel Team Cc: Jens Axboe , Jakub Kicinski , Olivier Langlois , netdev Mailing List , io-uring Mailing List Subject: Re: [PATCH v7 2/3] io_uring: add api to set / get napi configuration. Message-ID: References: <20230203060850.3060238-1-shr@devkernel.io> <20230203060850.3060238-3-shr@devkernel.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230203060850.3060238-3-shr@devkernel.io> Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Thu, Feb 02, 2023 at 10:08:49PM -0800, Stefan Roesch wrote: > This adds an api to register the busy poll timeout from liburing. To be > able to use this functionality, the corresponding liburing patch is needed. > > Signed-off-by: Stefan Roesch > Acked-by: Jakub Kicinski Reviewed-by: Ammar Faizi -- Ammar Faizi