Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp842481imu; Wed, 16 Jan 2019 08:27:05 -0800 (PST) X-Google-Smtp-Source: ALg8bN6yK5VTZzSLQ2er2YcpQPXJCNnNDFXzzWfGVariKTyemUZzjBFWM9J1IlHQkVifWggH8NgD X-Received: by 2002:a63:587:: with SMTP id 129mr9493253pgf.273.1547656025882; Wed, 16 Jan 2019 08:27:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547656025; cv=none; d=google.com; s=arc-20160816; b=EIznWPrtBZa2cSD/otpcM1RUjKcmF4J18xfS9FV+i//KB0z7wn7iFsC4TIZ3Z7tqZg kEI45isbLvbis35whFXn6cSUILAcxjAUJS5furEeAe0JbZBZMAcBGKpKXwF29VOPJ5yf iWcKQyCrrOqD1pHcDplu7zafln6iDZkfz95I2oXfKPv4wivNF6F6s6+lfuLN+zRKwoIH tD07iwgewz2iOvYGnVpJOLzQlC2LH6PuUN/i01+Mgzj3mcFC1q8K5cNNt/u/9C/QI5dG g5HvcTd/CTk96K6yDaG0GD8Id0ONt0zTPzFyvDB9ctfALJPsq+Z/j4S2Xor+Pw2T89DO ytkQ== 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=bRIbFythjetboalXeY5hIpfdbXW1UL1jgVQQLrFHn/E=; b=a4rbbbZulM08uCh4OnITox9gDMWprM7ItWEczoy1NdpjowdYYQpNTwDm2jIymSxu6d zJwkBIdbilvkRbCh3ZfodOa7t8NpFXI2ykux7P1IWPH2C/dvyk6z2BDjyFtMl8RpuEzY lRTcBjztQ3HREKQWqbxWtILgfw2i9BipL/mMgGALEXsoljG+JtbcMPPcXKaf20oMpIdD z5BjlAO+vawsyGyyvbgwDAHDU25JPyrXcGs/97cWWZHJAPN9Tbqsl6VpYK13TnE286Sj 2c/Oa0l1yd/sKP0Rf8NP+U9DcdD4r4T/azBBTApRKy+DElFFskjM20gjYrdtJ1yeFqfH p45A== 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 e89si4284114plb.401.2019.01.16.08.26.44; Wed, 16 Jan 2019 08:27:05 -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 S1732071AbfAPEfO (ORCPT + 99 others); Tue, 15 Jan 2019 23:35:14 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:33494 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728227AbfAPEfN (ORCPT ); Tue, 15 Jan 2019 23:35:13 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (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 17C4614AAA9C1; Tue, 15 Jan 2019 20:35:13 -0800 (PST) Date: Tue, 15 Jan 2019 20:35:12 -0800 (PST) Message-Id: <20190115.203512.745234019944172123.davem@davemloft.net> To: ottosabart@seberm.com Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, netdev@vger.kernel.org, corbet@lwn.net Subject: Re: [PATCH 0/3] doc: networking: integrate scaling document into doc tree 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]); Tue, 15 Jan 2019 20:35:13 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Otto Sabart Date: Wed, 9 Jan 2019 20:57:01 +0100 > These patches integrate scaling document into documentation tree. > > There are no semantic changes. Jon, I assume this is another series you will take in. Again, I expect no major conflicts with the networking tree.