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 6587AECAAD3 for ; Mon, 5 Sep 2022 13:45:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237556AbiIENpH (ORCPT ); Mon, 5 Sep 2022 09:45:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235938AbiIENpG (ORCPT ); Mon, 5 Sep 2022 09:45:06 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 164054D813 for ; Mon, 5 Sep 2022 06:45:05 -0700 (PDT) Received: from [192.168.169.80] (unknown [182.2.42.181]) by gnuweeb.org (Postfix) with ESMTPSA id B6E30804D1; Mon, 5 Sep 2022 13:45:02 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662385504; bh=gvVQxJZSMT1cgcGMiAAZO6uHSrSU0CE8Hh3ghvOty1E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nfsU00yARqeDy6JGzelXXRQlRhsTxxR0gKo2Mljx1aCoIeZKB4WKJim68YyZ40Y6c 8/VzlSjrfIePrCSBwVbhXF/pr38FecFDlEJbsQY6SN4CScziTM7BQfesWAAVXT7UPy xIN5pKQsjYe2TUVeYz54YTWkspfd+/3PGjPJv2sohTGR97iGDhGHKrySEgrTZ6l34B L2NzKem7DivSYneu9pKC7vZ5V9h8b5OC4S+Fx2R9e5P6tC4QNyWLAs4DDz289FCGK1 2yXTMSgWPYrzY8+w2ePmCUrd+ZZOEicavXXnmmO4PTV6NyXqFMd46WinDyK68XsApD dHqSWg5MA+DAA== Message-ID: Date: Mon, 5 Sep 2022 20:45:00 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH liburing v3 00/11] Defer taskrun changes Content-Language: en-US To: Dylan Yudaken , Jens Axboe , Pavel Begunkov Cc: io-uring Mailing List , Facebook Kernel Team References: <20220905132258.1858915-1-dylany@fb.com> From: Ammar Faizi In-Reply-To: <20220905132258.1858915-1-dylany@fb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 9/5/22 8:22 PM, Dylan Yudaken wrote: > Dylan Yudaken (11): > Copy defer task run definition from kernel > Add documentation for IORING_SETUP_DEFER_TASKRUN flag > add io_uring_submit_and_get_events and io_uring_get_events > add a t_probe_defer_taskrun helper function for tests > update existing tests for defer taskrun > add a defer-taskrun test > update io_uring_enter.2 docs for IORING_FEAT_NODROP > add docs for overflow lost errors > expose CQ ring overflow state > overflow: add tests Build tested each patch with GitHub bot, everything builds fine: https://github.com/ammarfaizi2/liburing/commits/testing/20220905132258.1858915-1-dylany@fb.com Tested-by: Ammar Faizi # Build -- Ammar Faizi