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 1B72245B17; Sat, 12 Oct 2024 04:20:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0119E40272; Sat, 12 Oct 2024 04:20:57 +0200 (CEST) Received: from mail-pl1-f182.google.com (mail-pl1-f182.google.com [209.85.214.182]) by mails.dpdk.org (Postfix) with ESMTP id EFCC640268 for ; Sat, 12 Oct 2024 04:20:55 +0200 (CEST) Received: by mail-pl1-f182.google.com with SMTP id d9443c01a7336-20c6ef58865so23504755ad.3 for ; Fri, 11 Oct 2024 19:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728699655; x=1729304455; 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=GBfUJvlKzBhMENLzJpaL/8pbBvWhrwtYy0aNtC3RBgo=; b=GeU1uam39Kgy7HdWOWR3ENueMbBLQEoRwkyRdHIkB1Y2pywgKW32PtNXJKJMFk0PRi riQqWM+vdIaA8ytFx2iFfBWwecpc4lavdrocbs7Pn4YzKHyv1pXmQn0JS/m2xrI6EfKV iBvFHLqIPhtFP81F4IXyCIa7HK6a0oXhRi3dpHlbXJoAlDmNABfIQvnYCN85MKYkiQEl 5srRWRVItFxx4XXDzV3NurimMpG3GEA41Fd2QIuRi/UwvMZHkHd+NAb1htI2cxV8BzSe 8C/N1bZQFZAjOB/siKr7CJrGFOAQmSYqrPvsonkzRstKZVFapZjPfrGlQ64OpRtjgqHe olFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728699655; x=1729304455; 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=GBfUJvlKzBhMENLzJpaL/8pbBvWhrwtYy0aNtC3RBgo=; b=gA1JlRSOmzw8sLO+w1jmjfLr2wdKRcAk233HxeHWj+5A35EA7I7QDwbuAcEfnn4nhf x9xbt7O9+OUl69fKv9kvgE9PSG7PNosVfkcNqGZjNX4i5CVzo6Dcl/WxzHAxDWcoOwNn o6IgVnRx1rlPrRfZXsOcbkIh0H7xL54YV1sgQkMhsGC+hKKygXDB/mgb8Wgg8DhbsH2c WvWB85mpdNJahkRXnYdVE/JiIbAA+8hW0KZKCWudbw+F4Ls8Nv7Pxcut2KARK/kMCLSY mH21myuVh9cQSjQMSUo2vyXUVmzgc1vO6cR9XIw16sgdYFV1GmJSS11VFhT5sUEd7OYa LSTg== X-Gm-Message-State: AOJu0Ywu2EAWAFP8Ea+H4FctfQrWXnGQmvPj/jW/Mb6x3kZgecuh/qmA x+OmNj++k0/hyxfoGrxFUNLCMqCN39MSO05Uh5zAABnoO/SMD11mRe+pifXH8Zk= X-Google-Smtp-Source: AGHT+IGLe3XM9TiWd8fwmkOthF1bDClcIfYmXLQ1mLtjMYkPp23pFc3sXC0nJnqjUBcvZQ9MKkAd2Q== X-Received: by 2002:a17:902:ce90:b0:20c:b876:5046 with SMTP id d9443c01a7336-20cb87653c6mr31065945ad.50.1728699654990; Fri, 11 Oct 2024 19:20:54 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-20c8c374836sm29701665ad.308.2024.10.11.19.20.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 19:20:54 -0700 (PDT) Date: Fri, 11 Oct 2024 19:20:52 -0700 From: Stephen Hemminger To: Ferruh Yigit Cc: dev@dpdk.org Subject: Re: [PATCH 0/3] net/tap: queue limit patches Message-ID: <20241011192052.4ebad233@hermes.local> In-Reply-To: References: <20241011173026.170884-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 Sat, 12 Oct 2024 02:01:12 +0100 Ferruh Yigit wrote: > On 10/11/2024 6:29 PM, Stephen Hemminger wrote: > > Some patches related to recent increase in possible queues. > > > > Stephen Hemminger (3): > > net/tap: handle increase in mp_max_fds > > net/tap: add static assert to make sure max queues less than fd limit > > net/tap: increase the maximum allowable queues > > > > For series, > Acked-by: Ferruh Yigit > > Series applied to dpdk-next-net/main, thanks. > I sent a revised one, mostly because of the failure in loongarch build. But also after further investigation of what is upper limit in Linux and doing tests at max queues.