From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id 9B886376D for ; Fri, 17 Jul 2015 01:47:19 +0200 (CEST) Received: by pdbbh15 with SMTP id bh15so6415030pdb.1 for ; Thu, 16 Jul 2015 16:47:18 -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=mSQ4Cab/7rFtfqSH3GTOPDuVmImWBhDwPYiUNhnOXNs=; b=VK62d7OSq3v32Ngd3irpg0n9atnErr/fkGhjL98SYK+AeXmruD4OUMav/1ya3luZAt M+vTbM7+fGDRQ0sejCbM4BWOt8mv+3+bQWNPF4Q2JfmNFtDgis8eHouhT2fhM3KJ0o8u Ez8+ZwCTQcPavY8frI7SatEa1jVU5KhgG+YITDlaeQjHdH+zla5Ag3hKRbsNcL+w4TbR h2mvGCaviLl4s4UwY7zptKKwA9jgH8jFJP17XLTLgfdc4aHmvwTmLr4lcV6h5sjrVZMZ 0Db2HvViWdmGKPi55YEaV6fUb+yqz4PFZrogpJ8g4iyTshAytX43X4/XrV5tM74//KZz bvTQ== X-Gm-Message-State: ALoCoQmk8tYQM/TAeeEna83CRnj/fWP+smpRWdTx1QtDIBQgT/bmlZE/mw1bjS07gJ7bACSBPaqZ X-Received: by 10.66.120.201 with SMTP id le9mr3394721pab.142.1437090438874; Thu, 16 Jul 2015 16:47:18 -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 sd7sm9059134pbb.93.2015.07.16.16.47.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Jul 2015 16:47:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Date: Thu, 16 Jul 2015 16:47:22 -0700 Message-Id: <1437090444-24953-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/2] static matcher cleanups 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: Thu, 16 Jul 2015 23:47:20 -0000 These were found by running the Linux kernel coccinelle scripts on the DPDK source. Stephen Hemminger (2): rte_ethdev: fix crash if malloc fails in rte_eth_dev_callback_register kni: fix coccinelle warnings lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c | 4 ++-- lib/librte_eal/linuxapp/kni/kni_vhost.c | 8 +++----- lib/librte_ether/rte_ethdev.c | 7 ++++--- 3 files changed, 9 insertions(+), 10 deletions(-) -- 2.1.4