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 A7CDCA0551; Fri, 26 Aug 2022 00:34:14 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 484BF40143; Fri, 26 Aug 2022 00:34:14 +0200 (CEST) Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) by mails.dpdk.org (Postfix) with ESMTP id 520F9400D6 for ; Fri, 26 Aug 2022 00:34:12 +0200 (CEST) Received: by mail-lj1-f178.google.com with SMTP id by6so20794653ljb.11 for ; Thu, 25 Aug 2022 15:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc; bh=NOLUVhulo8X7Y+tvoXhT9fZlPpv29znoA1XQWMuRRoA=; b=EOnVadMyh/4qbj0T9gCw5y+GUmdnWnEj5lMzuM4vR1V6AzGTPxf4GeMx9U0RO4g4VC Cwa8CbwAxhrzIksZ52UPJ5rw4AU23m1P4yAs6IOKWEQagtUuUKAPnsuHAkBqpaXUw8zS da7n+iCSFgWgeOnxCjUX8F8YIMsXv4mNooa+HrCGR8lPVrGIrjvJnJC15fwlze4M5lNT Me6T04BvtDfgJ8/TWT8wHh786pA0HZcOe+GDBjv8uVCWcvaPWA0kig1VlkVr85IgA+8m ADRmWbYtqUeJflGZYfZBFe/2Zt5SrU4wuWq3x5No25qHQKaDQyH9BDsVut+VFEaaPqF6 d2LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc; bh=NOLUVhulo8X7Y+tvoXhT9fZlPpv29znoA1XQWMuRRoA=; b=g/qWLljZdB+X9z+X5RT2R4DHEGfRAs/6NHjPMk6vOqmg4rClNc5svUTyLzop+mg2q6 2E0Oob2zH/r2f+xmlhyBMcTR9i8cl/vU0vvdLKkq10SLK9pGdpwlQQou1tuuwRRjSmFv Uk5YSi01lxSXHCnwzdu/ttAGAYcqaXBbw8x+j3SIw24U2oAOWQ2QL8UGV8uwplAD/inu /Fg2bfTAgFILkAdTOTMR8oMbcBimVqsgSp/Xso4zu+1YKHvOIuhpj3ewNUY7VpwVNWg3 gGPdwysXiNWMeoFMFzO4T7htK2Q7QssUEBcl0Mc0W+wD/QTrC0nr0FX7jR4F39p5Zewn RiAA== X-Gm-Message-State: ACgBeo10d5fHovVLs7rSplDQWNeIqjXlCFmzGtdGrlCTJ23iUakK7JN5 rwqzXg88KKN0k/Mrc45vzbITcNZ9R4c= X-Google-Smtp-Source: AA6agR7TqNIDZnszqJXswl4CalJmc2mdgwF54YaBF7aN6RIx0E1LPRTxdY83rxuGIJ7BPbvrvmgFcw== X-Received: by 2002:a2e:b61c:0:b0:261:c11d:e94f with SMTP id r28-20020a2eb61c000000b00261c11de94fmr1643744ljn.70.1661466851488; Thu, 25 Aug 2022 15:34:11 -0700 (PDT) Received: from sovereign.. (broadband-37-110-65-23.ip.moscow.rt.ru. [37.110.65.23]) by smtp.gmail.com with ESMTPSA id f16-20020ac25090000000b0048b0975ac7asm68249lfm.151.2022.08.25.15.34.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Aug 2022 15:34:10 -0700 (PDT) From: Dmitry Kozlyuk To: dev@dpdk.org Cc: Dmitry Kozlyuk Subject: [PATCH v3 0/4] eal: small rte_common.h fixes and cleanup Date: Fri, 26 Aug 2022 01:33:51 +0300 Message-Id: <20220825223355.410540-1-dmitry.kozliuk@gmail.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20220825153709.33181-1-dmitry.kozliuk@gmail.com> References: <20220825153709.33181-1-dmitry.kozliuk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 v3: Fix build (CI). v2: * Extend and tidy up the macro unit test (Morten). * Remove unneeded includes from rte_common.h (Morten, Bruce). Dmitry Kozlyuk (4): eal: fix pointer arithmetic with an expression argument eal: deduplicate roundup code eal: uninline rte_str_to_size eal: remove unneeded includes from a public header app/test-bbdev/test_bbdev_vector.c | 1 + .../cperf_test_vector_parsing.c | 1 + app/test-eventdev/parser.h | 1 + app/test-pmd/bpf_cmd.c | 2 + app/test-pmd/cmdline.c | 1 + app/test-pmd/cmdline_tm.c | 2 + app/test-pmd/config.c | 1 + app/test/test.h | 2 + app/test/test_common.c | 58 +++++++++++++------ drivers/bus/vdev/vdev_params.c | 1 + drivers/common/cnxk/cnxk_telemetry_nix.c | 1 + drivers/common/cnxk/cnxk_telemetry_npa.c | 1 + drivers/crypto/scheduler/scheduler_pmd.c | 2 + drivers/net/cnxk/cnxk_ethdev_sec_telemetry.c | 2 + drivers/net/i40e/i40e_ethdev.c | 1 + drivers/net/iavf/iavf_ethdev.c | 1 + drivers/net/ice/ice_ethdev.c | 1 + drivers/net/softnic/parser.h | 1 + examples/eventdev_pipeline/main.c | 1 + examples/fips_validation/fips_validation.c | 1 + examples/ip_pipeline/parser.h | 1 + examples/ipsec-secgw/parser.h | 1 + examples/l3fwd-power/perf_core.c | 1 + examples/pipeline/cli.c | 1 + examples/vhost/main.c | 1 + lib/dmadev/rte_dmadev.c | 1 + lib/eal/common/eal_common_debug.c | 2 + lib/eal/common/eal_common_string_fns.c | 36 +++++++++++- lib/eal/freebsd/eal.c | 1 + lib/eal/include/generic/rte_rwlock.h | 2 + lib/eal/include/rte_common.h | 41 ++----------- lib/eal/linux/eal.c | 1 + lib/eal/linux/eal_vfio_mp_sync.c | 1 + lib/eal/unix/eal_unix_timer.c | 1 + lib/eal/version.map | 1 + lib/eal/windows/rte_thread.c | 2 + lib/ethdev/sff_telemetry.c | 1 + lib/eventdev/rte_event_eth_rx_adapter.c | 1 + lib/eventdev/rte_event_timer_adapter.c | 1 + lib/meter/rte_meter.c | 1 + lib/pci/rte_pci.c | 1 + lib/pipeline/rte_swx_ctl.c | 1 + lib/sched/rte_pie.c | 1 + lib/security/rte_security.c | 2 + lib/telemetry/telemetry.c | 1 + lib/telemetry/telemetry_data.c | 3 + lib/telemetry/telemetry_legacy.c | 2 + 47 files changed, 136 insertions(+), 55 deletions(-) -- 2.33.1