From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8D65F42C40; Tue, 6 Jun 2023 17:39:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F450410D7; Tue, 6 Jun 2023 17:39:15 +0200 (CEST) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 1E9B24067B for ; Tue, 6 Jun 2023 17:39:15 +0200 (CEST) Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-652d1d3e040so3181385b3a.1 for ; Tue, 06 Jun 2023 08:39:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1686065954; x=1688657954; 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=Ei1FeiW6YxsyR6275zm1QysvY8dBEqL+7VNf29WGofg=; b=zykFGjfZTtZ0H71Jx2Co7f30V1Ig1kHC2EJSXNT3coUWmH1Ir2/QUxZ1i3LXuCOqZx Z0ZnD4S7Z9aDusoJRhmbEsm4mxkJT7405hMhpHDP1ZzheYKiFv9JC7wzqPcbYT4RbLkc qFpLftX0a3vHzWX175zHdhYsIjlUrj4ZC7yYbuFVLdSXCzj/2Q/XSqpeJLINnmqn2LTy q1BF/sCaQCHi5UofboVTqk1XSp+Hu6hkTK7U0j4L31KYMSr5qPYf/mfoapgxYSWvVwyk D/u50zcUyVQb0dAc0VvSG2uEDiBNlsRBt981dLTYjP1OW3jAxc74KwLgk52sPyhgplst cepw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686065954; x=1688657954; 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=Ei1FeiW6YxsyR6275zm1QysvY8dBEqL+7VNf29WGofg=; b=QpEc0xrExiVrXTzvldex8jRmM+r9Vo+E2g1iQTlszsyfmSR2GCppUXEz6SeD9eGryR 0rkSmyQcafdu+MeFsaIYfk6W2wypEXiVUGKrMfQ+JZzteqWd7Lsw3bO6LZicPs12tOmC Y3RGc04ogJ963qkcEOeZSaGVRDdMBeknz3tKc0hyNFmKg4gtoP636K8eoioztyIrpuif wF5kzZhshKzIU/757z6lPf+csRkeaXsCZbsoNHwOz1N0U9fWXjH6HWURSrEilwmXaEYx tCavqap0o1L7yTuZSDiKbPfmTL4xLCXB0UWzb+94XRQbvyPWdx2/g/QQy3dvGBCPURKj DKrg== X-Gm-Message-State: AC+VfDxZ2ANu+3vU5568L4hKjYFNF+bpB5yPTnSAzWf7NrUFMDZdNA7x eaNpaVsHNGjnVyEfBLv6tTHYUg== X-Google-Smtp-Source: ACHHUZ4gSmzd2sNREMAgF43EshrAcj8qhb/z6/2fwmpzpkYmqCW2gspcvbNs8j69TGiMkXYQvtBb2g== X-Received: by 2002:a05:6a20:5495:b0:114:6fbf:e46a with SMTP id i21-20020a056a20549500b001146fbfe46amr75378pzk.12.1686065954273; Tue, 06 Jun 2023 08:39:14 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a24-20020a62e218000000b0065014c15a57sm6938414pfi.35.2023.06.06.08.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Jun 2023 08:39:14 -0700 (PDT) Date: Tue, 6 Jun 2023 08:39:12 -0700 From: Stephen Hemminger To: Dongdong Liu Cc: , Subject: Re: [PATCH] doc: deprecation notice to add RSS hash algorithm field Message-ID: <20230606083912.3e0bb5df@hermes.local> In-Reply-To: <20230606121126.9983-1-liudongdong3@huawei.com> References: <20230606121126.9983-1-liudongdong3@huawei.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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, 6 Jun 2023 20:11:26 +0800 Dongdong Liu wrote: > Deprecation notice to add "func" field to ``rte_eth_rss_conf`` > structure for RSS hash algorithm. > > Signed-off-by: Dongdong Liu > --- New fields do not require deprecation notice. Since this seems to be a repeated issue, perhaps someone should add this to the documentation.