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 D4491C433EF for ; Mon, 25 Jul 2022 12:17:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232990AbiGYMR6 (ORCPT ); Mon, 25 Jul 2022 08:17:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59394 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232399AbiGYMR5 (ORCPT ); Mon, 25 Jul 2022 08:17:57 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EBA97E08A for ; Mon, 25 Jul 2022 05:17:56 -0700 (PDT) Received: from [192.168.88.254] (unknown [125.160.106.238]) by gnuweeb.org (Postfix) with ESMTPSA id 90FD37E257; Mon, 25 Jul 2022 12:17:55 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1658751476; bh=U7g3GFzd3m9WTrZYay9SfzKM9NTbpxkhHnYFcSx/nNw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=EW3LUU1w+qqQBxSJtk9cLm+NLDmgYSPBqr5+rUpQMBekynVigecBUX+jEd+mxgWyM wGE9oBxD1nrqBfUbVGEIT1pCfUed7xPIPfLfHC5kp3uwt/rNOQoRe94c75cFZKUdA6 dgQsqpLdq0Zr7NPzMHMvvKD02o5g7XA85rluV2Rrj9QKoYXfepG+3W/wy1Qzp4dof7 fQAm7gzExk6MuL07ZQmO2vWMW2yOUKGyaLJq8ojEkW9aOCsE0Ph74bxrqzzkC3CyZk LAcEZ3+LteJwlLmn2jKpE44MZgD2zNhEzIga1VunTPh5x8/d2G6WRxY6m71FmAwzlJ gWbnw+4xhpQRA== Message-ID: Date: Mon, 25 Jul 2022 19:17:53 +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 v2 0/5] zerocopy send headers and tests Content-Language: en-US To: Pavel Begunkov , io-uring Mailing List Cc: Jens Axboe References: From: Ammar Faizi In-Reply-To: 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 7/25/22 6:33 PM, Pavel Begunkov wrote: > Add zerocopy send headers, helpers and tests > > v2: > use T_EXIT_* > fix ptr <-> int conversions for 32 bits arches > slight renaming > get rid of error() in the test > add patch 5/5 > > Pavel Begunkov (5): > io_uring.h: sync with kernel for zc send and notifiers > liburing: add zc send and notif helpers > tests: add tests for zerocopy send and notifications > examples: add a zerocopy send example > liburing: improve fallocate typecasting I can confirm it compiles fine on all architectures now. Nice. -- Ammar Faizi