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 37b430cb9e8f6834a3c76ab108489cec719b9e32 (commit) via 4d38a376cd9976dfbeb565e509c028d07dfb1ed8 (commit) from c16af6486eea240609f334b1bdc81a11404275de (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 37b430cb9e8f6834a3c76ab108489cec719b9e32 Author: Matias Elo matias.elo@nokia.com Date: Mon Oct 9 14:34:10 2017 +0300
example: classifier: enable classifier in input queue parameters
Enable packet classifier following the latest API spec.
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/example/classifier/odp_classifier.c b/example/classifier/odp_classifier.c index d67fe5ac..691eb196 100644 --- a/example/classifier/odp_classifier.c +++ b/example/classifier/odp_classifier.c @@ -229,6 +229,7 @@ static odp_pktio_t create_pktio(const char *dev, odp_pool_t pool)
odp_pktin_queue_param_init(&pktin_param); pktin_param.queue_param.sched.sync = ODP_SCHED_SYNC_ATOMIC; + pktin_param.classifier_enable = 1;
if (odp_pktin_queue_config(pktio, &pktin_param)) { EXAMPLE_ERR("pktin queue config failed for %s\n", dev);
commit 4d38a376cd9976dfbeb565e509c028d07dfb1ed8 Author: Matias Elo matias.elo@nokia.com Date: Wed May 31 10:55:05 2017 +0300
validation: packet: remove old unused define
Signed-off-by: Matias Elo matias.elo@nokia.com Reviewed-by: Bill Fischofer bill.fischofer@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/test/common_plat/validation/api/packet/packet.c b/test/common_plat/validation/api/packet/packet.c index 10e011df..64165464 100644 --- a/test/common_plat/validation/api/packet/packet.c +++ b/test/common_plat/validation/api/packet/packet.c @@ -12,7 +12,6 @@ #include <odp_cunit_common.h> #include "packet.h"
-#define PACKET_BUF_LEN ODP_CONFIG_PACKET_SEG_LEN_MIN /* Reserve some tailroom for tests */ #define PACKET_TAILROOM_RESERVE 4 /* Number of packets in the test packet pool */
-----------------------------------------------------------------------
Summary of changes: example/classifier/odp_classifier.c | 1 + test/common_plat/validation/api/packet/packet.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive