From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 5814BBE7C for ; Sun, 19 Jul 2015 12:53:30 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so69960091wib.0 for ; Sun, 19 Jul 2015 03:53:30 -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=VhaT5VC0c9w+HJvSoQiYILqITEtbk/RoCoF6XoC3m6I=; b=mztIHFe1Sa+z+nmckF0HJaNagbG4AKO3EYVfhChfRjonIwXM1jC0OvfrO1ZEsH6s1C V7TiihB8k3Gz4cL60vqGePrLPSb6MH+RVsqvGui/a34IzPusFNrGLJ6sgqcUjKUBTO9N XDqczn5LYddPJpbGHvs/gs03OOp/k33xnBciWP7TdlA8XgdfSHUccBY7Ob82c+PauFwj ei22no5I666RKbQpBIkfK1UjO5LvvvZhUB4wfTHWRygL2c+sYHZVjWa7EBj2Wokmsk82 em6jCX0wX8FSb0TqjA/a6HBl88sH8Jw9egizKilxQyim0KhF2Cr3nF7hyxJAfZwS1im4 3D6A== X-Gm-Message-State: ALoCoQmU9MdqzqNA0yP7lRbnSGCbgbe1Rt+W8HshLrcQUXZHT/vUCImfCrN6sY2V40js4Lx2cZLE X-Received: by 10.180.186.35 with SMTP id fh3mr11726352wic.7.1437303210163; Sun, 19 Jul 2015 03:53:30 -0700 (PDT) Received: from XPS13.localdomain (117.114.118.80.rev.sfr.net. [80.118.114.117]) by smtp.gmail.com with ESMTPSA id d5sm6481160wiz.24.2015.07.19.03.53.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Jul 2015 03:53:29 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 19 Jul 2015 12:52:13 +0200 Message-Id: <1437303137-29430-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 Subject: [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 10:53:30 -0000 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 MAINTAINERS | 2 +- doc/guides/rel_notes/{abi.rst => deprecation.rst} | 19 ++++++++----------- doc/guides/rel_notes/index.rst | 2 +- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 2 ++ lib/librte_eal/common/eal_common_pci.c | 20 ++++++++++++-------- lib/librte_eal/common/include/rte_pci.h | 6 ++++-- lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++ lib/librte_ether/rte_ethdev.c | 11 +++++------ lib/librte_ether/rte_ethdev.h | 9 ++++----- 9 files changed, 39 insertions(+), 34 deletions(-) rename doc/guides/rel_notes/{abi.rst => deprecation.rst} (51%) -- 2.4.2