]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pdump/rte_pdump.h
net/sfc: implement Rx subsystem stubs
[dpdk.git] / lib / librte_pdump / rte_pdump.h
index b5f4e2f302a6892675e12e101e6ee0c8577e029a..ba6e39b09dd84d15b917813d718277e57d1438a1 100644 (file)
  * packet dump library to provide packet capturing support on dpdk.
  */
 
+#include <stdint.h>
+#include <rte_mempool.h>
+#include <rte_ring.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -197,7 +201,7 @@ rte_pdump_disable_by_deviceid(char *device_id, uint16_t queue,
  *
  * @param path
  * directory path for server or client socket.
- * @type
+ * @param type
  * specifies RTE_PDUMP_SOCKET_SERVER if socket path is for server.
  * (or)
  * specifies RTE_PDUMP_SOCKET_CLIENT if socket path is for client.