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 64129C433EF for ; Mon, 30 May 2022 18:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238390AbiE3SRv (ORCPT ); Mon, 30 May 2022 14:17:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232948AbiE3SRu (ORCPT ); Mon, 30 May 2022 14:17:50 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCB7A53E18 for ; Mon, 30 May 2022 11:17:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7CCE5B80E5F for ; Mon, 30 May 2022 18:17:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB8B5C385B8; Mon, 30 May 2022 18:17:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653934667; bh=yLB6X46I1ZfcREozuFZmXo0HgUsTtxckYXMsibxfirQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lKhIDfMPgRp4IkJbBdKWtBYYG0EPSxJFuGjNwNOON22RseY0ZCjvoZHiy/yNhoPde n9QJDgbtlLByOY0pgbAkoVSkI/5zUMqmi+rKqlWkkjYD1DXpNiI/NQtxKZtEdra6DP ZRFr7ATZ0lofiftYvkH7Rkbu1dLNOnH5KVsyV/Zb63QBZfvrg+Dc9u1HqoaU560ghM z9NEYsQ/G9qAidD5Jrv5sD2+h4ZtmYsSzzylIXkPqZCbGf6C+WzN4eIayYm2ZSUjvZ Odd5ZeACVQDymtwSWftuONvBkWaNUtTAuc5OeVBF4k67RvWAC7oBp21Pb+zh5N3Iw0 KUAAC9Nve/bhQ== Date: Mon, 30 May 2022 11:17:45 -0700 From: Jakub Kicinski To: Maxim Mikityanskiy Cc: David Ahern , Stephen Hemminger , Tariq Toukan , Boris Pismenny , Subject: Re: [PATCH iproute2-next] ss: Show zerocopy sendfile status of TLS sockets Message-ID: <20220530111745.7679b8c4@kernel.org> In-Reply-To: <20220530141438.2245089-1-maximmi@nvidia.com> References: <20220530141438.2245089-1-maximmi@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 30 May 2022 17:14:38 +0300 Maxim Mikityanskiy wrote: > + out(" zerocopy_sendfile: %s", attr ? "active" : "inactive"); I'd call it "unsafe_sendfile". Also please send a patch to Documentation/, I forgot about that.