From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 9B9DD1B22D for ; Tue, 31 Oct 2017 18:23:34 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2017 10:23:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,325,1505804400"; d="scan'208";a="915914554" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.190]) ([10.241.225.190]) by FMSMGA003.fm.intel.com with ESMTP; 31 Oct 2017 10:23:33 -0700 To: Alejandro Lucero , dev@dpdk.org Cc: gaetan.rivet@6wind.com References: <1509447892-36422-1-git-send-email-alejandro.lucero@netronome.com> From: Ferruh Yigit Message-ID: <5edf6bbf-a25a-0cea-e24f-7260474cd397@intel.com> Date: Tue, 31 Oct 2017 10:23:33 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1509447892-36422-1-git-send-email-alejandro.lucero@netronome.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/nfp: avoid unplug if multiport 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: , X-List-Received-Date: Tue, 31 Oct 2017 17:23:35 -0000 On 10/31/2017 4:04 AM, Alejandro Lucero wrote: > PF multiport support has some limitations like not allowing plugging or > unplugging of single ports as they all belong to same PCI device. > > A previous patch for removing detachable flag introduced a wrong check. > > Fixes: 00a3d8104ac5 ("ethdev: remove detachable device flag") > Cc: gaetan.rivet@6wind.com > > Signed-off-by: Alejandro Lucero Applied to dpdk-next-net/master, thanks.