mbox

[0/8] net/ionic: minor updates and documentation

Message ID 20201102183527.69209-1-aboyer@pensando.io (mailing list archive)
Headers

Message

Andrew Boyer Nov. 2, 2020, 6:35 p.m. UTC
  These patches make some minor changes to the ionic PMD. This is my first
patch submission to DPDK, so please let me know if there is anything amiss.

Andrew Boyer (8):
  ionic: update documentation and MAINTAINERS
  ionic: connect to the meson build system
  ionic: update ionic_if.h to the latest version
  ionic: check for devcmd/admincmd completion more frequently
  ionic: remove some unused fields
  ionic: convert 'deferred' boolean to a flag bit
  ionic: warn if RTE tries to enable loopback mode
  ionic: nits - whitespace, logging, helper variables

 MAINTAINERS                      |    5 +-
 doc/guides/nics/ionic.rst        |   13 +-
 drivers/net/ionic/ionic_dev.c    |    5 +-
 drivers/net/ionic/ionic_dev.h    |   11 +-
 drivers/net/ionic/ionic_ethdev.c |   13 +-
 drivers/net/ionic/ionic_if.h     | 1349 +++++++++++++++++++++---------
 drivers/net/ionic/ionic_lif.c    |   48 +-
 drivers/net/ionic/ionic_lif.h    |    4 +-
 drivers/net/ionic/ionic_main.c   |   40 +-
 drivers/net/ionic/ionic_osdep.h  |   10 -
 drivers/net/ionic/ionic_regs.h   |    3 -
 drivers/net/ionic/ionic_rxtx.c   |   43 +-
 drivers/net/meson.build          |    1 +
 13 files changed, 1014 insertions(+), 531 deletions(-)