From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH next 00/10] more dynamic logging Date: Wed, 25 Apr 2018 08:56:36 -0700 Message-ID: <20180425155646.3627-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by dpdk.org (Postfix) with ESMTP id 313618D99 for ; Wed, 25 Apr 2018 17:56:50 +0200 (CEST) Received: by mail-pg0-f66.google.com with SMTP id p10so13638553pgn.1 for ; Wed, 25 Apr 2018 08:56:50 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This set of patches converts more virtual drivers to use the dynamic log type, rather than PMD log type. Marking these for next since there is no urgency to get these into 18.05 and they are compile tested only. Stephen Hemminger (10): net/tap: convert to dynamic logging net/af_packet: convert to dynamic log level net/null: convert to dynamic logging net/ring: convert to dynamic logging net/softnic: convert to dynamic logging net/failsafe: convert to dynamic logging net/kni: support dynamic logging net/pcap: support dynamic logging net/vhost: implement dynamic logging net/bond: convert to dynamic logging drivers/net/af_packet/rte_eth_af_packet.c | 132 +++++---- drivers/net/bonding/rte_eth_bond_8023ad.c | 126 +++++---- drivers/net/bonding/rte_eth_bond_alb.c | 4 +- drivers/net/bonding/rte_eth_bond_args.c | 5 +- drivers/net/bonding/rte_eth_bond_pmd.c | 303 ++++++++++----------- drivers/net/bonding/rte_eth_bond_private.h | 5 +- drivers/net/failsafe/failsafe.c | 13 +- drivers/net/failsafe/failsafe_private.h | 8 +- drivers/net/kni/rte_eth_kni.c | 34 ++- drivers/net/null/rte_eth_null.c | 27 +- drivers/net/pcap/rte_eth_pcap.c | 41 ++- drivers/net/ring/rte_eth_ring.c | 46 +++- drivers/net/softnic/rte_eth_softnic.c | 25 +- drivers/net/tap/rte_eth_tap.c | 168 ++++++------ drivers/net/tap/rte_eth_tap.h | 1 + drivers/net/tap/tap_flow.c | 51 ++-- drivers/net/tap/tap_intr.c | 2 +- drivers/net/tap/tap_log.h | 10 + drivers/net/tap/tap_netlink.c | 18 +- drivers/net/tap/tap_tcmsgs.c | 9 +- drivers/net/vhost/rte_eth_vhost.c | 82 +++--- 21 files changed, 628 insertions(+), 482 deletions(-) create mode 100644 drivers/net/tap/tap_log.h -- 2.17.0