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 46D8344144; Tue, 4 Jun 2024 04:30:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 32BF543377; Tue, 4 Jun 2024 04:30:28 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mails.dpdk.org (Postfix) with ESMTP id 1B4BA402D2 for ; Tue, 4 Jun 2024 04:30:25 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id d2e1a72fcca58-702442afa7dso3112335b3a.2 for ; Mon, 03 Jun 2024 19:30:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1717468225; x=1718073025; 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=gY4g3PWsLHjgcp6/WMKXuM5UCo9mi6LRCgtupVmxV+4=; b=LN0XV+GH9rollWD3i5M5+9Ey38pMtvqBx9wjVPPfMFIbC4SPIelQcxRGWZw8MZViA1 wwungio3PhpG0u6vFD5EMSGAzWie67FnyVUio9spUxGJXISzPUK6uMYp+EzBkDV/GkFZ G5eu/YTnwk9dU9tpJ1GMLK6vNM0AkCZXqxKQ9+74/aH6zyg90M4BM6+uEBfi5AK7cGQn F7/M56V8Ull6GuMjC0JZONt1yLTT880gGUJWLm23BD0sIcQqJLMryYbUWGFQwlbL6fBm khDwtBl2VyBPn7hqzAQGqndk3wAVrZyrYT5YROPXyFsQgJFjaTcUnhT6QH32nrb0ZviV MYUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1717468225; x=1718073025; 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=gY4g3PWsLHjgcp6/WMKXuM5UCo9mi6LRCgtupVmxV+4=; b=VkVpmT80H+MEopM8EkUBpkKIjR9wajgw83DACx7SsRrN9zrqwKVLMQZ57ClqTSNy8y ZOECSzg1RxO/CNZFskp+5fZCE5ZA5rzWQpVbrEp5fOxhJuIdK0rVg4M91RfWtCtTZXti AWVUi6zh0POAl0BS/cbIhE3zrMKq+dV7+iz4gIRRj7Y0TxQqK1s+UFOCX5CmRIPY/VDp +uZz78cx9rCIJ8ggSanu9uIXj7/Fcun2RnoX6GPuwWb5jZKdniHcJnkBCFTM670/bXVh By+x6AOWsMR2v8wGryFDPPzCheGcZcW8A/KpykfVib1hwKfpV5TMYVGbSHN0q+iQA9GA fkQA== X-Gm-Message-State: AOJu0YxOfjKMvkSKhW5XMBsnpg/9x6yBivGMgRXNB6r7BJoJmztBahPx H9uq06RD3ftb4xwdoWMjwuiTjnNTxvg+ANF1TMbl9qTL8r/xu75lp5e8RwF0shVPIkAnHNc3lnw Y310= X-Google-Smtp-Source: AGHT+IH+ug3Pn8r+wavBX61WkNtjsKfRNMLGhJEVgjM7tmGBRwXMWmR0ULXayUf4HpLl/8ZzwMUsPw== X-Received: by 2002:a05:6a20:9188:b0:1ad:9adf:febf with SMTP id adf61e73a8af0-1b26f205dd7mr11783715637.31.1717468224975; Mon, 03 Jun 2024 19:30:24 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1f63241cfecsm71253325ad.298.2024.06.03.19.30.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jun 2024 19:30:24 -0700 (PDT) Date: Mon, 3 Jun 2024 19:30:23 -0700 From: Stephen Hemminger To: dev@dpdk.org Cc: Tyler Retzlaff Subject: Re: [PATCH v21 09/14] log: drop syslog support, and make code common Message-ID: <20240603193023.3de5e0e6@hermes.local> In-Reply-To: <20240604004731.6654-10-stephen@networkplumber.org> References: <20200814173441.23086-1-stephen@networkplumber.org> <20240604004731.6654-1-stephen@networkplumber.org> <20240604004731.6654-10-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 Mon, 3 Jun 2024 17:44:57 -0700 Stephen Hemminger wrote: > This patch makes the log setup code common across all platforms. > > Drops syslog support for now, will come back in later patch. > > Signed-off-by: Stephen Hemminger Ignore checkpatch complaints on this patch. It is better for the test code in test_eal_flags.c to match the existing style, rather than being different because checkpatch wants it to be static.