dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Keith Wiles <keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH] Add external parser support for unknown commands.
Date: Mon, 3 Nov 2014 10:41:30 +0000	[thread overview]
Message-ID: <20141103104129.GA4840@bricha3-MOBL3> (raw)
In-Reply-To: <1414967308-69530-1-git-send-email-keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>

On Sun, Nov 02, 2014 at 04:28:28PM -0600, Keith Wiles wrote:
> Allow for a external parser to handle the command line if the
> command is not found and the developer has called the routine
> int cmdline_set_external_parser(struct cmdline * cl,
>                                 cmdline_external_parser_t parser);
> function to set the function pointer.
> 
> The function for the external parser function should return CMDLINE_PARSE_NOMATCH
> if not able to match the command requested or zero is handled.
> 
> Prototype of external routine:
> int (*cmdline_external_parser_t)(struct cmdline * cl, const char * buy);
> 
> Signed-off-by: Keith Wiles <keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>

Hi Keith,

what is the expected use case for this? Is it for embedding other programming languages alongside the existing DPDK command-line or some other purpose? [Perhaps the use case could be called out in the patch description]

/Bruce

  parent reply	other threads:[~2014-11-03 10:41 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-02 22:28 [PATCH] Add external parser support for unknown commands Keith Wiles
     [not found] ` <1414967308-69530-1-git-send-email-keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-03 10:41   ` Bruce Richardson [this message]
2014-11-03 14:08     ` Wiles, Roger Keith
     [not found]       ` <307F2C60-7638-40C8-A9BC-DC3EE3D59F8C-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-03 14:16         ` Bruce Richardson
2014-11-03 14:25           ` Wiles, Roger Keith
     [not found]             ` <7D39110F-D305-4C48-8BD6-37F6DCD2E434-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-03 16:06               ` Neil Horman
     [not found]                 ` <20141103160602.GA6625-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-11-03 16:50                   ` Wiles, Roger Keith
     [not found]                     ` <6F166021-567F-4B30-8EAE-EDB68A86C6CC-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-03 23:26                       ` Stephen Hemminger
2014-11-03 23:42                         ` Neil Horman
     [not found]                           ` <20141103234230.GA2660-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-11-04  4:52                             ` Wiles, Roger Keith
     [not found]                               ` <35090085-66D7-4F23-9867-A0DCC09E7DDD-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-04 11:27                                 ` Neil Horman
     [not found]                                   ` <20141104112742.GB9995-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-11-04 14:44                                     ` Wiles, Roger Keith
     [not found]                                       ` <6F5C8CE3-5882-4222-BF8F-B8A29A3EB1BD-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-04 19:29                                         ` Neil Horman
     [not found]                                           ` <20141104192904.GD9995-B26myB8xz7F8NnZeBjwnZQMhkBWG/bsMQH7oEaQurus@public.gmane.org>
2014-11-04 20:45                                             ` Wiles, Roger Keith
     [not found]                                               ` <394E147B-5A0E-4557-8FD0-496BA25A4CB6-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org>
2014-11-05 15:11                                                 ` Neil Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141103104129.GA4840@bricha3-MOBL3 \
    --to=bruce.richardson-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=keith.wiles-CWA4WttNNZF54TAoqtyWWQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).