From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AA3E5376C; Tue, 7 Feb 2017 15:11:08 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 07 Feb 2017 06:11:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="818060025" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2017 06:11:05 -0800 To: Jakub Palider , dev@dpdk.org References: <1486382216-11332-1-git-send-email-jpa@semihalf.com> Cc: dpdk stable From: Ferruh Yigit Message-ID: Date: Tue, 7 Feb 2017 14:11:05 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1486382216-11332-1-git-send-email-jpa@semihalf.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] net/ena: solve problem with host attributes 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, 07 Feb 2017 14:11:09 -0000 On 2/6/2017 11:56 AM, Jakub Palider wrote: > The hardware may reject adding host_info in case support for > host_info is missing in the list of supported features. On the > other hand the list of supported featues may contain support > for the host_info - typical bootstrap problem. > This patch solves it by removing check against support for > host_info attribute and improves error handling by reacting > only to host attribute write failure to the hardware. > > v2 changes: > - added Signed-off > > Signed-off-by: Jakub Palider net/ena: fix setting host attributes Fixes: 99ecfbf845b3 ("ena: import communication layer") Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.