From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 4920D5690 for ; Thu, 5 Mar 2015 20:26:52 +0100 (CET) Received: by widem10 with SMTP id em10so40910385wid.5 for ; Thu, 05 Mar 2015 11:26:52 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4urfHj5bH/dDCk/VjrySygFcLX0O3hBryreL9LYAGhw=; b=bO27+Yj8NOuyigeOIS0SombKZlymESwGhywo/pyEdRV0auwSHcEDuzyneXJQIw8l7C zE9UUm/nYz2+J2SaUtGjG1iV0p54b1ak8NshBXqk2LYB8zbfzsaQFzUcq5tpKE1Tlg1T oonUSt3DC3C2qXsAdp/wjKDx4EjsiHqnqtpf+l7cvXPyQuupKLPFU4YQxv10IXx2lNNK Sl/14yAZeu5pYzpj6f5WblEWSEV965WbDmuvbEP0F/Xk/wyjC+YW05Ek6oqoWHL5qDBb HlhWjOtk3r2hs5grMnLx9n9NhkSJ6m78ywE5NjTTqB2dshny6ZrOmlXrppKan+AIQJDr Z+Sw== X-Gm-Message-State: ALoCoQl3Gn91WINiMGC20sVNyn07VZIhEWizVGnFBavMhKUt3RaqaICen4Yc1LJVyW2luAjjesKj X-Received: by 10.180.126.98 with SMTP id mx2mr68210256wib.18.1425583612147; Thu, 05 Mar 2015 11:26:52 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id e18sm11798989wjz.27.2015.03.05.11.26.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Mar 2015 11:26:51 -0800 (PST) From: Thomas Monjalon To: "Wiles, Keith" Date: Thu, 05 Mar 2015 20:26:16 +0100 Message-ID: <3413357.LpNeudDEui@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1424959232-60341-1-git-send-email-keith.wiles@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] Missing use of macro rte_eth_dev_is_valid_port() 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: Thu, 05 Mar 2015 19:26:52 -0000 > > Signed-off-by: Keith Wiles > > Acked-by: John McNamara Some checks with rte_eth_dev_is_valid_port() were missed when merging hotplug and callbacks features. Fixes: c282abd2a6cd ("ethdev: remove assumption that port will not be detached") Applied, thanks