This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via e1502b233407b5dfaf530de5c3cf97a5c20ab92b (commit) from 9405b1770b78b774e7dbe6073f3f85d709541a26 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e1502b233407b5dfaf530de5c3cf97a5c20ab92b Author: Bill Fischofer bill.fischofer@linaro.org Date: Wed Jul 13 19:23:16 2016 -0500
linux-generic: pktio: remove doxygen for unused socket_id parameter
The ODP version of the _ring_create() routine does not use a socket_id parameter, so remove the doxygen that refers to it to resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2413
Signed-off-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/platform/linux-generic/include/odp_packet_io_ring_internal.h b/platform/linux-generic/include/odp_packet_io_ring_internal.h index f1188c3..d044f93 100644 --- a/platform/linux-generic/include/odp_packet_io_ring_internal.h +++ b/platform/linux-generic/include/odp_packet_io_ring_internal.h @@ -180,7 +180,6 @@ typedef struct _ring { * The name of the ring. * @param count * The size of the ring (must be a power of 2). - * @param socket_id (dummy, not included : todo) * @param flags * An OR of the following: * - RING_F_SP_ENQ: If this flag is set, the default behavior when
-----------------------------------------------------------------------
Summary of changes: platform/linux-generic/include/odp_packet_io_ring_internal.h | 1 - 1 file changed, 1 deletion(-)
hooks/post-receive