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 170C045A9E; Wed, 2 Oct 2024 18:29:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D72F240268; Wed, 2 Oct 2024 18:29:35 +0200 (CEST) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by mails.dpdk.org (Postfix) with ESMTP id 425724025C for ; Wed, 2 Oct 2024 18:29:34 +0200 (CEST) Received: by mail-pf1-f177.google.com with SMTP id d2e1a72fcca58-71b20ffd809so45607b3a.0 for ; Wed, 02 Oct 2024 09:29:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1727886573; x=1728491373; 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=eU5d4TzCGFT27PppzSpQnmVil6JSZl+ALfs+LG71nuY=; b=wrHqP1uKa4/wkN1jGTTf8NtdVxwxRWCfGFVohNO+x1Ixk1MxNYqQuQEHCZ+5LqcNkl iHG9R+Q/yf3tfJM9C/OKXy8f2rTxpF6ALiE0JUHtMFc35X+Ik4bNhZ29px8PpBHrWVoW xDaFFTrKbAtzkoHEQtDs8hPgD2PezCFZ1etnKZKEb+pU5Hxz6lhx3yaKSUWljrPVpSxd REcnZRyVWlmw6hJbUbv293ozpykEuhRyUfytbwAzpTZ1i98PvURjmACIqUGFCGTgnQwf sjx+mmeH9WqQGj2FKZQ9f0gv6lfxpe4RmkA3aOD0H+ig7xjwNvSaCP2PoMdiC7aWQZLi DmEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727886573; x=1728491373; 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=eU5d4TzCGFT27PppzSpQnmVil6JSZl+ALfs+LG71nuY=; b=Ldx0Pf2mtwnxEHiBAZUsjinUYpu75VlGEfwpGBNsO3iW93W5OVhZE4g9A4vJtPfXwW +CGKYHZMuhbzpZUp8P/qS2xPOqs0saZW/tIBOZN17CYHW/F7nsrDRctuaUKFGMRD8/HT /jgT0bN67Du4y3TqiisO9ON3ZADQdxrIRgCpaAeD0gr0eb/32pI6xhlE90SxvFVa96MY /mwHpdfwukV8zkijBi9/0Ar2Zzk0wWHsLUakTFDYoaT1K6Bv1xNcA18R9U4+LIiEUBFV fTcHTeNZKdNognqXw33fWZud3gjuJfRyNhw9Im6TQEq+oRxrNsCG2NKTDJHZNX06oX1p V8eg== X-Gm-Message-State: AOJu0YwvIfXXAoPty83AlwMt58y/o7qdQswI3MqlK/z4FUdfh/eZiepX /f81t4KziE3Djmw+Ehm/iuFRVI5tL6JcZDdO+JrndH89DXA6neqU9SaIOJMC6ak= X-Google-Smtp-Source: AGHT+IEo58vcgmAfAaNb7VzmGVwWO0jnwXgz2B+7DpaPUtvT0jGheCGUJJuPDwG2W+2Df68vC4RYrw== X-Received: by 2002:a05:6a21:9cca:b0:1d4:e4a9:c126 with SMTP id adf61e73a8af0-1d5e2d9e0a5mr5865194637.32.1727886573025; Wed, 02 Oct 2024 09:29:33 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71b265246aasm10351288b3a.143.2024.10.02.09.29.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Oct 2024 09:29:32 -0700 (PDT) Date: Wed, 2 Oct 2024 09:29:31 -0700 From: Stephen Hemminger To: Markus Theil Cc: dev@dpdk.org, Bruce Richardson Subject: Re: [PATCH] build: make headroom and max memzones configurable Message-ID: <20241002092931.78e43802@hermes.local> In-Reply-To: <20221012124021.52265-1-markus.theil@tu-ilmenau.de> References: <20221012124021.52265-1-markus.theil@tu-ilmenau.de> 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, 12 Oct 2022 14:40:21 +0200 Markus Theil wrote: > We often set headroom and memzones to a different value > in our builds. This should also be useful in other projects. > > Signed-off-by: Markus Theil Headroom is configurable now (see later patch)