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 X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2A78C49EA2 for ; Tue, 22 Jun 2021 10:35:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4CF760FDC for ; Tue, 22 Jun 2021 10:35:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbhFVKhW (ORCPT ); Tue, 22 Jun 2021 06:37:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:46060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229668AbhFVKhU (ORCPT ); Tue, 22 Jun 2021 06:37:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 83E29613B2; Tue, 22 Jun 2021 10:35:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624358104; bh=rC7iTfuqfxithGj800MLAMvYI4hAndnqKWFCUOS2D/Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1xgQaFeTI4mSR5hgjPV706ED0MvvrSUmKaqqyZ7ofQcBTzfd1kxYP/UuTVigCPWQr P8ESpIKK62hQgfxWJ2GJ0H04N76rvKvnA4S5K06eHg+m2X8Bt6wAMP+cOQQe24UV0j S72313dyhfd4eJ5XMvRHx7JuMeaN3lqQf0fM+5qc= Date: Tue, 22 Jun 2021 12:35:01 +0200 From: Greg KH To: Amit Klein Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, edumazet@google.com, w@1wt.eu, davem@davemloft.net, netdev@vger.kernel.org Subject: Re: [PATCH 4.9] inet: use bigger hash table for IP ID generation (backported to 4.9 and 4.4) Message-ID: References: <60d1a5e9.1c69fb81.7f729.b892@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60d1a5e9.1c69fb81.7f729.b892@mx.google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 22, 2021 at 01:57:13AM -0700, Amit Klein wrote: > Subject: inet: use bigger hash table for IP ID generation (backported to 4.9 and 4.4) > From: Amit Klein > > [ Upstream commit aa6dd211e4b1dde9d5dc25d699d35f789ae7eeba ] > > This is a backport to 4.9 and 4.4 of the following patch, originally > developed by Eric Dumazet. That worked, now queued up, thanks! greg k-h