plugins: clean up plugin descriptions 34/19434/1
authorDave Wallace <[email protected]>
Tue, 23 Apr 2019 19:29:50 +0000 (15:29 -0400)
committerDave Wallace <[email protected]>
Wed, 8 May 2019 15:50:46 +0000 (11:50 -0400)
- Make plugin descriptions more consistent
  so the output of "show plugin" can be
  used in the wiki.

Change-Id: I4c6feb11e7dcc5a4cf0848eed37f1d3b035c7dda
Signed-off-by: Dave Wallace <[email protected]>
(cherry picked from commit 1d1985de91833a5483a6b7ee96ef4090d530a7a6)

29 files changed:
src/plugins/abf/abf_api.c
src/plugins/acl/acl.c
src/plugins/avf/plugin.c
src/plugins/cdp/cdp.c
src/plugins/gbp/gbp_api.c
src/plugins/gtpu/gtpu.c
src/plugins/igmp/igmp.c
src/plugins/ila/ila.c
src/plugins/ioam/encap/ip6_ioam_trace.c
src/plugins/l2e/l2e_api.c
src/plugins/lacp/lacp.c
src/plugins/lb/lb.c
src/plugins/mactime/mactime.c
src/plugins/map/map.c
src/plugins/marvell/plugin.c
src/plugins/memif/memif.c
src/plugins/nat/nat.c
src/plugins/nsh/nsh.c
src/plugins/nsim/nsim.c
src/plugins/perfmon/perfmon.c
src/plugins/pppoe/pppoe.c
src/plugins/srv6-ad/ad.c
src/plugins/srv6-am/am.c
src/plugins/srv6-as/as.c
src/plugins/stn/stn.c
src/plugins/svs/svs_api.c
src/plugins/tlsmbedtls/tls_mbedtls.c
src/plugins/tlsopenssl/tls_openssl.c
src/plugins/vmxnet3/plugin.c

index bf25669..6a7ef31 100644 (file)
@@ -320,7 +320,7 @@ VLIB_INIT_FUNCTION (abf_api_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "ACL based Forwarding",
+    .description = "Access Control List (ACL) Based Forwarding",
 };
 /* *INDENT-ON* */
 
index 1e040b6..f2f38f3 100644 (file)
@@ -92,7 +92,7 @@ _(ACL_PLUGIN_GET_CONN_TABLE_MAX_ENTRIES,acl_plugin_get_conn_table_max_entries)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Access Control Lists",
+    .description = "Access Control Lists (ACL)",
 };
 /* *INDENT-ON* */
 
index d2a043a..b512317 100644 (file)
@@ -22,7 +22,7 @@
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "Intel Adaptive Virtual Function (AVF) Device Plugin",
+  .description = "Intel Adaptive Virtual Function (AVF) Device Driver",
 };
 /* *INDENT-ON* */
 
index 08456ac..45863a0 100644 (file)
@@ -189,6 +189,7 @@ VLIB_INIT_FUNCTION (cdp_init);
 VLIB_PLUGIN_REGISTER () =
 {
   .version = VPP_BUILD_VER,
+  .description = "Cisco Discovery Protocol (CDP)",
 };
 /* *INDENT-ON* */
 
index 8d80365..bb1c5ba 100644 (file)
@@ -1188,7 +1188,7 @@ VLIB_API_INIT_FUNCTION (gbp_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Group Based Policy",
+    .description = "Group Based Policy (GBP)",
 };
 /* *INDENT-ON* */
 
index dcdbc51..cdcf7be 100644 (file)
@@ -1105,7 +1105,7 @@ VLIB_INIT_FUNCTION (gtpu_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "GTPv1-U",
+    .description = "GPRS Tunnelling Protocol, User Data (GTPv1-U)",
 };
 /* *INDENT-ON* */
 
index e12a632..7808e6c 100644 (file)
@@ -498,7 +498,7 @@ VLIB_INIT_FUNCTION (igmp_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "IGMP messaging",
+  .description = "Internet Group Management Protocol (IGMP)",
 };
 /* *INDENT-ON* */
 
index 9313872..bac7615 100644 (file)
@@ -824,7 +824,7 @@ ila_interface (u32 sw_if_index, u8 disable)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Identifier-locator addressing for IPv6",
+    .description = "Identifier Locator Addressing (ILA) for IPv6",
 };
 /* *INDENT-ON* */
 
index 148d566..ddd9ae9 100644 (file)
@@ -409,7 +409,7 @@ VLIB_CLI_COMMAND (ip6_show_ioam_trace_cmd, static) = {
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Inbound OAM",
+    .description = "Inbound Operations, Administration, and Maintenance (OAM)",
 };
 /* *INDENT-ON* */
 
index 045bc7d..69256d2 100644 (file)
@@ -148,7 +148,7 @@ VLIB_API_INIT_FUNCTION (l2e_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "L2 Emulation",
+    .description = "Layer 2 (L2) Emulation",
 };
 /* *INDENT-ON* */
 
index 473458a..cd39f96 100644 (file)
@@ -408,7 +408,7 @@ VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION (lacp_hw_interface_up_down);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Link Aggregation Control Protocol",
+    .description = "Link Aggregation Control Protocol (LACP)",
 };
 /* *INDENT-ON* */
 
index 5326433..21103cd 100644 (file)
@@ -1238,7 +1238,7 @@ int lb_vip_del(u32 vip_index)
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Load Balancer",
+    .description = "Load Balancer (LB)",
 };
 /* *INDENT-ON* */
 
index 837b317..c12fc51 100644 (file)
@@ -423,7 +423,7 @@ VNET_FEATURE_INIT (mactime_tx, static) =
 VLIB_PLUGIN_REGISTER () =
 {
   .version = VPP_BUILD_VER,
-  .description = "Time-based MAC source-address filter",
+  .description = "Time-based MAC Source Address Filter",
 };
 /* *INDENT-ON* */
 
index 6b15ee1..7a44a19 100644 (file)
@@ -2158,7 +2158,7 @@ VLIB_CLI_COMMAND(map_if_command, static) = {
 
 VLIB_PLUGIN_REGISTER() = {
   .version = VPP_BUILD_VER,
-  .description = "Mapping of address and port (MAP)",
+  .description = "Mapping of Address and Port (MAP)",
 };
 
 /* *INDENT-ON* */
index 6fe6ebe..fe67309 100644 (file)
@@ -22,7 +22,7 @@
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "Marvell Device Plugin",
+  .description = "Marvell PP2 Device Driver",
 };
 /* *INDENT-ON* */
 
index f976f16..077349f 100644 (file)
@@ -1042,7 +1042,7 @@ VLIB_INIT_FUNCTION (memif_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Packet Memory Interface (experimental)",
+    .description = "Packet Memory Interface (memif) -- Experimental",
 };
 /* *INDENT-ON* */
 
index 0cfcbf1..c286e5d 100755 (executable)
@@ -170,7 +170,7 @@ VNET_FEATURE_INIT (ip4_nat44_ed_hairpinning, static) =
 
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Network Address Translation",
+    .description = "Network Address Translation (NAT)",
 };
 /* *INDENT-ON* */
 
index b293b85..5c86ce8 100644 (file)
@@ -2533,7 +2533,7 @@ VLIB_INIT_FUNCTION (nsh_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Network Service Header",
+    .description = "Network Service Header (NSH)",
 };
 /* *INDENT-ON* */
 
index ce3396c..6035141 100644 (file)
@@ -412,7 +412,7 @@ VNET_FEATURE_INIT (nsim, static) =
 VLIB_PLUGIN_REGISTER () =
 {
   .version = VPP_BUILD_VER,
-  .description = "network delay simulator plugin",
+  .description = "Network Delay Simulator",
 };
 /* *INDENT-ON* */
 
index c6a8022..c6ee717 100644 (file)
@@ -205,7 +205,7 @@ VLIB_INIT_FUNCTION (perfmon_init);
 VLIB_PLUGIN_REGISTER () =
 {
   .version = VPP_BUILD_VER,
-  .description = "Performance monitor plugin",
+  .description = "Performance Monitor",
 #if !defined(__x86_64__)
   .default_disabled = 1,
 #endif
index 0595767..6cb9d81 100644 (file)
@@ -738,7 +738,7 @@ VLIB_INIT_FUNCTION (pppoe_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "PPPoE",
+    .description = "PPP over Ethernet (PPPoE)",
 };
 /* *INDENT-ON* */
 
index bc55bc1..9cf9eb1 100644 (file)
@@ -463,7 +463,7 @@ VLIB_INIT_FUNCTION (srv6_ad_init);
 
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "Dynamic SRv6 proxy",
+  .description = "Dynamic Segment Routing for IPv6 (SRv6) Proxy",
 };
 /* *INDENT-ON* */
 
index ce8b4d9..9e3f2a3 100644 (file)
@@ -236,7 +236,7 @@ VLIB_INIT_FUNCTION (srv6_am_init);
 
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "Masquerading SRv6 proxy",
+  .description = "Masquerading Segment Routing for IPv6 (SRv6) Proxy",
 };
 /* *INDENT-ON* */
 
index ea13fc8..7a982de 100644 (file)
@@ -573,7 +573,7 @@ VLIB_INIT_FUNCTION (srv6_as_init);
 
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "Static SRv6 proxy",
+  .description = "Static Segment Routing for IPv6 (SRv6) Proxy",
 };
 /* *INDENT-ON* */
 
index 6f5fbdb..cab2cf1 100644 (file)
@@ -279,7 +279,7 @@ VLIB_INIT_FUNCTION (stn_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "VPP Steals the NIC for Container integration",
+    .description = "VPP Steals the NIC (STN) for Container Integration",
 };
 /* *INDENT-ON* */
 
index 03941fe..f2153b3 100644 (file)
@@ -263,7 +263,7 @@ VLIB_INIT_FUNCTION (svs_api_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "Source VRF Select",
+    .description = "Source Virtual Routing and Fowarding (VRF) Select",
 };
 /* *INDENT-ON* */
 
index 52d124e..1249d9d 100644 (file)
@@ -644,7 +644,7 @@ VLIB_INIT_FUNCTION (tls_mbedtls_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "mbedtls based TLS Engine",
+    .description = "Transport Layer Security (TLS) Engine, Mbedtls Based",
 };
 /* *INDENT-ON* */
 
index d07e0f8..74f731e 100644 (file)
@@ -916,7 +916,7 @@ VLIB_INIT_FUNCTION (tls_openssl_init);
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
     .version = VPP_BUILD_VER,
-    .description = "openssl based TLS Engine",
+    .description = "Transport Layer Security (TLS) Engine, OpenSSL Based",
 };
 /* *INDENT-ON* */
 
index 8c7112d..76f1cfc 100644 (file)
@@ -22,7 +22,7 @@
 /* *INDENT-OFF* */
 VLIB_PLUGIN_REGISTER () = {
   .version = VPP_BUILD_VER,
-  .description = "VMWare Vmxnet3 Device Plugin",
+  .description = "VMWare Vmxnet3 Device Driver",
 };
 /* *INDENT-ON* */