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 B9A014576E; Thu, 8 Aug 2024 21:48:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6FB074278D; Thu, 8 Aug 2024 21:48:09 +0200 (CEST) Received: from mail-pf1-f169.google.com (mail-pf1-f169.google.com [209.85.210.169]) by mails.dpdk.org (Postfix) with ESMTP id A09C34066F for ; Thu, 8 Aug 2024 21:48:07 +0200 (CEST) Received: by mail-pf1-f169.google.com with SMTP id d2e1a72fcca58-70d199fb3dfso1104466b3a.3 for ; Thu, 08 Aug 2024 12:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1723146486; x=1723751286; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=xUaH/Lw1m4aMNJQKrCh+ToX95ZZ/mEYbivi52BZ0sec=; b=KaL4YI4oXYDCQRmGKopYhFjdRRdebGoUcDcW6zuQ2UgQvWW7GDnbI7DLv3zESqxMay 52JeogktKsaUF8DXR+BLeqEyRKYbk62QTtvVZTbB9qHh18mNO4CqNGClkexC0x1fGJbU LbHiLF3B/oLFldyYaFcdmJX3u0e70sTUxGmOLJPY5SX6txupjWg0g0YLNewS+RAfHY/C LjtXNWg2iKhF4WSRWCdL3H7pAY51Bsdz7Ks0d4J2FvJ/N6OMjlPKjff1QJwUjQPgPe/3 4e5sMeb2uh1WTiMdJElTTlyXl6+JHwG2lQwY2NbmH+pMIxZJJK9ylBGa6Zd3gf/EtXou Ui0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723146486; x=1723751286; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=xUaH/Lw1m4aMNJQKrCh+ToX95ZZ/mEYbivi52BZ0sec=; b=HjPxkw+Cppv/1CALdYTSseLRiqntk3tZzPnBSr6UQCB/yVIND5mem7mpl0eJsKuXL6 jHCUJD/wDUJo/rkzQ3C1dQ9NqJNElx+uHEhVJJj6Xu+4u/7N1weNyvqPSmiE6IIjiB6v zYXnEMWE+B/5zBQTzz2ahbicTIxuFK86lBz8wI7gv/eGRXLwIWRh4OabxnzL08rd3utR yBO5zLVOcem40vKvxa01y+dxzz7ad1plmYxCgxZDEVWus8lDlAOkD2MnSIuFH500QKL5 xX6W6/8+aYixcdP4gRedqLVbb/qJkGGwFNTxJIk5ugrERxvJApLDhyDWAgTOuYNixlL5 +a9A== X-Gm-Message-State: AOJu0YxWnp5FQaDhJh6TZ6+rNBuFr9ydwrWkkhB6IGw5HoVDkNY1J/WC 5LyKzZoRplJkGums49b45OFquNcu6rz5CFtRnAj9d3K9gHbvC+QWa8sdZ5FPAkWdt8BZ6YdJ87J f X-Google-Smtp-Source: AGHT+IGTFXNVo2EUEYp7pYYzyaT4B/k1oE9wy5AcSBPg8ceqZJKH20TN+VpSrwdvC6ExLsHpFSBZaQ== X-Received: by 2002:a05:6a00:2d95:b0:70b:cf1:8dc9 with SMTP id d2e1a72fcca58-710cae7174bmr3687773b3a.25.1723146486532; Thu, 08 Aug 2024 12:48:06 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-710cb2d376csm1469804b3a.111.2024.08.08.12.48.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Aug 2024 12:48:06 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 0/5] alarm related patches Date: Thu, 8 Aug 2024 12:46:56 -0700 Message-ID: <20240808194756.167664-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.43.0 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 This is the set of things which stood out as needing fixing when looking at the rte_eal_alarm tests. Stephen Hemminger (5): eal: add missing parameter check to rte_eal_alarm_set on Windows Revert "test/alarm: disable bad time cases on Windows" test: support alarm test on FreeBSD test/alarm: rewrite the alarm test eal: simplify eal alarm cancel by using LIST_FOREACH_SAFE app/test/test_alarm.c | 84 +++++++++++++++++++++---------------- lib/eal/linux/eal_alarm.c | 51 +++++++++------------- lib/eal/windows/eal_alarm.c | 7 ++++ 3 files changed, 75 insertions(+), 67 deletions(-) -- 2.43.0