From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 8CED7A05D3 for ; Mon, 20 May 2019 18:20:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 635524C80; Mon, 20 May 2019 18:20:48 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D412D4C80 for ; Mon, 20 May 2019 18:20:46 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9955D3082B1E; Mon, 20 May 2019 16:20:32 +0000 (UTC) Received: from [10.36.118.41] (unknown [10.36.118.41]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9594D5DE73; Mon, 20 May 2019 16:20:29 +0000 (UTC) To: Igor Russkikh , "stable@dpdk.org" Cc: Pavel Belous References: From: Kevin Traynor Message-ID: Date: Mon, 20 May 2019 17:20:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.45]); Mon, 20 May 2019 16:20:45 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH 18.11 00/10] Aquantia atlantic bugfixes 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 18/05/2019 10:47, Igor Russkikh wrote: > This patchset contains various bugfixes found during verification > and integration testing. > > Most notable is eeprom access cleanup, fix for broadcast filter, > flow control logic tracking, some code style cleanups. > > Backported patchset > > https://patches.dpdk.org/cover/53130/ > > to 18.11 stable > Hi Igor, some of these patches won't apply, can you rebase against the latest on dpdk-stable 18.11 branch. Kevin. > Igor Russkikh (5): > net/atlantic: enable broadcast traffic > net/atlantic: extra line at eof > net/atlantic: fix max eeprom size > net/atlantic: validity check for eeprom dev address > net/atlantic: fix link configuration > > Pavel Belous (5): > net/atlantic: error handling for mailbox access > net/atlantic: eeprom get/set should consider offset > net/atlantic: bad logic with offsets talking with firmware > net/atlantic: flow control settings synchronization on rx > net/atlantic: use capability bits to detect eeprom access > > drivers/net/atlantic/atl_ethdev.c | 102 +++++++++----- > drivers/net/atlantic/atl_rxtx.c | 1 - > drivers/net/atlantic/atl_types.h | 9 +- > drivers/net/atlantic/hw_atl/hw_atl_b0.c | 8 ++ > drivers/net/atlantic/hw_atl/hw_atl_b0.h | 2 + > drivers/net/atlantic/hw_atl/hw_atl_utils.c | 14 +- > drivers/net/atlantic/hw_atl/hw_atl_utils.h | 16 +-- > .../net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 130 +++++++++++++----- > 8 files changed, 193 insertions(+), 89 deletions(-) >