]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_gre.h
doc: add missing network layers in API reference
[dpdk.git] / lib / librte_net / rte_gre.h
index ac3ddaada362f7ed85621175fd4b806d02d173df..79f0fa8ff28c2ff78b9a1bb52aa1b7895eba6180 100644 (file)
@@ -8,6 +8,17 @@
 #include <stdint.h>
 #include <rte_byteorder.h>
 
+/**
+ * @file
+ *
+ * GRE headers definition.
+ *
+ * Generic Routing Encapsulation (GRE) is a tunneling protocol that can
+ * encapsulate a wide variety of network layer protocols inside virtual
+ * point-to-point links or point-to-multipoint links over an Internet Protocol
+ * network.
+ */
+
 #ifdef __cplusplus
 extern "C" {
 #endif