DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 00/10] net/atlantic: bugfixes and code cleanup
@ 2019-03-09 14:03 Igor Russkikh
  2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 01/10] net/atlantic: fix negative error codes Igor Russkikh
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Igor Russkikh @ 2019-03-09 14:03 UTC (permalink / raw)
  To: dev; +Cc: Pavel Belous, Igor Russkikh

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.

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             | 75 ++++++++++---------
 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   | 64 +++++++++++-----
 7 files changed, 116 insertions(+), 88 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-03-09 15:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09 14:03 [dpdk-dev] [PATCH v2 00/10] net/atlantic: bugfixes and code cleanup Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 01/10] net/atlantic: fix negative error codes Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 02/10] net/atlantic: remove unused variable Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 03/10] net/atlantic: extra checks for error codes Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 04/10] net/atlantic: fix buffer overflow Igor Russkikh
2019-03-09 15:24   ` Stephen Hemminger
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 05/10] net/atlantic: use EEPROM magic as a device address Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 06/10] net/atlantic: fix EEPROM get for small and uneven lengths Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 07/10] net/atlantic: fix link configuration Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 08/10] net/atlantic: eliminate excessive log levels on Rx/Tx Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 09/10] net/atlantic: fix missing VLAN filter offload Igor Russkikh
2019-03-09 14:03 ` [dpdk-dev] [PATCH v2 10/10] net/atlantic: fix xstats to return correct number of items Igor Russkikh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).