From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Russkikh Subject: [PATCH v3 00/11] net/atlantic: bugfixes and code cleanup Date: Tue, 12 Mar 2019 15:24:49 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Pavel Belous , Igor Russkikh To: "dev@dpdk.org" Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-eopbgr790045.outbound.protection.outlook.com [40.107.79.45]) by dpdk.org (Postfix) with ESMTP id 4771611A4 for ; Tue, 12 Mar 2019 16:24:52 +0100 (CET) Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The patchset mainly fixes some Coverity issues, couple of minor bugs and overflows. It also improves eeprom get/set logic with ability of custom device address and dump length. v3: added coverity ids where known v2: better git log, line lengths, Fixes tags.=20 Igor Russkikh (7): net/atlantic: fix negative error codes net/atlantic: remove unused variable net/atlantic: extra checks for error codes net/atlantic: fix link configuration net/atlantic: eliminate excessive log levels on Rx/Tx net/atlantic: fix missing VLAN filter offload net/atlantic: fix xstats to return correct number of items Pavel Belous (3): net/atlantic: fix buffer overflow net/atlantic: use EEPROM magic as a device address net/atlantic: fix EEPROM get for small and uneven lengths drivers/net/atlantic/atl_ethdev.c | 76 ++++++++++--------- drivers/net/atlantic/atl_rxtx.c | 20 ++--- drivers/net/atlantic/atl_types.h | 7 +- drivers/net/atlantic/hw_atl/hw_atl_b0.c | 6 +- drivers/net/atlantic/hw_atl/hw_atl_utils.c | 9 ++- drivers/net/atlantic/hw_atl/hw_atl_utils.h | 23 +++--- .../net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 66 +++++++++++----- 7 files changed, 118 insertions(+), 89 deletions(-) --=20 2.17.1