From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/3] get rid of unnecessary memset's Date: Thu, 04 Jun 2015 10:47:22 +0200 Message-ID: <4859555.HGUbhKtrNQ@xps13> References: <1433365992-9173-1-git-send-email-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 488EC5A9A for ; Thu, 4 Jun 2015 10:48:14 +0200 (CEST) Received: by wibdq8 with SMTP id dq8so117217289wib.1 for ; Thu, 04 Jun 2015 01:48:14 -0700 (PDT) In-Reply-To: <1433365992-9173-1-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-06-03 14:13, Stephen Hemminger: > While looking at code is seems lots of drivers do not know the convention > that info_get and stats_get both clear the buffer for the caller. > > Stephen Hemminger (3): > bonding: remove useless memset > ethdev: remove useless memset > null: remove unnecessary memset Acked-by: Thomas Monjalon Applied, thanks