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 <j...@semihalf.com>
net/ena: fix setting host attributes Fixes: 99ecfbf845b3 ("ena: import communication layer") Cc: sta...@dpdk.org Applied to dpdk-next-net/master, thanks.