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 A7439ECAAD5 for ; Fri, 2 Sep 2022 12:01:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235655AbiIBMBx (ORCPT ); Fri, 2 Sep 2022 08:01:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235686AbiIBMBp (ORCPT ); Fri, 2 Sep 2022 08:01:45 -0400 Received: from gnuweeb.org (gnuweeb.org [51.81.211.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B35A71736 for ; Fri, 2 Sep 2022 05:01:33 -0700 (PDT) Received: from [192.168.230.80] (unknown [182.2.70.226]) by gnuweeb.org (Postfix) with ESMTPSA id 97B2280C16; Fri, 2 Sep 2022 12:01:31 +0000 (UTC) X-GW-Data: lPqxHiMPbJw1wb7CM9QUryAGzr0yq5atzVDdxTR0iA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1662120092; bh=O5qzWDaFBBYPd+Ip+ZSxi07Jcby4KvI9GCS6Rsij5B4=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=OxwzAx9qxzLrcdY5nq6j3rclfjA8cLaZreQuwvFR7Zo3OHL6bZjoaCvynt47vXBKy m6UWBzWuWoLnDs6240zXMfhFFh8kkO08AW3eyAwsoEYBHJAo5vyN/qTQ15BlV5YwI7 rEWc7J02aY/p9uCfvSn28d3PdeFrfKT4Bc8LevGCBfYfvapD0iybjnqq9RMkGt2nrX vW3660ykoCj/zILr/QjYLhSxAe8K1RQSDKfoo6ShdqBmYYCrx3iFrXs23hRTQn47/T XBkzzdEYT8zqAzB4fWjWOH1Jrvt6FwVyUu1sCs6QFEzDEhT0z1dRVSwPlPR20QGIcH rrFUyvZnQKJdw== Message-ID: Date: Fri, 2 Sep 2022 19:01:28 +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 0/4] zerocopy send API changes Content-Language: en-US From: Ammar Faizi To: Pavel Begunkov , io-uring Mailing List Cc: Jens Axboe References: <5aa07bf0-a783-0882-0038-1b02588c7e33@gnuweeb.org> In-Reply-To: <5aa07bf0-a783-0882-0038-1b02588c7e33@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On 9/2/22 6:56 PM, Ammar Faizi wrote: > On 9/2/22 6:12 PM, Pavel Begunkov wrote: >> Fix up helpers and tests to match API changes and also add some more tests. >> >> Pavel Begunkov (4): >>    tests: verify that send addr is copied when async >>    zc: adjust sendzc to the simpler uapi >>    test: test iowq zc sends >>    examples: adjust zc bench to the new uapi > > Hi Pavel, > > Patch #2 and #3 are broken, but after applying patch #4, everything builds > just fine. Please resend and avoid breakage in the middle. > > Thanks! Nevermind. It's already upstream now. -- Ammar Faizi