From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 813E445BC3;
	Thu, 24 Oct 2024 21:07:00 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 4D69A4355F;
	Thu, 24 Oct 2024 21:06:59 +0200 (CEST)
Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com
 [209.85.214.181])
 by mails.dpdk.org (Postfix) with ESMTP id C43ED43559
 for <dev@dpdk.org>; Thu, 24 Oct 2024 21:06:44 +0200 (CEST)
Received: by mail-pl1-f181.google.com with SMTP id
 d9443c01a7336-20c70abba48so10745675ad.0
 for <dev@dpdk.org>; Thu, 24 Oct 2024 12:06:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729796804;
 x=1730401604; darn=dpdk.org; 
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:subject:cc:to:from:date:from:to:cc:subject:date
 :message-id:reply-to;
 bh=IYT7JQXVEyVp4cxJCEWJxLl9FYbavkyiDR9ATy2xE5M=;
 b=DUSHSkM7vqW9LqrABg+5k/oY/ruDnk72hFCpz7iT9nLpZWf2jEd9RMcpLbHityCiFF
 26220s/59SHJtwCdWoXaCUij9OP3ZxUQkgIGxLV08ubtv9TZQ5PXASYYUhlgHBBqThDc
 moW3l/nHVrvL1N++mM06VUPzpJCqaIykm6JSC9XQRulNPkShz7HQEr3jNUztIpyiZ5qj
 VVJYZw6iLVoutynntt6xWEBuNeptIh3/AZRo3jDcTwPnGwz/0GFCs8/5HNz3s0dIxnZt
 vLI4fovJ+5DGpY1vauRNdZC88LOQnAAkBp5b2u2EHHBfTYyc5GHHTv84EMM6mGcY9QgT
 5r+g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1729796804; x=1730401604;
 h=content-transfer-encoding:mime-version:references:in-reply-to
 :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc
 :subject:date:message-id:reply-to;
 bh=IYT7JQXVEyVp4cxJCEWJxLl9FYbavkyiDR9ATy2xE5M=;
 b=qF6k0wuKIC/G43c5gP9CN9rtZYyQcdlRV3kcsdsFOjyEGjOTsRK1iB/JV9c9xd2W4b
 RSwNrHsDxJJO+LHsv3db1+FSivW3C/lPofx8etmeT3LkmpCQRb7p71jdPSRGTiY3lVyj
 9DcjnSsJlHdrG8iqXZA16R1ALVrS6nRxLCPEL/y9JgFL9MayGgFYYgaflJJdywWV2v2X
 IhXNuY4OzWxRTgxRbCUA+zuQ6iORlykj3HOTrjQjpyv2jJZxaZ5whM6vT0eJ1R+wP0Sd
 vxqPc4CrX73BtjyNQ39TIY0jLMxAvReWgQgvlhyxE+xBJqy4CotF5JeShzJweL+jPopg
 9/zw==
X-Gm-Message-State: AOJu0Yz8l6SYWX34DcfRpwyQPggUoQJs7h/OUPpj9l0J5UDLqsbzoJ2q
 dbHyOwqKj9WF2++vQ0mJE51h1FKjLdI3HsU7Vksnh0cH6wHlZNx7Uc9KGAT4Czg=
X-Google-Smtp-Source: AGHT+IGkfMDgBnTje7fgiDH3vBWOy2wT3pIGfTr94/SELAndwmMdXOnhGZLICg8uqEEPbM1UVUZ/qg==
X-Received: by 2002:a17:903:23c4:b0:20c:f6c5:7f76 with SMTP id
 d9443c01a7336-20fa9e46f1fmr72258605ad.6.1729796803868; 
 Thu, 24 Oct 2024 12:06:43 -0700 (PDT)
Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226])
 by smtp.gmail.com with ESMTPSA id
 d9443c01a7336-20e7f0de428sm75795105ad.230.2024.10.24.12.06.43
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Thu, 24 Oct 2024 12:06:43 -0700 (PDT)
Date: Thu, 24 Oct 2024 12:06:28 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Cc: dev@dpdk.org, Yipeng Wang <yipeng1.wang@intel.com>, Sameh Gobriel
 <sameh.gobriel@intel.com>, Bruce Richardson <bruce.richardson@intel.com>
Subject: Re: [PATCH v4 3/4] hash: implement RSS hash key generation API
Message-ID: <20241024120628.3831bd33@hermes.local>
In-Reply-To: <20241024184657.901099-4-vladimir.medvedkin@intel.com>
References: <20241011181703.236985-1-vladimir.medvedkin@intel.com>
 <20241024184657.901099-1-vladimir.medvedkin@intel.com>
 <20241024184657.901099-4-vladimir.medvedkin@intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

On Thu, 24 Oct 2024 18:46:55 +0000
Vladimir Medvedkin <vladimir.medvedkin@intel.com> wrote:

> This patch implements Toeplitz hash key generation function using the new
> polynomial generation function.
> 
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>