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 B1CCC45BC6; Thu, 24 Oct 2024 18:49:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D22544350E; Thu, 24 Oct 2024 18:49:44 +0200 (CEST) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by mails.dpdk.org (Postfix) with ESMTP id C8306434F5 for ; Thu, 24 Oct 2024 18:49:43 +0200 (CEST) Received: by mail-pg1-f179.google.com with SMTP id 41be03b00d2f7-7d916b6a73aso635510a12.1 for ; Thu, 24 Oct 2024 09:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1729788583; x=1730393383; 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=gqRwZKKAwwHw9Q7G4+HgrYBSzXJBRuSgJZJe1gifzkg=; b=AlpdD2SqKXxN4pAKi5Y1bTw/kF7h1gUMnVxRGv1GkDh03w06GArc9BmsM1oAXxQ4Nb Iy28/9Sftraa0hyaO9lHZ8fplSFnYs6OhM0ZzAFrNb5m8VQqGCmio1NjR669qffyhZiQ yVwPZDNEBUOZcgO66+n8LrxiJzAgCzjhCaG8b7smEhwoe8TXqslh9CH8C8VmozBBliCZ 37bEOFqsiShyXWsiGkUqB26QjngQ2y1h/99da36D0ZRoRBinLxfuPu21YZx9zqmyzTPc BDhKqCMHAO6DhmGzw5PoF7fhxz4hVBhyWSbZTgYVuMqgaS0NQ0vTrF4ISOuA5s/aITkY 0eYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1729788583; x=1730393383; 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=gqRwZKKAwwHw9Q7G4+HgrYBSzXJBRuSgJZJe1gifzkg=; b=BvHJygbq3/VmLlyzw/2rI8WBM5ULyPTcYL0J1wRzRjZ2q1rOrWeizP+ObV4LS4BLv5 M9elGdMIZ4b3GaWy73eahlHNcGif6kv3Aw7+r2GOYOUN/Zr8B40YeuAs3j++V8Zv1DeM rUwc66sK84diIYgND31gHQPjYrJ/1nTkSNHGhDlO6XoUq9tPgYdn2RvEx64IVL2GZmHD E0OXqtrLcJDtChdtTwoNkmeQs3nfazwUg0bu3pXOQwZOLVIl5sdbj7oOfpUzvi2tmjvY ulaKrLDeCd7ejR2wkEsQ6gUBG7Kk/LygJSL99xhZyNAWobVYS0Et1M0CT31kGzH8k0rE b46Q== X-Gm-Message-State: AOJu0Yzn/Lwlv9LS1rz1WNR9ofLydgddb7xGSwWYyR3MgT0veNEmrKoY +Fx3YxkXeAassxlV4Lnt/C2Ku5DFzfmomXVF6aoJoLPYJXHwaL+vZ6skNeUOHWM= X-Google-Smtp-Source: AGHT+IHFtmsBLeuXfGu7VoIBoPTe4vm+mcpo8spy/kep8dqqXY55xskPH6z9vQeO6a6DiXc4fV2ouw== X-Received: by 2002:a05:6a21:44ca:b0:1d1:13de:68c6 with SMTP id adf61e73a8af0-1d989b7cec2mr2893306637.29.1729788582849; Thu, 24 Oct 2024 09:49:42 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71ec13d758asm8188266b3a.102.2024.10.24.09.49.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Oct 2024 09:49:42 -0700 (PDT) Date: Thu, 24 Oct 2024 09:40:04 -0700 From: Stephen Hemminger To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@amd.com, mattias.ronnblom@ericsson.com Subject: Re: [PATCH 2/6] devtools: forbid use of builtin helpers Message-ID: <20241024094004.668d4e01@hermes.local> In-Reply-To: <20241024120535.2722316-3-david.marchand@redhat.com> References: <20241024120535.2722316-1-david.marchand@redhat.com> <20241024120535.2722316-3-david.marchand@redhat.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 Thu, 24 Oct 2024 14:05:31 +0200 David Marchand wrote: > Warn on use of any __builtin helpers, but leave it open for EAL (as it > is where the abstractions for OS and compiler differences are), and > some drivers base code. > > Signed-off-by: David Marchand Acked-by: Stephen Hemminger