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 1DBAFA04B5; Wed, 16 Sep 2020 18:20:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A0D071C435; Wed, 16 Sep 2020 18:20:36 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 9C2301C300 for ; Wed, 16 Sep 2020 18:20:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600273234; 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: in-reply-to:in-reply-to:references:references; bh=UcrC3Rpd5fxTf77rXx35imls0ZdzDZQWLDVcE23PRCM=; b=Hq8R6Pv0Hi5yDG7jrOwSCqvv4/HYbZEJag0SOJpNrLX+7JVEptU68svErDK8sT9JGTyu9k 7D6pdyPfGv2WQduDhGKLHknKkYTrb3UHIlH6NG+urffQYQolwwYIohGAHwvU09hXxpwsxY HSBC9KUxGEGyAlFUJQ0i3qifOHIwM2c= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-571-I-yqZ_82MfqGbu_K4JmXDQ-1; Wed, 16 Sep 2020 12:20:32 -0400 X-MC-Unique: I-yqZ_82MfqGbu_K4JmXDQ-1 Received: by mail-vk1-f199.google.com with SMTP id n18so1620405vkq.10 for ; Wed, 16 Sep 2020 09:20:31 -0700 (PDT) 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=UcrC3Rpd5fxTf77rXx35imls0ZdzDZQWLDVcE23PRCM=; b=pKOpKrfMo21gHJ8A2rQrbHkPkFM13DMINo2i6+JyW56r7z4AvZIMUQ5akdP8aFPg6B /8hqHwckfIJHWemi/GVjHeqgrQjKiNbROi422hwqXqIzCAjBFJUZA7mbSYrwi2ovKNTO vPtsn4Wr7wBhCpWtRSxyCqyC1niLvU7oddKSlOWW2mJNkm8zINFGfnLdNVaOmViyUN0k 8xhzNr0YIGxRRmFah89WxU19t9TyzVMqHyYWGUA4PplwdFJhfewpL7kyeM3BkgLk7mU3 9kPSVXmv9tL8IuCyaX0RlDLBenki11YsgWjeJjHmX6UdNBJY6Yn+g98WKMUT8pSZdbY0 QKCg== X-Gm-Message-State: AOAM5314racPbUkdxWFKSi+dXo5Z/hDQYcXcIycO1s+XftyZxjyaDHIS HaaSF/6LjQ3hh4ieL2BHCnPMzKU811mJ48SBMCuIKCUbM72eDjD19OypeXX2lx0GWhH+9Fv3xbi TZ/qSt8P8m7ZD8c2nJn8= X-Received: by 2002:a1f:1303:: with SMTP id 3mr14668303vkt.9.1600273231584; Wed, 16 Sep 2020 09:20:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyeXPTkS7L9/GfOPsB+GWw22KPVdi3VzKfp0HJjWJJnBPx0M3/57r2HvWFc4APSwTbvx68z0qqU/kVDcChh5NM= X-Received: by 2002:a1f:1303:: with SMTP id 3mr14668285vkt.9.1600273231332; Wed, 16 Sep 2020 09:20:31 -0700 (PDT) MIME-Version: 1.0 References: <20200814174514.25100-1-stephen@networkplumber.org> In-Reply-To: <20200814174514.25100-1-stephen@networkplumber.org> From: David Marchand Date: Wed, 16 Sep 2020 18:20:19 +0200 Message-ID: To: Stephen Hemminger Cc: dev , Jeff Guo Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] eal: change debug diagnostic message from udev handler 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, Aug 14, 2020 at 7:45 PM Stephen Hemminger wrote: > > The debug message was poorly worded and did not include the > part that would be useful. I.e it never said what was being ignored. > Change it to print the message so that if udev changes format or > other subsystems need to be added then the necessary information > will be in the debug log. > > Fixes: 0d0f478d0483 ("eal/linux: add uevent parse and process") > Signed-off-by: Stephen Hemminger Acked-by: Jeff Guo Applied. -- David Marchand