From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 64E34A09FF; Tue, 29 Dec 2020 21:09:21 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2752A2B91; Tue, 29 Dec 2020 21:09:19 +0100 (CET) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by dpdk.org (Postfix) with ESMTP id 8238B2B8E for ; Tue, 29 Dec 2020 21:09:17 +0100 (CET) Received: by mail-pl1-f173.google.com with SMTP id r4so7610807pls.11 for ; Tue, 29 Dec 2020 12:09:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=oHvub923R88Y5HDbgLIW1it6tgy9pO4Ggmfg3KSvF/4=; b=g1BsqL3QcWQHGbwAFkL62Ee80BANpdrmMOW7zONrxJK0A5YBbY/KNBsH7zu4Ueq/IL ft1KKxZrpBrWSYYYssAEfkRf+0ShT/HwVOkhDhGRdw5kX6/ZDiaPYKEdY4DbLkHJ6WEk A4F/6g1bJYIpBeLwEt9fMTGtd1AJs2QDwfGtO5iuY9RqSpFvDtR1U3fFqJ5BI949oHnU 3G17EfttK3N8Uij7wYwv0GZw+/H1yXkgSqsvdMmi20XygNxBRSt5UDhTlft5IlaitVwE WfNO8Qe6OcGH0YfAEkXizw8d44+f4CjhhciPLC3Ux/nyuC92D+6GROJXFrWES02q+D9N xxBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oHvub923R88Y5HDbgLIW1it6tgy9pO4Ggmfg3KSvF/4=; b=gXdbeHACvzqwY0lSbF1XrEbQQLoAkO7po5yAXRYqYv1fhs2RZKcTITu2YI8mJ2Uex+ Z5Y+I6FpPs6zL1oi4ikl6xm1C5+/TnhNRPN90ukb6PgaFPFL3Pg8Oebi7ZK/PGFkMX8k bdB3BgMEyLRbeOmtTBPFx1DXheg641Ph5AYX71LDrm51cwvO7Q9EYusgTttAcAny31pz o2ZFwkJ/zDffC6QpAyMU0d2lwbkzSECYTQwoNVNppq9BsbUrJWstx8rW/HmsadlD58eB SUt3sfxYV6PibjiPxsD91VHCGErTiguCqgz54FjSg4szboDXGbaaz67x5AjlgTszxZXD sCIw== X-Gm-Message-State: AOAM530IwxzHjv6p8xCnKvJDZrxwWXVXmEYSYNnUfcTECDMkW0n6cZMq YC6boq1LVNK/LEa8dwQTTXL0g6Caf4OKmg== X-Google-Smtp-Source: ABdhPJx7FBs1TIPEOJnTzZK4Z1eM0mH9Nx0liAaERH/TnSSGlvt8FKqbJ9g+XGf59VKy37+cPgrhmg== X-Received: by 2002:a17:90b:11d7:: with SMTP id gv23mr5488895pjb.2.1609272555122; Tue, 29 Dec 2020 12:09:15 -0800 (PST) Received: from hermes.local (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r14sm37763237pgi.27.2020.12.29.12.09.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Dec 2020 12:09:14 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 29 Dec 2020 12:08:58 -0800 Message-Id: <20201229200901.101171-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201227033335.85145-1-stephen@networkplumber.org> References: <20201227033335.85145-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 0/3] pdump: small enhancements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Found these while doing pcapng support and new capture command. They are standalone enhancements. Stephen Hemminger (3): pdump: use rte_pktmbuf_free bulk pdump: replace DEVICE_ID_SIZE with RTE_DEV_NAME_MAX_LEN pdump: cleanup checkpatch warnings v2 - add more checkpatch fixes app/pdump/main.c | 8 +++--- lib/librte_pdump/rte_pdump.c | 47 +++++++++++++++++------------------- 2 files changed, 26 insertions(+), 29 deletions(-) -- 2.29.2