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 767C7A05D3 for ; Tue, 21 May 2019 14:55:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 375CB10BD; Tue, 21 May 2019 14:55:30 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 87C8710BD for ; Tue, 21 May 2019 14:55:28 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B0D623086272; Tue, 21 May 2019 12:55:20 +0000 (UTC) Received: from [10.36.118.41] (unknown [10.36.118.41]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9A5BB665F4; Tue, 21 May 2019 12:55:16 +0000 (UTC) To: Igor Russkikh , "stable@dpdk.org" Cc: Pavel Belous References: From: Kevin Traynor Message-ID: <3fe909ad-beef-2519-2a85-20133203bc28@redhat.com> Date: Tue, 21 May 2019 13:55:15 +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.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 21 May 2019 12:55:25 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH v2 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 21/05/2019 09:55, 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 > > v2: > > rebased to 18-11 tip, > added 9e6d1ab84ba7 commit. Thanks Igor. Fixed some commit messages/trailing whitespace and applied.