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 3FB3442529; Wed, 6 Sep 2023 18:28:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CFA924027E; Wed, 6 Sep 2023 18:28:28 +0200 (CEST) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) by mails.dpdk.org (Postfix) with ESMTP id 50E6C4027C for ; Wed, 6 Sep 2023 18:28:27 +0200 (CEST) Received: by mail-pl1-f169.google.com with SMTP id d9443c01a7336-1c0bae4da38so8663075ad.0 for ; Wed, 06 Sep 2023 09:28:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1694017706; x=1694622506; 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=DI5RNE7bEYnT8KJ7+6EXdTGRbrxpASh8gCh7miqzkHY=; b=AE3xUAJJEjaetFLJ3Z3Kmg6VFrw9TCD5tBcbuVXGELsVGQWiTmk4VuGUR9qcI+9kGU OiLvpmll1G7hmiD1eJ7F9wCrrwvuLIB+D/nUIXrwMSdMyfdn65N2dUEIsdN2K6JRbCRp 6Bc69nYCysgfN4UpK57MNyrnDa8JAo2Nk+Q+Dv1/Se8qAhGPlUWwBDGZUaESBTVNEO37 lnwAcOhiHnyYywGJC2sZ+2zjNEqibyoBiIIsg1dhZHYEnzzFiI+tQCEgXAG350jY5JC9 W+QsJzpdRHsNy9XVxUO5kstHHKhD3A4na9jVk3vTgm0uvTitW+IC64bX01U66sZNgwZq UclQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1694017706; x=1694622506; 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=DI5RNE7bEYnT8KJ7+6EXdTGRbrxpASh8gCh7miqzkHY=; b=IKdZGAnY+1bbsNPBTPP4pbOdZd2fLq86IwmdAvQlwalyY00REWE2GAof/uTi7YOcB8 IfU+0thIwMA0nKJE6A41x6lYb7izo1Hg7XcmpwBPFcT1Uk7c/1ox7Czs1x1qPFqjgWpv c/knesLtZFvsO/8o0/C0gD6m22Lq4TwvQuEk3llAzAxRmHeEWSi+4D7TntaYD1tOR8lO KbVA58+bqXzbNLIDV+OPpW11WTz40IfuZC9cWQRlAYMYNhB3YGbFhHcto1uYcnZCx03I pVkKzwQe5VE2/k+a7/sOToqs1ya4F7jAmXkgLa54VBrjAZYWb9LLpXZFYVxF6Ofw2CGb 1j6w== X-Gm-Message-State: AOJu0YxnR5L1Bosyi633h0LXwlzfYR3OC2yUA2DHiJKHKzmQzBPvsJ3F mQwkd6MW6UgRxdiWptpXkw1dW2fzPkNKcWV1jWc= X-Google-Smtp-Source: AGHT+IF5me0+R/0DnpRGxPQM/Bi7AJPzgNNMix/q+gDT3ISe6G9seLSUznDW94/9YuHrHgWGWellsQ== X-Received: by 2002:a17:902:ea06:b0:1b5:674d:2aa5 with SMTP id s6-20020a170902ea0600b001b5674d2aa5mr127387plg.13.1694017706254; Wed, 06 Sep 2023 09:28:26 -0700 (PDT) Received: from hermes.local (204-195-112-131.wavecable.com. [204.195.112.131]) by smtp.gmail.com with ESMTPSA id jj14-20020a170903048e00b001b89891bfc4sm11303171plb.199.2023.09.06.09.28.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Sep 2023 09:28:26 -0700 (PDT) Date: Wed, 6 Sep 2023 09:28:24 -0700 From: Stephen Hemminger To: dev@dpdk.org Cc: mattias.ronnblom@ericsson.com, Matan Azrad , Viacheslav Ovsiienko , Ori Kam , Suanming Mou , Bruce Richardson Subject: Re: [PATCH] random: initialize the random state for non-eal lcores Message-ID: <20230906092824.7dc24125@hermes.local> In-Reply-To: <20230906155302.82749-1-stephen@networkplumber.org> References: <20230906155302.82749-1-stephen@networkplumber.org> 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 Wed, 6 Sep 2023 08:53:02 -0700 Stephen Hemminger wrote: > diff --git a/drivers/common/mlx5/linux/mlx5_common_os.c b/drivers/common/mlx5/linux/mlx5_common_os.c > index 2ebb8ac8b6e5..7260c1a19fd3 100644 > --- a/drivers/common/mlx5/linux/mlx5_common_os.c > +++ b/drivers/common/mlx5/linux/mlx5_common_os.c > @@ -266,7 +266,7 @@ mlx5_glue_path(char *buf, size_t size) > goto error; > return buf; > error: > - RTE_LOG(ERR, PMD, "unable to append \"-glue\" to last component of" > + DRV_LOG(ERR, "unable to append \"-glue\" to last component of" > " RTE_EAL_PMD_PATH (\"" RTE_EAL_PMD_PATH "\"), please" > " re-configure DPDK"); > return NULL; Not sure how that got in, ignore it.