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 2C884A00C4;
	Fri,  1 Jul 2022 18:40:55 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 1C52040A7D;
	Fri,  1 Jul 2022 18:40:55 +0200 (CEST)
Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com
 [209.85.210.171])
 by mails.dpdk.org (Postfix) with ESMTP id DD68F40A7B
 for <dev@dpdk.org>; Fri,  1 Jul 2022 18:40:53 +0200 (CEST)
Received: by mail-pf1-f171.google.com with SMTP id bo5so2942125pfb.4
 for <dev@dpdk.org>; Fri, 01 Jul 2022 09:40:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=networkplumber-org.20210112.gappssmtp.com; s=20210112;
 h=date:from:to:cc:subject:message-id:in-reply-to:references
 :mime-version:content-transfer-encoding;
 bh=VJHOYAWT8LLaqVXgdZI27K8+RUVN1cGzqdUxsc4qB1c=;
 b=sEjyMwvdDA8F6TumOvwpj2UuSgv/usDALXlQSqy7QImrPOlh/uyEftpdWtfOJDDflE
 LhMxeSQs4Vwluk4MnScb+4/jqdmaV89J6NojRZI6o8SgKomcn5mS/brqEPKnvu/TNsbI
 0h69HqHBgVkjflZgkQJb3sKvG4taDT28Twj/kheAg6H6G5u4+6TDXl4LddDYsi1yCI/7
 QwhJ+He1kzn4Ug7eWTdAAucnPp98X66YyBCavxR71BAkmfiA2mxLA3EP1QrjXogk3E00
 FZZWJovwV6Lpu3aEEFnaD9oBvKx1m/ci/KmanZxjkjta7V0tL9XG4mAZGSHyMaGAOQG9
 BRmg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=VJHOYAWT8LLaqVXgdZI27K8+RUVN1cGzqdUxsc4qB1c=;
 b=XjUZ1TcRAjgUAbStKqYhLkZd5QsG3iNKi/i7pjuACpB2+d1/+wMInOCXu4kjTvueu3
 Jg+kUFUC3fZllYAqCl2bad4OvRBH0fPKruGyOjVu1AKRf5kd3tx53/+DYo/Ih5+Y8+xf
 /mdkoOSHnx2wLbwrUCZM3L5nRwGssDNXRa3+1k8pc+9OgVq+ggMcKeEg6GdSOV0+aI+B
 6mjzVQAQngUBp7pDNDT3bJGu4SiTt4rLYVtLrer1gZp98+pA+zj0SmSWAIUhsHiuhaGi
 p1hJKO0JwVJyUTSVUIZRbayaC9K7M65EChCTp4lWM+MGBKVxLNmzWZORaNZ5USPjJml0
 pxYw==
X-Gm-Message-State: AJIora/thclO1rJggKuoOksa2ZcBBmbh86pVuk7Kc4uaOCi+whG82toQ
 jgYpN7kcbPXmBf7MXaw8Fsz2UQ==
X-Google-Smtp-Source: AGRyM1udvbpAjMIKhQ7wnABYkBBT88kL5UNpRYbE9QZEOVH3FVzVXLl3xHl1gpz223OA3ZAigOttXA==
X-Received: by 2002:a63:5304:0:b0:3fb:92eb:8e90 with SMTP id
 h4-20020a635304000000b003fb92eb8e90mr13515460pgb.36.1656693653108; 
 Fri, 01 Jul 2022 09:40:53 -0700 (PDT)
Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199])
 by smtp.gmail.com with ESMTPSA id
 w20-20020a1709029a9400b0015e8d4eb231sm15793842plp.123.2022.07.01.09.40.52
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Fri, 01 Jul 2022 09:40:52 -0700 (PDT)
Date: Fri, 1 Jul 2022 09:40:41 -0700
From: Stephen Hemminger <stephen@networkplumber.org>
To: longli@linuxonhyperv.com
Cc: longli@microsoft.com, Ferruh Yigit <ferruh.yigit@intel.com>,
 dev@dpdk.org, Ajay Sharma <sharmaajay@microsoft.com>, Stephen Hemminger
 <sthemmin@microsoft.com>
Subject: Re: [PATCH 13/17] net/mana: add function to start/stop RX queues
Message-ID: <20220701094041.43e5d16c@hermes.local>
In-Reply-To: <1656666167-26035-14-git-send-email-longli@linuxonhyperv.com>
References: <1656666167-26035-1-git-send-email-longli@linuxonhyperv.com>
 <1656666167-26035-14-git-send-email-longli@linuxonhyperv.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 Fri,  1 Jul 2022 02:02:43 -0700
longli@linuxonhyperv.com wrote:

> +
> +static uint8_t mana_rss_hash_key_default[TOEPLITZ_HASH_KEY_SIZE_IN_BYTES] = {
> +	0x2c, 0xc6, 0x81, 0xd1,
> +	0x5b, 0xdb, 0xf4, 0xf7,
> +	0xfc, 0xa2, 0x83, 0x19,
> +	0xdb, 0x1a, 0x3e, 0x94,
> +	0x6b, 0x9e, 0x38, 0xd9,
> +	0x2c, 0x9c, 0x03, 0xd1,
> +	0xad, 0x99, 0x44, 0xa7,
> +	0xd9, 0x56, 0x3d, 0x59,
> +	0x06, 0x3c, 0x25, 0xf3,
> +	0xfc, 0x1f, 0xdc, 0x2a,
> +};
> +

Is this constant?