From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id 2A4CB5A8C for ; Wed, 4 Mar 2015 04:12:24 +0100 (CET) Received: by padfa1 with SMTP id fa1so23421078pad.3 for ; Tue, 03 Mar 2015 19:12:23 -0800 (PST) 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:in-reply-to :references; bh=obh2Y0WGUSnY63ZkEG0AY3HPTdlHdXTVqec4UR812CA=; b=ReUig/haMoWf7DuCKfYafO+H1mEJTEw7G8AqBbsjtyzfUGlw5Od5KvqaG42sbe7dDQ mvRqOSCtSHRcqcSfqZa9DoL7DnjE+y57LTZq6GxNHYE1/3Ku62Oq4DrBzW/QPURyXAmy uSZvvu/1y0BhoqbUUIgA/sypy+d8yAC3eeo4CQdx8QpWMRREggU3kAaS9zveAThD6klQ BufDlYMFpE0JsutGehp6W4PePhkBSsx1NZFMX66vf7sVabqybRk8MaCKjY6vQCmJu09B awJz+/bmdpIiYxaySfL6fqvIzVetty74mcM5g5NCm99SaWESoBuN9S741uy5VTBao6GD av8g== X-Gm-Message-State: ALoCoQktuLSENf8I8tthSNEaEVdKiQE7RQlsBocQYAL0EmqFA7YK0wsTs8oSWOoIjKEhzAvVtkaL X-Received: by 10.67.10.47 with SMTP id dx15mr2923701pad.139.1425438743543; Tue, 03 Mar 2015 19:12:23 -0800 (PST) Received: from localhost.localdomain (napt.igel.co.jp. [219.106.231.132]) by mx.google.com with ESMTPSA id om9sm2328474pbb.34.2015.03.03.19.12.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 Mar 2015 19:12:23 -0800 (PST) From: Tetsuya Mukawa To: dev@dpdk.org Date: Wed, 4 Mar 2015 12:11:43 +0900 Message-Id: <1425438703-18895-3-git-send-email-mukawa@igel.co.jp> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1425438703-18895-1-git-send-email-mukawa@igel.co.jp> References: <1425438703-18895-1-git-send-email-mukawa@igel.co.jp> Subject: [dpdk-dev] [PATCH 3/3] doc: Remove BSD limitation from hotplug section of programmer's guide 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: Wed, 04 Mar 2015 03:12:24 -0000 This patch removes below limitation from hotplug section of programmer's guide. - The framework can only be enabled with Linux. BSD is not supported. Signed-off-by: Tetsuya Mukawa --- doc/guides/prog_guide/port_hotplug_framework.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/guides/prog_guide/port_hotplug_framework.rst b/doc/guides/prog_guide/port_hotplug_framework.rst index fe6d72a..17030bf 100644 --- a/doc/guides/prog_guide/port_hotplug_framework.rst +++ b/doc/guides/prog_guide/port_hotplug_framework.rst @@ -99,8 +99,6 @@ Limitations * The Port Hotplug APIs are not thread safe. -* The framework can only be enabled with Linux. BSD is not supported. - * To detach a port, the port should be backed by a device that igb_uio manages. VFIO is not supported. -- 1.9.1