[dpdk-dev] [PATCH v3 0/9] net/ionic: minor updates and documentation

Andrew Boyer aboyer at pensando.io
Fri Dec 4 21:16:37 CET 2020


These patches make some minor changes to the ionic PMD.

Signed-off-by: Andrew Boyer <aboyer at pensando.io>

---
v3:
* Fixed up false-positives from codespell and gcc 8.3/9.3

v2:
* Address Ferruh's comments (thank you!)
* Switch to net/ionic: prefix
* Leave UNMAINTAINED flag for now
* Split patch 8 into patch 8 & 9; drop whitespace changes

Andrew Boyer (9):
  net/ionic: connect ionic to the build system
  net/ionic: update interface file to the latest version
  net/ionic: update documentation and MAINTAINERS
  net/ionic: check for cmd completion more frequently
  net/ionic: remove some unused fields
  net/ionic: convert 'deferred' boolean to a flag bit
  net/ionic: warn if loopback mode is requested
  net/ionic: minor refactorings and helper variables
  net/ionic: minor logging fixups

 MAINTAINERS                        |    3 +-
 doc/guides/nics/features/ionic.ini |    2 +
 doc/guides/nics/ionic.rst          |   13 +-
 drivers/net/ionic/ionic.h          |    2 +-
 drivers/net/ionic/ionic_dev.c      |   10 +-
 drivers/net/ionic/ionic_dev.h      |   13 +-
 drivers/net/ionic/ionic_ethdev.c   |   14 +-
 drivers/net/ionic/ionic_if.h       | 1343 +++++++++++++++++++---------
 drivers/net/ionic/ionic_lif.c      |  107 ++-
 drivers/net/ionic/ionic_lif.h      |    4 +-
 drivers/net/ionic/ionic_mac_api.c  |    4 +-
 drivers/net/ionic/ionic_main.c     |   86 +-
 drivers/net/ionic/ionic_osdep.h    |   10 -
 drivers/net/ionic/ionic_regs.h     |    9 -
 drivers/net/ionic/ionic_rxtx.c     |   51 +-
 drivers/net/meson.build            |    1 +
 16 files changed, 1085 insertions(+), 587 deletions(-)

-- 
2.17.1



More information about the dev mailing list