[dpdk-users] pktgen-dpdk range for udp proto seems not working

Vincent Li vincent.mc.li at gmail.com
Fri Apr 22 20:42:35 CEST 2016


here is a diff to add the range.proto in help menu:

# git diff
diff --git a/app/cmd-functions.c b/app/cmd-functions.c
index b2fda7c..c348e73 100644
--- a/app/cmd-functions.c
+++ b/app/cmd-functions.c
@@ -303,6 +303,8 @@ const char *help_info[] = {
        "pkt.size max <portlist> value      - Set pkt size maximum address",
        "pkt.size inc <portlist> value      - Set pkt size increment address",
        "range <portlist> <state>           - Enable or Disable the
given portlist for sending a range of packets",
+       "range.proto <portlist> [tcp|udp|icmp]",
+       "                                   - Set ip proto for sending
a range of packets",
        "",
        "<<PageBreak>>",
        "       Flags: P---------------- - Promiscuous mode enabled",

I also noticed that the range.proto setting can not be saved when
running "save <path to file>" command, not sure how to patch that up.



On Fri, Apr 22, 2016 at 11:31 AM, Vincent Li <vincent.mc.li at gmail.com> wrote:
>>
>> Am I miss anything?
>
> sorry I missed the 'range.proto 0 udp' setting in the script file, the
> range setting is not in help menu, probably should update the help
> menu


More information about the users mailing list