From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f178.google.com (mail-pd0-f178.google.com [209.85.192.178]) by dpdk.org (Postfix) with ESMTP id 3A01CC45C for ; Fri, 24 Jul 2015 19:06:17 +0200 (CEST) Received: by pdbnt7 with SMTP id nt7so16334693pdb.0 for ; Fri, 24 Jul 2015 10:06:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=iVdBGmT+dYb4W2w0/rkDku4J7eX2qwLgpx26Q5Emrgw=; b=S65isCu5W/yGL3a1dazisfVH09/xAwtLfAViZttQE9ew0SJTL6iAJ5FVGJxSUFdGIz PiarwLrml8wA53lAT4wM6if+qiETbwBCBYLdyFVMdKh2gkpcMMPhGwOeucX/qlYLjbq8 gVFDNeUCPH4LOmVkqYf7LRW9Nvqy4WLWeDvqAMHKSYvdj/bTIfEc6ACdwc8B+Ngk8FIo 3K4eLQW0sDZBE2ss+Dh3Pwr/ZItnWmyo7nPqc+V4IjSvPnV+oBWN0aOwrj21/A7T64/Y PeBMIemQQTYgPDzaTcrQLakZF7T7DvXI/HP0Z/ey6h+kNLrSD2LSoH1HZxp6xx2+n9e0 lldQ== X-Gm-Message-State: ALoCoQlbDQt/Qr5IWRPXRW2FYm9Dgu73mh/6xEFLBfWKD4slGZrFobGntG1KDZaAGuUBImQK9XXD X-Received: by 10.70.91.206 with SMTP id cg14mr32854170pdb.83.1437757576317; Fri, 24 Jul 2015 10:06:16 -0700 (PDT) Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id ra10sm15635403pab.19.2015.07.24.10.06.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 24 Jul 2015 10:06:14 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Fri, 24 Jul 2015 10:06:13 -0700 Message-Id: <1437757584-15502-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 00/11] misc cleanup patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 17:06:17 -0000 These are all low risk, low reward changes found by reviewing while doing other work. Ok to defer them to 2.2 if necessary. Stephen Hemminger (11): eth: move queue check for rx_queue_count eth: do simple return kni: remove useless semicolon eth: remove unnecessary return value kni: eliminate unnecessary return variables pipeline: remove useless cast lpm: remove useless casts hash: remove useless casts kni: remove useless cast i40e: remove useless cast bond: remove useless cast drivers/net/bonding/rte_eth_bond_pmd.c | 12 +++++------ drivers/net/e1000/em_rxtx.c | 5 ----- drivers/net/e1000/igb_rxtx.c | 5 ----- drivers/net/i40e/i40e_ethdev.c | 3 +-- drivers/net/i40e/i40e_rxtx.c | 5 ----- drivers/net/ixgbe/ixgbe_rxtx.c | 5 ----- .../linuxapp/kni/ethtool/igb/e1000_82575.c | 16 +++++--------- lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 9 ++++---- .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c | 4 ++-- lib/librte_ether/rte_ethdev.c | 25 +++++++++++++--------- lib/librte_hash/rte_cuckoo_hash.c | 4 ++-- lib/librte_hash/rte_fbk_hash.c | 3 +-- lib/librte_kni/rte_kni.c | 7 ++---- lib/librte_lpm/rte_lpm.c | 4 ++-- lib/librte_lpm/rte_lpm6.c | 8 +++---- lib/librte_pipeline/rte_pipeline.c | 4 ++-- 16 files changed, 46 insertions(+), 73 deletions(-) -- 2.1.4