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 BDC5A45B17; Sat, 12 Oct 2024 04:18:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D5CA40281; Sat, 12 Oct 2024 04:18:56 +0200 (CEST) Received: from mail-pg1-f180.google.com (mail-pg1-f180.google.com [209.85.215.180]) by mails.dpdk.org (Postfix) with ESMTP id C602A40268 for ; Sat, 12 Oct 2024 04:18:54 +0200 (CEST) Received: by mail-pg1-f180.google.com with SMTP id 41be03b00d2f7-7ae3d7222d4so2199425a12.3 for ; Fri, 11 Oct 2024 19:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1728699534; x=1729304334; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=QZ+/qROjkG24iv2M21c8UfJ/jKHX5SSSgkltaHmiYAg=; b=HhOE7RQMTA9mJC2W8AQZC7oT2LcqeCfG46Y2UFLglkBHQ4k//Kyly+IvFp7VaBd0tA TnybpHV6q/CfaTQNgeLeuaxy5oEE0/VdCNI92rkLpQjhgfwXW2fkzRmENewiUyRy5V0W ivqi0oqgTys4gMiYKah8z8tP224OglaMj5WSbljTnkLtS8duwFH/AqBGtDtYBhrDlcEv 07DIi0xCkkqy2APT2jqb95/GtBCrscsBzcLrvwQB39WyoyHILio8UPwaWgIB3RjIYSzX OPKVEbFkW5JZWpGGMlG05zWZoydJh84cLjmBorvjjUSbYBqQ/j86tVVz94br2HZIlkh4 GYwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728699534; x=1729304334; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QZ+/qROjkG24iv2M21c8UfJ/jKHX5SSSgkltaHmiYAg=; b=ALspgSdGubA9aA8Esr7LOa37dehogw7wv0QEDdao/kRnJTXEDRGVXj6SG1Wp6N4xbA c3iHReP9qWwswHfD8c9lCBcoEA3Xb4iPLBI6wMb8awRlWkEfn+YzBFPi8NV63aGYEluu 6QajqKhTb46NMk8S7ypdpPPJXN3B6KzKuBm8Y3wetuWp5XjxTyFD02UUkHNhw9pJP7Uh 2BouaDAbvg4eQLTw36afTnIRaqw4hsOxysD4i61/OajUd/7WTxo4NcepEYVNVtbf6clJ bUGPxP+olsJV3tgRHuTh1RnWicjGBk8xfdJZOpaw42H4MLD4n+GdprorYyGvpkGWSvwN 8saQ== X-Gm-Message-State: AOJu0YyGh70PoSeQT74v028k0oL/uKmrlTlhezAFQSC9FhoZ2SnqHv3r 7CLJSo+U4XrvZkQLnf++X6mms1KnvhlG3Jn4nxny1htQ/pyKnj7EJOGezhXM38Kj72btsTixi// 2 X-Google-Smtp-Source: AGHT+IF3o6JmMdQWPZag1xAMeyQI7jATdE47IhO9ZGfYU7nSzgc+/qAvWWucE6yhH7U12VAKaRkTWg== X-Received: by 2002:a05:6a20:b803:b0:1d2:eaca:34ca with SMTP id adf61e73a8af0-1d8bcfb608fmr4575754637.42.1728699533846; Fri, 11 Oct 2024 19:18:53 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71e2aa9386bsm3320079b3a.116.2024.10.11.19.18.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Oct 2024 19:18:53 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH v2 0/3] net/tap: queue limit patches Date: Fri, 11 Oct 2024 19:17:26 -0700 Message-ID: <20241012021844.536316-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241011173026.170884-1-stephen@networkplumber.org> References: <20241011173026.170884-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Some patches related to recent queue limit changes. v2 - up the limit to maximum Linux can support dont use static_assert here get rid of unreachable checks in configure Stephen Hemminger (3): net/tap: handle increase in mp_max_fds net/tap: increase the maximum allowable queues net/tap: remove unnecessary checks in configure drivers/net/tap/meson.build | 3 ++- drivers/net/tap/rte_eth_tap.c | 21 +++------------------ 2 files changed, 5 insertions(+), 19 deletions(-) -- 2.45.2