Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2092908imu; Sat, 5 Jan 2019 14:31:55 -0800 (PST) X-Google-Smtp-Source: ALg8bN7q+p4tRhamhcdc15xjTazd26hGsHmsbxskFdnrdwUCdPFaDKlB31BbqAuVXg7ahhLs9G6V X-Received: by 2002:a63:a30a:: with SMTP id s10mr5646165pge.234.1546727515392; Sat, 05 Jan 2019 14:31:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546727515; cv=none; d=google.com; s=arc-20160816; b=AwJUd+T6vAFzGkbOpazQsxblJUALXS4TLt6SsXr7nfPVoZ6HuEdOY0wNNT1r6A31g7 yBwGbiaJQ/ADP/cRqbyana+utDOp/ugZkbIyV3pyreX429f/HF66kI8fV+z5PiAUC1PY mZJrlOJW8RBI0rj8zzFAeMI8Ah7rN1BJZ/zf8XAcAglwdbynXv0+5hkrOV/WLFiWNCI4 Ex1lrZ23aPgrqNTJir1hMvqyDbBafl+VdYC31TcFf0NR+32s+IzUkJka66VjWa+Nub0E nJvsk/qyJnXS4E5hS4wyabVxZ2qEIRL+mFKlM8LTa17qBjJbypOq7ht0jVk81tHLCP7W 2UlQ== 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=X15g2C52L9DEoK7Qbhyg6w/B0N0gaq7mzCaFMQPW37A=; b=FCTwp4AbeIJk21MxOw0lQxICWynugN7Ca7VXrlt0Mj8dl+jypmpGa8i7sbJaWArdy8 oe7k59YSwqpSGHTSAAX3TlAHXDhjB5oO0Mi0qDiVUlrnLIi+ViDuJY2mFDPh1+0HccW4 bWsp+jIU4QVI0Q4pGx0pUOiWUfTXg1Fzn0qXm/cojvE9x33MWJQ6tEWJ2sQLmTjLay/X Tj8ZWmvcYYoQvnTM0gEiHIrML4GXphrOkgG5U4yaYo5oNjfPaMwiZ7dmdG+5kT5JS35y ZkAiuoAihSUcRsIVMB9otiTzIqg0UwTRDz7h1C/5rGNpRijuDgB0qwS2Lesqy5VpDstW fGiQ== 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 b34si8615003pld.305.2019.01.05.14.31.40; Sat, 05 Jan 2019 14:31:55 -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 S1726375AbfAEWae (ORCPT + 99 others); Sat, 5 Jan 2019 17:30:34 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:33794 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726318AbfAEWae (ORCPT ); Sat, 5 Jan 2019 17:30:34 -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 195BF14C63C81; Sat, 5 Jan 2019 14:15:17 -0800 (PST) Date: Sat, 05 Jan 2019 14:15:16 -0800 (PST) Message-Id: <20190105.141516.1525542484975135006.davem@davemloft.net> To: ottosabart@seberm.com Cc: corbet@lwn.net, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/5] doc: networking: update references to files describing offloads 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, 05 Jan 2019 14:15:17 -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: Fri, 4 Jan 2019 11:42:29 +0100 > Update reference to checksum-offloads.rst file which was converted into > RST. > > Whole kernel code was grepped for references using: > $ grep -r "\(segmentation\|checksum\)-offloads.txt" . > > There should be no other references > to {segmentation,checksum}-offloads.txt files. > > Signed-off-by: Otto Sabart Probably this should be combined into patch #2.