From mboxrd@z Thu Jan 1 00:00:00 1970 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 62875DE4 for ; Sun, 19 Jul 2015 23:33:45 +0200 (CEST) Received: by wicmv11 with SMTP id mv11so1851186wic.0 for ; Sun, 19 Jul 2015 14:33:45 -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=mkKmjoTImO9s68bNlEro/uIoFhrCu7h/ZyMT9Cmk3LA=; b=bKHdHKWHTJe3pH5CH2TsmtUD+byqmfibtLisEnhoSreA+RykbPQKgr1V4ZZQ4RcTwQ jOEdKdXIMPTwaM/y3lcqLlQLoXVjyTVQsvdez21c0qEkV7jPyzNKwVM65rqfnSHZDvQR m53BKQ3q8PH+BdX4AIppak/F/03hIhvz6rV9J0bLuV/YDKKLkWyBZ4VC5QCJmpXXTMln RwwFJnZVohCiXtkdBhha0+ASeTdDQNKYMG36pvsBil4TqwO9N+axaAGhjfUm0gGzpbLP Lx32D2kFaXF5H7pN69EkscRHgvwyd1nxPVIWpQfP/UKOawJr+noGbr0Jd7PRFaVSUw6n PlOg== X-Gm-Message-State: ALoCoQnsLpZSDmscj2CiE5yMWvhu3M+7HXF2pcNMQOVqSUX7A3d/VTKiUuYN1jkIfygRzHWTfog9 X-Received: by 10.194.203.138 with SMTP id kq10mr52068787wjc.124.1437341625276; Sun, 19 Jul 2015 14:33:45 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id qq1sm28875077wjc.0.2015.07.19.14.33.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 14:33:44 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 19 Jul 2015 23:32:32 +0200 Message-ID: <2149103.v8H00dx6dR@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> References: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/4] ethdev/eal API fixes 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: Sun, 19 Jul 2015 21:33:45 -0000 2015-07-19 12:52, Thomas Monjalon: > The main change of these patches is to improve naming consistency > across ethdev and EAL. > It should be applied shortly to be part of rc1. If some comments arise, > it can be fixed/improved in rc2. > > Thomas Monjalon (4): > doc: rename ABI chapter to deprecation > pci: fix detach and uninit naming > ethdev: refactor port release > ethdev: fix doxygen internal comments Applied, do not hesitate to comment if something must be fixed.