mbox series

[v3,00/11] net/atlantic: bugfixes and code cleanup

Message ID cover.1552402263.git.igor.russkikh@aquantia.com (mailing list archive)
Headers
Series net/atlantic: bugfixes and code cleanup |

Message

Igor Russkikh March 12, 2019, 3:24 p.m. UTC
  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. 


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(-)
  

Comments

Ferruh Yigit March 20, 2019, 1:24 p.m. UTC | #1
On 3/12/2019 3:24 PM, Igor Russkikh wrote:
> 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. 
> 
> 
> 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

Series applied to dpdk-next-net/master, thanks.