aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/packet_io.h
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-09-03 18:34:14 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-09-03 18:34:14 +0300
commit18d9c3c4e75bedbbca88f96723f38999005f168e (patch)
tree0608aa6235a9fd8cb8a36180bc83d295cfac580c /include/odp/api/packet_io.h
parentc75da1ebd24c881b78154e10ced2a885069877c4 (diff)
Revert "api: pktio description of doxygen group"
This reverts commit c75da1ebd24c881b78154e10ced2a885069877c4. Exclude this commit from 1.3. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/packet_io.h')
-rw-r--r--include/odp/api/packet_io.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/odp/api/packet_io.h b/include/odp/api/packet_io.h
index 178d98b43..e00d011c4 100644
--- a/include/odp/api/packet_io.h
+++ b/include/odp/api/packet_io.h
@@ -19,18 +19,7 @@ extern "C" {
#endif
/** @defgroup odp_packet_io ODP PACKET IO
- * Operations on a packet Input/Output interface.
- *
- * Packet IO is the Ingress and Egress interface to ODP processing. It
- * allows manipulation of the interface for setting such attributes as
- * the mtu, mac etc.
- * Pktio is usually followed by the classifier and a default class COS
- * can be set so that the scheduler may distribute flows. The interface
- * may be used directly in polled mode with odp_pktio_recv() &
- * odp_pktio_send().
- * Diagnostic messages can be enhanced by using odp_pktio_to_u64 which
- * will generate a printable reference for a pktio handle for use with
- * the logging @ref odp_ver_abt_log_dbg.
+ * Operations on a packet.
* @{
*/