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 CD373A04FD; Sat, 20 Aug 2022 12:00:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E1E8240693; Sat, 20 Aug 2022 12:00:49 +0200 (CEST) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by mails.dpdk.org (Postfix) with ESMTP id A9A7740223 for ; Sat, 20 Aug 2022 12:00:48 +0200 (CEST) Received: by mail-lj1-f180.google.com with SMTP id x10so6530303ljq.4 for ; Sat, 20 Aug 2022 03:00:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc; bh=Lu0l2P/lha2uP69yTIL5YJc9kDlsBRdN2D4N7QmDGoA=; b=QUTN47+y3dX09JxQ76s/WrOQuNPQMi9RBlT0tTdW0L8+6Pwd4o79CJLriNB/9eN20h bN96AFLNxXjlxrZUR95/WPB2wZDUQbicK45XCp1XizhyH3wYD5XmrYUa74v65dMX5xmK g6tYJpqWHG4LLJEkV+3Vvmu9kIQOQMLEnIZMr5eh0aVdjtO03meHteiWSlECUmcjFssg j9qhhO52h8uywuRcsAGD1iKQWinuY5e+I+ZMr+14nNbUtWDye6a3Z8axFK3kfj/71I15 Q6IOHO+jzAevII8Mu8D4MRS/5LhuK5Rz4Tf+M9BMHVtsfO9q3x96EW2SUHrsTL+OyRyW 7pUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=Lu0l2P/lha2uP69yTIL5YJc9kDlsBRdN2D4N7QmDGoA=; b=DVqu8GkXWEA9Fv0x/iK2eb3boSXzTFvHBXVSCBPzyaufybcw50aLPdXlkILJMIgMtq cISLnX+OyRRH+FTod7qxdeDavnVJ9UMYqPdcMgXTm5A1jDI5rC2VtAIL4ZY/AVWvoPwm e66m7jXrExX0SfRP+7xPuc5CmPIpeMjvzIp+ORog+LYimzigHfxJNqf08z+lghQTUbyG dWb6+NqkMBWlQ7PayFo+lfWKkqQtNX6vcXaomMTrRRg+WRoVqnpz5Hp/VfS/ZmRpNwWw BWaITcCyrUZxB5dPtvv5u2Jm+SGYdGYpxF43l7akIt71a1vbvZSfYz/aU05eXsFfRXil f9qg== X-Gm-Message-State: ACgBeo3liNkzyiQ223Vege4DDCkDzrqx7F76zaz/GCQY9wBIcnGwpVAp jgzCJDGRKJ/PlcrRqiYQ8ChGQZS3kMo= X-Google-Smtp-Source: AA6agR4hJrOXZ7v6beQsz1QXaQvRWKd+zDY4bzSiqoTro+i54JXfkxTm4yylXP9gzPsoA+hyn7KQOQ== X-Received: by 2002:a2e:a78f:0:b0:25f:dedf:efb8 with SMTP id c15-20020a2ea78f000000b0025fdedfefb8mr3334932ljf.317.1660989648063; Sat, 20 Aug 2022 03:00:48 -0700 (PDT) Received: from sovereign (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id y4-20020a2e3204000000b0025e15fe421bsm970586ljy.17.2022.08.20.03.00.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 20 Aug 2022 03:00:47 -0700 (PDT) Date: Sat, 20 Aug 2022 13:00:46 +0300 From: Dmitry Kozlyuk To: Timothy McDaniel Cc: jerinj@marvell.com, bruce.richardson@intel.com, mdr@ashroe.eu, thomas@monjalon.net, dev@dpdk.org Subject: Re: [PATCH] eal: make eal_parse_coremask external Message-ID: <20220820130046.1c144deb@sovereign> In-Reply-To: <20220819223301.2980316-1-timothy.mcdaniel@intel.com> References: <20220819223301.2980316-1-timothy.mcdaniel@intel.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-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 2022-08-19 17:33 (UTC-0500), Timothy McDaniel: > DLB2 has a need to parse a user supplied coremask as part > of an optimization that associates optimal core/resource > pairs. Therefore eal_parse_coremask has been renamed > to rte_eal_parse_coremask and exported. INTERNAL would be sufficient since the function is only used within DPDK. EXPERIMENTAL is for symbols that would be used by consumer apps.