From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/ena: solve problem with host attributes Date: Tue, 7 Feb 2017 14:11:05 +0000 Message-ID: References: <1486382216-11332-1-git-send-email-jpa@semihalf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: dpdk stable To: Jakub Palider , dev@dpdk.org Return-path: In-Reply-To: <1486382216-11332-1-git-send-email-jpa@semihalf.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.