Bonding was the only in-tree net PMD without an entry in
doc/guides/nics/features, so it did not appear in the driver
overview table.

Add bonding.ini covering the features the driver implements
itself. Offloads that are only intersected from the members are
left unset, since those describe the members rather than the
bonding device.

Signed-off-by: Stephen Hemminger <[email protected]>
---
 doc/guides/nics/features/bonding.ini | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 doc/guides/nics/features/bonding.ini

diff --git a/doc/guides/nics/features/bonding.ini 
b/doc/guides/nics/features/bonding.ini
new file mode 100644
index 0000000000..79bd47d3f2
--- /dev/null
+++ b/doc/guides/nics/features/bonding.ini
@@ -0,0 +1,28 @@
+;
+; Supported features of the 'bonding' network poll mode driver.
+;
+; Refer to default.ini for the full list of available PMD features.
+;
+[Features]
+Speed capabilities   = Y
+Link speed configuration = Y
+Link status          = Y
+Link status event    = Y
+Fast mbuf free       = Y
+MTU update           = Y
+Promiscuous mode     = Y
+Allmulticast mode    = Y
+Unicast MAC filter   = Y
+RSS hash             = Y
+RSS key update       = Y
+RSS reta update      = Y
+VLAN filter          = Y
+Basic stats          = Y
+Extended stats       = Y
+FreeBSD              = Y
+Linux                = Y
+ARMv8                = Y
+Power8               = Y
+x86-32               = Y
+x86-64               = Y
+Usage doc            = Y
-- 
2.53.0

Reply via email to