[dpdk-web] [PATCH v3 0/5] clean-up NICs list and add Aquantia

Thomas Monjalon thomas at monjalon.net
Wed Nov 21 01:11:12 CET 2018


When trying to add a new vendor (Aquantia) to the NICs list,
it has been discussed to sort by name instead of renumbering weights.

This v3 is doing more cleanups and fix the messed output of the list.


Igor Russkikh (1):
  add Aquantia devices to supported NICs

Thomas Monjalon (4):
  remove useless metadata
  rename NICs directory
  simplify NICs list
  add driver names in NICs list

 content/_index.md                               | 4 ++--
 content/supported/_index.md                     | 3 ++-
 content/supported/nics/_index.md                | 4 ++++
 content/supported/{NICs => nics}/amazon.md      | 4 +---
 content/supported/nics/aquantia.md              | 7 +++++++
 content/supported/{NICs => nics}/atomicrules.md | 4 +---
 content/supported/{NICs => nics}/broadcom.md    | 4 +---
 content/supported/{NICs => nics}/cavium.md      | 4 +---
 content/supported/{NICs => nics}/chelsio.md     | 4 +---
 content/supported/{NICs => nics}/cisco.md       | 4 +---
 content/supported/{NICs => nics}/intel.md       | 4 +---
 content/supported/{NICs => nics}/marvell.md     | 4 +---
 content/supported/{NICs => nics}/mellanox.md    | 4 +---
 content/supported/{NICs => nics}/netcope.md     | 4 +---
 content/supported/{NICs => nics}/netronome.md   | 4 +---
 content/supported/{NICs => nics}/nxp.md         | 4 +---
 content/supported/{NICs => nics}/solarflare.md  | 4 +---
 content/supported/others.md                     | 5 ++---
 content/supported/paravirtualization.md         | 3 +--
 19 files changed, 31 insertions(+), 47 deletions(-)
 create mode 100644 content/supported/nics/_index.md
 rename content/supported/{NICs => nics}/amazon.md (70%)
 create mode 100644 content/supported/nics/aquantia.md
 rename content/supported/{NICs => nics}/atomicrules.md (73%)
 rename content/supported/{NICs => nics}/broadcom.md (73%)
 rename content/supported/{NICs => nics}/cavium.md (88%)
 rename content/supported/{NICs => nics}/chelsio.md (72%)
 rename content/supported/{NICs => nics}/cisco.md (71%)
 rename content/supported/{NICs => nics}/intel.md (93%)
 rename content/supported/{NICs => nics}/marvell.md (80%)
 rename content/supported/{NICs => nics}/mellanox.md (82%)
 rename content/supported/{NICs => nics}/netcope.md (71%)
 rename content/supported/{NICs => nics}/netronome.md (69%)
 rename content/supported/{NICs => nics}/nxp.md (80%)
 rename content/supported/{NICs => nics}/solarflare.md (73%)

-- 
2.19.0



More information about the web mailing list