From patchwork Tue Oct 24 10:35:42 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 30781 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7EEEF1B7CC; Tue, 24 Oct 2017 12:36:20 +0200 (CEST) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id DEE591B7B1 for ; Tue, 24 Oct 2017 12:36:06 +0200 (CEST) Received: by mail-wm0-f65.google.com with SMTP id b189so14673966wmd.4 for ; Tue, 24 Oct 2017 03:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=q60+FVqer6N4KKEof9HVWbMihHNCal1fSq3CV0GeBGI=; b=Yp3WZugBi8c8gTXRtFul4IYHB0r3a3DmFS0DnDCDhGZi5OG4SdQEsetkHtXZHPN0bo PxEJVmOZjpa2W4qtdnfZxfsToTNHIzpNaLskusxRmoW5Eio8SIKuLUKD798DMdPyCn1G lH0tBOd/GKasEVxu9Fw641IFWS5m+8Z3VEPwPTAYZxOIB9FuLshGuAmNsrlq4GsnRdPW 4utyfEd5pIl3KnekZhSjSKpnQz3oL8/r+Ldw98Sdbw7RLwWf5vyw+6x7FcHeXMM1kCZE huzoCspovJpKNP6y9mlRBCP3quLoaQPGUXAjXcp1cxrGsORvugi08XkLjtTfH0PfzRBn 183Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=q60+FVqer6N4KKEof9HVWbMihHNCal1fSq3CV0GeBGI=; b=PHrAzQfKF9Zihd5kK3xyQ26jKiC2MEYCPk1vQDL2vz0V4L658xzdCrCOg7aX4iaOLk KtkdXW+tHjne502hmNH5pnZghV4UT6qBm1soTnwiuMERoYNDeydCld7daAz/qXaBQRdD UkihM2B/tztlDeVqp5mRJa4X1qUTqUOrCTu7lgb3buUhpwgPH0vsPFbOuKapg57Q6Ffy 9XBwlswiM7rWJ5OkFY7ccWe/VUOVONeWZ0WRtuG48YpBLWY/iukvr5pCyvpZdwx/XUAq cr2CSxJt/7o/TvTWuPO79d9jDjT5dsm9IpnbWAqA9qtpqo1y1SCyGjnt/a+D8yZdi5TH tL/w== X-Gm-Message-State: AMCzsaXZgvTHXNYSj8vRf9m8CRfQWSsNYLCiHlrOIYDkMPO/8zCBlWnS Ki0whIZz7hcQ0g4vjAR5DWrG/yJ0 X-Google-Smtp-Source: ABhQp+QdvUH73wxKLYcWmhSd/qFfdOJpLdigLL/7mbZ2rG6KAmCSXN4ZvK28tMe5sCOG8okxPzNRcg== X-Received: by 10.28.6.14 with SMTP id 14mr7218333wmg.37.1508841366250; Tue, 24 Oct 2017 03:36:06 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id w4sm12205088wrc.17.2017.10.24.03.36.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 24 Oct 2017 03:36:05 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Tue, 24 Oct 2017 12:35:42 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: <409639fdf67753288cff5bf7d91f725666ff5678.1508840586.git.gaetan.rivet@6wind.com> References: <409639fdf67753288cff5bf7d91f725666ff5678.1508840586.git.gaetan.rivet@6wind.com> Subject: [dpdk-dev] [PATCH v2 6/6] doc: note ether API change for detachable flag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add the ether library evolution to the release notes Signed-off-by: Gaetan Rivet Acked-by: John McNamara Acked-by: John McNamara --- doc/guides/rel_notes/release_17_11.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 8db35f5..80522fd 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -246,6 +246,12 @@ API Changes The size of internal device name is increased to 64 characters to allow for storing longer bus specific name. +* **Ethdev flag RTE_ETH_DEV_DETACHABLE was removed** + + This flag is not necessary anymore, with the new hotplug implementation. + It is now removed from the ether library. Its semantic is expressed at the bus + and PMD level. + * **Service cores API updated for usability** The service cores API has been changed, removing pointers from the API