From patchwork Mon Sep 19 20:19:58 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Safonov X-Patchwork-Id: 607855 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 C8F35ECAAA1 for ; Mon, 19 Sep 2022 20:20:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbiISUUK (ORCPT ); Mon, 19 Sep 2022 16:20:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiISUUJ (ORCPT ); Mon, 19 Sep 2022 16:20:09 -0400 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15A2048C86 for ; Mon, 19 Sep 2022 13:20:09 -0700 (PDT) Received: by mail-wm1-x330.google.com with SMTP id n8so319824wmr.5 for ; Mon, 19 Sep 2022 13:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arista.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=FWyWHD71T9hAwWWYq5d0qFKEdIZn5y5bu6+nFTnlJ18=; b=hgBacRkq3ArZclC2AkYn2gaCdnEgnA6budJG0eY+2zqqZ/S4xQA/Mw17bX61E/XJg+ 9KqmY+35daVsIUzLH4/TkyGKlTaGRPxxQnUJdH6PhoepK1ff2a2rcC2Xso0I5a9aJPPz Hkn8r/ipkh38ZhfCKOAlYtpR5d3BrktrLv3krWwa5UeE/U2PQDRaEpI60in9rY2K9vXQ EhZzrnSol/3Gf64uvDiF6SNoQwGpytLqelrTNei9bSWPW8EDur8AFgZq1foc2CfYMx5L toqYpAPANl5pzm9fQriSZyriGEHGN/Kq4DG/dCSSLGsSqbzOdSDmLi/LRbo2MokM/e4B InAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=FWyWHD71T9hAwWWYq5d0qFKEdIZn5y5bu6+nFTnlJ18=; b=uhx8jaOVj31HgmO94THNd++iPT2q2pYZGByaCcRAk6bkKAA+eIbzfdyCA4WE+bhZLB Ie+OgbMWfbjYuiZVev/HB7qGycqNMB+bz+1rY93rs2hvy52RtNsnwgocktHFL+PTqXlo malxudykqsfAodLVFtm7FTRWBc2BJzEb04mLfQWtKz2AapdWi/FlbaUB6quDNZbGHROo XmR5oGfuCA7r55g3XtSVCo1LuAjjchqmge/N4Ky6ng6SQRqYFl9Wszn1Coxa3l1nql1B 8c4oK8qVXl8AKocINH2+o+nIr0ZqCK2u6hRgFqroiYFtA+LYnwBKLRrsh6GgvKlkepZ2 TdSA== X-Gm-Message-State: ACrzQf3BFDbOZCZ0hw9Z+BvzmzCOzpqvN4mPC/4cJGaE18SBtulDqPJu ll5BjcVXyT1zYOIxo/GLBf1+Yw== X-Google-Smtp-Source: AMsMyM7birQYVrRfSnQfrNtoIsmDQfe5J5LG1IWer0w1g0P11BZbr84r+SJ3X4bc0gChCwFzA89WKg== X-Received: by 2002:a05:600c:4f55:b0:3b4:b687:a7b7 with SMTP id m21-20020a05600c4f5500b003b4b687a7b7mr14028458wmq.185.1663618807653; Mon, 19 Sep 2022 13:20:07 -0700 (PDT) Received: from Mindolluin.ire.aristanetworks.com ([217.173.96.166]) by smtp.gmail.com with ESMTPSA id c11-20020a05600c0a4b00b003b47e8a5d22sm17342849wmq.23.2022.09.19.13.20.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Sep 2022 13:20:07 -0700 (PDT) From: Dmitry Safonov To: linux-kernel@vger.kernel.org Cc: Dmitry Safonov , Shuah Khan , Dmitry Safonov <0x7f454c46@gmail.com>, linux-kselftest@vger.kernel.org Subject: [PATCH v2 2/2] selftests/.gitignore: Add io_uring_zerocopy_tx Date: Mon, 19 Sep 2022 21:19:58 +0100 Message-Id: <20220919201958.279545-3-dima@arista.com> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220919201958.279545-1-dima@arista.com> References: <20220919201958.279545-1-dima@arista.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Fixes: d8b6171bd58a ("selftests/io_uring: test zerocopy send") Signed-off-by: Dmitry Safonov --- tools/testing/selftests/net/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index de7d5cc15f85..e17b4f1ad770 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -3,6 +3,7 @@ cmsg_sender fin_ack_lat gro hwtstamp_config +io_uring_zerocopy_tx ioam6_parser ip_defrag ipsec