Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1066227imu; Sat, 15 Dec 2018 13:24:48 -0800 (PST) X-Google-Smtp-Source: AFSGD/WWl9aKy3GJ86/3rJxcL1ylhwJR+bfrzTMjO/0e5reRylGhvw/4riOx97sHLipfCBAg68AD X-Received: by 2002:a63:d846:: with SMTP id k6mr7433678pgj.251.1544909088166; Sat, 15 Dec 2018 13:24:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544909088; cv=none; d=google.com; s=arc-20160816; b=Wz5/l4SQfMfOR+xBzJ7UWahwlwmXA7wJbGXC9D4X+bP1/mxOhbBddi6cy1me/fUFco vU4CJmkUTHPIcrIuhEABjcknjVbO037lkn4AluHZbO3zCpYMLNPqQhFkdeYWlpq79DY1 FGLBCauz4We0+ytjMu4zfU+kT7LOi78B24zPHuXRHWr9wptFY9PNjlKHrjKZ5puRu4L7 fvADusOf8cMRtc0fJ7tmfFbatls1PmQa3NAV9IerNyPZ0TKC21DRRFTN5VsNX+OlpLxH cqoboeF9SKqqKMm0i495O/qixIP+1JH1zwY8yJgQkby5I1Z+ekjpn9o/tbQ52PFhHTPx zIoQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=xmzhY76XnrcNRZAyG+07AUyG83LqEiA3nQ5tielXm50=; b=j0/mNvfI6NzL3sfz11gPQvqFIuq6NVcb8XNq2L+iGHlYNcsqoCVYI/xqkTSSEGLIYV pCxt1M0yQ09jQtKGVQPOwl5zwwKc6Xf6/NEpDR4ll35vCGHhSPdo9GfX3Rk4kiDZ1Bx1 tNnPh9GwA3H4/WoALsmkcoRGCQszZnjUWXSHo5kaQIrP7C7JcI6ySSMEP/HFaqtIEQe/ 6iv9oqtV9Im0+bQu0fQwrvlUC00Vhkh5zrhz6Lm3+yOUJrnusWl5gcNX1kP93oznsNfC GnSgC34Frdjz28hJyVLZr1Ojx7GCMCz34RAYfgc+viJmvLniz7I9cTnVkZyHoZHTwWGO VsEw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y6si6897708plr.186.2018.12.15.13.24.33; Sat, 15 Dec 2018 13:24:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729556AbeLOVXf (ORCPT + 99 others); Sat, 15 Dec 2018 16:23:35 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:55950 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727229AbeLOVXf (ORCPT ); Sat, 15 Dec 2018 16:23:35 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 4B39214E8EDFF; Sat, 15 Dec 2018 13:23:34 -0800 (PST) Date: Sat, 15 Dec 2018 13:23:33 -0800 (PST) Message-Id: <20181215.132333.867660599141318055.davem@davemloft.net> To: pabeni@redhat.com Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com, pjt@google.com, linux-kernel@vger.kernel.org, ecree@solarflare.com, dwmw2@infradead.org Subject: Re: [PATCH net-next v3 0/4] net: mitigate retpoline overhead From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Sat, 15 Dec 2018 13:23:34 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Paolo Abeni Date: Fri, 14 Dec 2018 11:51:56 +0100 > The spectre v2 counter-measures, aka retpolines, are a source of measurable > overhead[1]. We can partially address that when the function pointer refers to > a builtin symbol resorting to a list of tests vs well-known builtin function and > direct calls. > > Experimental results show that replacing a single indirect call via > retpoline with several branches and a direct call gives performance gains > even when multiple branches are added - 5 or more, as reported in [2]. > > This may lead to some uglification around the indirect calls. In netconf 2018 > Eric Dumazet described a technique to hide the most relevant part of the needed > boilerplate with some macro help. > > This series is a [re-]implementation of such idea, exposing the introduced > helpers in a new header file. They are later leveraged to avoid the indirect > call overhead in the GRO path, when possible. > > Overall this gives > 10% performance improvement for UDP GRO benchmark and > smaller but measurable for TCP syn flood. > > The added infra can be used in follow-up patches to cope with retpoline overhead > in other points of the networking stack (e.g. at the qdisc layer) and possibly > even in other subsystems. ... Series applied, I'll push this out after a build check completes. Thanks.