From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id B9DD05688 for ; Thu, 30 Aug 2018 18:47:46 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 63AD6B8006B for ; Thu, 30 Aug 2018 16:47:45 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 30 Aug 2018 09:47:42 -0700 To: dpdk stable References: <20180830084606.31949-1-Ian.Dolzhansky@oktetlabs.ru> <20180830084606.31949-7-Ian.Dolzhansky@oktetlabs.ru> From: Andrew Rybchenko Message-ID: Date: Thu, 30 Aug 2018 19:47:38 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180830084606.31949-7-Ian.Dolzhansky@oktetlabs.ru> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ocex03.SolarFlarecom.com (10.20.40.36) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24062.005 X-TM-AS-Result: No-6.865400-4.000000-10 X-TMASE-MatchedRID: wQVy7q402w0OwH4pD14DsPHkpkyUphL9uLwbhNl9B5V+YesuCgkiXC55 JDnBcpHXX2AYNcOcQw3DzsBA2cs1TZN/i/+M0xRDW3dczJ1RoxeAx05T4taBCgzvg1/q1MH2xGl ZmSHFDMbi8zVgXoAltkWL4rBlm20vZiFQvkZhFu1q8/xv2Um1avoLR4+zsDTtz6Z2NvWLo/BdV8 S5NFaSGl9VNdqhG7FloguKJlX/p01ZMPE9W4s/ElZca9RSYo/b X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--6.865400-4.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24062.005 X-MDID: 1535647665-1z3Iub_Axz90 Subject: Re: [dpdk-stable] [PATCH 7/8] net/failsafe: limit device capabilities to really supported X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2018 16:47:47 -0000 On 08/30/2018 11:46 AM, Ian Dolzhansky wrote: > From: Igor Romanov > > Failsafe driver does not support any device capabilities yet. > Make fs_dev_infos_get() consider default ones to limit advertised > device capabilities to really supported instead of unconditional > inheritance from sub-devices. > > Fixes: cac923cfea47 ("ethdev: support runtime queue setup") > Cc: stable@dpdk.org > > Signed-off-by: Igor Romanov > Signed-off-by: Andrew Rybchenko > Signed-off-by: Ian Dolzhansky I'm sorry. It was sent by accident, please, ignore it. The proper version of the patch was sent earlier. Andrew.