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 DEBA743270; Thu, 2 Nov 2023 19:55:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3AA942D95; Thu, 2 Nov 2023 19:55:46 +0100 (CET) Received: from mail-pf1-f174.google.com (mail-pf1-f174.google.com [209.85.210.174]) by mails.dpdk.org (Postfix) with ESMTP id A9FDE40144 for ; Thu, 2 Nov 2023 19:55:45 +0100 (CET) Received: by mail-pf1-f174.google.com with SMTP id d2e1a72fcca58-6b77ab73c6fso1054816b3a.1 for ; Thu, 02 Nov 2023 11:55:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1698951345; x=1699556145; 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=A7mrsS2EkQwwY5Z+nG4XtkcCuXMw1dRA8XTOmTFI17c=; b=2TC7s1UhAzJhSCkbUG9C11Sp3hnQy55+0kFacTbsVc5r8UBhRgOkneqM5TAbGhBbfy K8Ho0vXV8uPTCRKBJFjF3CUT2Hvjg1yy8UKQFHNi+MDBWDY9sbrHv2NZew3GLAo5ztzT pw0ZGrKDkz1MReKYYrPVMUNNSEmGbL8n/CcDAtKzzyEtxhtT0K+iTBGeF7Dwx4CH+JiC UpWi4TC4fxdjouzArr7SKQg+uzQi0UKeYheaT7bBWuU+wqv/BPXSHBnJyBy+ij9xvO9A Rc0A7OvtRVbguRdnwfucVFL17zwTfIhrD36EDgJ2xhTdqpAoqQzsjzMil3mGE78gQTT5 pKeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698951345; x=1699556145; 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=A7mrsS2EkQwwY5Z+nG4XtkcCuXMw1dRA8XTOmTFI17c=; b=JjYB56GN9/1/uubHdRpUFgYP6E+BXC9ec4uj2gEWBLLqD/SDywL2rNvB+N9DszILkp S5lHsyF8CUvIx5IcrcpgzBV1RyMabs2PpaBR2YAe8vxTFSNpZKomW6QqUxZ6tG3rV7Vm xUdQFedO4y4xgBsqcHgQZDgv4SAtgR5flgd7MXWTeAGERTxyCLfcOSitdMP0ReKMtJU+ XOElzMZfXMOdtRCXd+EwGmqxSb3CnAz44HkaVoKA+BsxMxsCFTbLTeg6H34KyPt1ylQ9 /VrpkNrq6ncGXriLtHr9ciS6NGfoZ+GzT5eMk8afLdYgptwN9cfv8rCZbZVjacv1rrHj ANhA== X-Gm-Message-State: AOJu0YyfihI6xhYrTnvba1siMWZoAu7rjMCJupbip1QY3/Lbsm9ALz7K iFn13UYknje5Xgt88PFV4LY2l1i2uFfH3B9vV1qgetHa X-Google-Smtp-Source: AGHT+IG7mo3Kq4zch0BkQTqVUWo19HfpkOp5g2P2DkjTvcwIV46JkPVYAHfol3dyTbM/tUTylXfo/Q== X-Received: by 2002:a05:6a00:414f:b0:68f:a92a:8509 with SMTP id bv15-20020a056a00414f00b0068fa92a8509mr561901pfb.7.1698951344844; Thu, 02 Nov 2023 11:55:44 -0700 (PDT) Received: from fedora ([38.142.2.14]) by smtp.gmail.com with ESMTPSA id f5-20020a056a00238500b006926e3dc2besm88862pfc.108.2023.11.02.11.55.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Nov 2023 11:55:44 -0700 (PDT) Date: Thu, 2 Nov 2023 11:55:41 -0700 From: Stephen Hemminger To: Bruce Richardson Cc: dev@dpdk.org Subject: Re: [PATCH] eal: add const to init function parameter Message-ID: <20231102115541.4dea4945@fedora> In-Reply-To: <20231102181148.56930-1-bruce.richardson@intel.com> References: <20231102181148.56930-1-bruce.richardson@intel.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) 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 Thu, 2 Nov 2023 18:11:48 +0000 Bruce Richardson wrote: > From: Bruce Richardson > To: dev@dpdk.org > Cc: stephen@networkplumber.org, Bruce Richardson > Subject: [PATCH] eal: add const to init function parameter > Date: Thu, 2 Nov 2023 18:11:48 +0000 > X-Mailer: git-send-email 2.39.2 > > Change the parameter type of argv parameter to rte_eal_init from > "char **" to "char * const *", since we don't modify the argv pointers > passed in. > > Signed-off-by: Bruce Richardson Looks good but probably needs to cascade down a few more levels