Message ID | 1482957192-6754-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | dd3031076b80cf6d8b9df6024c44555c77b150fb |
Headers | show |
Merged to api-next. Might be my artefact from vim. I must be more careful this it. Thanks for finding it. Maxim. On 12/28/16 23:33, Bill Fischofer wrote: > Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> > --- > include/odp/api/spec/packet_io.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h > index 2dabfcc..85cd6d1 100644 > --- a/include/odp/api/spec/packet_io.h > +++ b/include/odp/api/spec/packet_io.h > @@ -189,7 +189,7 @@ typedef struct odp_pktin_queue_param_t { > > /** Number of input queues to be created > * > - * When classifier is enabled in odp_ipktin_queue_config() this > + * When classifier is enabled in odp_pktin_queue_config() this > * value is ignored, otherwise at least one queue is required. > * More than one input queues require flow hashing configured. > * The maximum value is defined by pktio capability 'max_input_queues'. >
diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h index 2dabfcc..85cd6d1 100644 --- a/include/odp/api/spec/packet_io.h +++ b/include/odp/api/spec/packet_io.h @@ -189,7 +189,7 @@ typedef struct odp_pktin_queue_param_t { /** Number of input queues to be created * - * When classifier is enabled in odp_ipktin_queue_config() this + * When classifier is enabled in odp_pktin_queue_config() this * value is ignored, otherwise at least one queue is required. * More than one input queues require flow hashing configured. * The maximum value is defined by pktio capability 'max_input_queues'.
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/spec/packet_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.4