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 E444FA0353; Tue, 12 Nov 2019 21:37:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DCDD5374E; Tue, 12 Nov 2019 21:37:47 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 5B7BB2C15 for ; Tue, 12 Nov 2019 21:37:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573591065; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vZzV8Yzbqidjd3iJjk0QNq8nWL472t/eb232QzHFg4E=; b=gQXi7bevlV8S0SAt9mw5gFHjKby11lPSIKx+tgYdasmkbdHW1Drt3haV1dgKGOiEzNONyE A3wGgZt3q8Dkv4Jnzt1Dtpk1uYTnqrMW379xwojhI+NFFSH5rM02YN0gP9aYB0RlGFApVH HmtxXU1glKOSmaFwGGZEsfs8luOFaCw= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-185-FFUhwXIAMCOr7nz8z7LDyA-1; Tue, 12 Nov 2019 15:37:44 -0500 Received: by mail-vk1-f197.google.com with SMTP id l4so22772vkn.6 for ; Tue, 12 Nov 2019 12:37:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=brvVEd8ToZopv/hAzk1XNTRs2mPHj6PgHwX/zGAJKK4=; b=eCWsAL09y91XLG35rNPlsyBv21wSMpJJ+60J4OyJYsD4i/gUAkWod9dG/UIvzEKLBt rouLkSFFiZvnnww/Zwaa8zR3auWf0rNU3lLULHgJjdJLUXzkFWW3pzdsDVhaTPTwd3jE 9pu5J8J4HlWPexVKdRRd6m7Oij2VEbHz1rutQn5VkljWFvw6C14rxkrVgrPBDZ8C27fL jfjJNJ+d4BxkZpjRugSAmbdtCOG9t8CDIQb0wMtl6DANNARqLf4qcIzV0Jb14icQUtOK OYZ0xGULil0hC45Jxw94mNsEtR6AhHkGXLvZdFAIeWzSjN/5GHqCnzjBuoxrvDrD5LCB ZRUw== X-Gm-Message-State: APjAAAXyVRTjHxa2I1/uDYIbhCiimOUDY4a+LY8j2YiiyycJ8ApcBZ2c Awl8cOFM56IILuHtzRi41vA/VQ1vHlqv5137wvla3LbX/pAk+eaOgF9/IoZe4TDTrFrGxAPOypI 9pe15puZmwzFhSewXxLQ= X-Received: by 2002:ab0:189a:: with SMTP id t26mr21864988uag.87.1573591063800; Tue, 12 Nov 2019 12:37:43 -0800 (PST) X-Google-Smtp-Source: APXvYqyDkTYNNfDh2AjCo+Ak7w49S1XIrd5aOcDkCm2/1MPn93Gwto5SxTMWUe3JQnNW22sSb6GPJvJbTJltqyqeIsE= X-Received: by 2002:ab0:189a:: with SMTP id t26mr21864969uag.87.1573591063389; Tue, 12 Nov 2019 12:37:43 -0800 (PST) MIME-Version: 1.0 References: <20191108043818.27610-1-stephen@networkplumber.org> <20191108164717.7708-1-stephen@networkplumber.org> In-Reply-To: <20191108164717.7708-1-stephen@networkplumber.org> From: David Marchand Date: Tue, 12 Nov 2019 21:37:32 +0100 Message-ID: To: "Pattan, Reshma" , Stephen Hemminger Cc: dev X-MC-Unique: FFUhwXIAMCOr7nz8z7LDyA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2 0/2] pdump: cleanups 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" On Fri, Nov 8, 2019 at 5:47 PM Stephen Hemminger wrote: > > These are a couple of small cleanups for 19.10 which Stephen, we might be a bit late for this release, but it is still 19.11 :-) > came out of work on pcapng support. Full pcapng support > and BPF are planned for DPDK 20.02. > > Stephen Hemminger (2): > pdump: use new pktmbuf copy function > pdump: use dynamic logtype > > lib/librte_pdump/rte_pdump.c | 139 ++++++++++------------------------- > 1 file changed, 40 insertions(+), 99 deletions(-) > > v2 - replace new log message from info_get as well Overall looks good. Reshma, review please. Thanks. --=20 David Marchand