From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id C871A7E7B for ; Tue, 21 Oct 2014 22:30:38 +0200 (CEST) Received: by mail-wg0-f47.google.com with SMTP id x13so2223252wgg.6 for ; Tue, 21 Oct 2014 13:38:56 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=kK2/81C2++safF9Q0vbAcUrz5EG4Nn35ICblNCHVkQw=; b=nEB8+d8fQ8JrjsLxO/LSfzIxpJrIru1rPLXb/XLu9HMOf0Mbju9B8W2WVHU4CpA89W gmSmW9Nsfo0i1SUadXDVn4nu9Iu55DXsEd+2+M6f78JJCe12EpAxq1d64jWVnwh512un E6P4MW4wlFBpa6dGAQlnegYLvFV0eUSAm+F5DIauEcRf7+6+6lvT3kiBd5vEzo+Hgt2Q gEod5qGsnCeIrk8Mn9Vnd1dG+nRouQD4NGQw/AMZJRekrbUN5c37kAchp7qxg5AFWpPV KhGXMqL27DS1lQUl8Dyf+VrVdyeSh/sru5tBFEvgENKf1wfx+9ZXzQ6VlQH+ll/wlFQw 41Ag== X-Gm-Message-State: ALoCoQkY/Lb1dGoRJl+QWd53IY9WmMCQCTqDKAKlmcLqLAz8kbwxMmNIUcIfx/3biLmegKAAC0qE X-Received: by 10.194.143.8 with SMTP id sa8mr8141748wjb.130.1413923936140; Tue, 21 Oct 2014 13:38:56 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id dq4sm95163wid.4.2014.10.21.13.38.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Oct 2014 13:38:55 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang Date: Tue, 21 Oct 2014 22:38:38 +0200 Message-ID: <1822651.FhyEcLI4iD@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <1411634427-746-4-git-send-email-helin.zhang@intel.com> References: <1411634427-746-1-git-send-email-helin.zhang@intel.com> <1411634427-746-4-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 03/13] ethdev: add more annotation 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: Tue, 21 Oct 2014 20:30:38 -0000 2014-09-25 16:40, Helin Zhang: > Add more annotation, to clearly tell the 'rte_eth_dev_info_get()' > users that the buffer should be cleared first. Since commit http://dpdk.org/browse/dpdk/commit/?id=a30268e9a2 (ethdev: reset whole dev info structure before filling), this patch is now useless. -- Thomas