Re: [dpdk-dev] [PATCH v2] [pktgen] Fix IPv6 addressing for set/sequence/save commands, packet headers, UI printing

2019-12-02 Thread Frank Li
pktgen with any other options, and I do believe my changes are incorporated properly, just wanted to bring this error to your attention in case it may be helpful for you. Best, Frank On Fri, Nov 29, 2019 at 4:03 PM Wiles, Keith wrote: > > > > On Nov 19, 2019, at 6:47 PM, Frank Li

[dpdk-dev] [PATCH] pktgen: Fix IPv6 addressing for set/sequence/save commands, packet headers, UI printing

2019-11-25 Thread Frank Li
longer takes in flags to specify converting IPv4/6 addresses, and will try both, returning, 4, 6, or -1 for a valid IPv4/6, invalid address, respectively. Also print IPv6 addresses in UI properly. Co-authored-by Valentin Andrei Signed-off-by: Frank Li --- app/cli-functions.c | 46

[dpdk-dev] [PATCH v2] [pktgen] Fix IPv6 addressing for set/sequence/save commands, packet headers, UI printing

2019-11-19 Thread Frank Li
longer takes in flags to specify converting IPv4/6 addresses, and will try both, returning, 4, 6, or -1 for a valid IPv4/6, invalid address, respectively. Also print IPv6 addresses in UI properly. Co-authored-by Valentin Andrei Signed-off-by: Frank Li --- app/cli-functions.c | 46

[dpdk-dev] [PATCH] [pktgen] Fix IPv6 addressing for set/sequence/save commands, packet headers, UI printing

2019-11-19 Thread Frank Li
longer takes in flags to specify converting IPv4/6 addresses, and will try both. It returns 4, 6, or -1 for a valid IPv4/6, invalid address, respectively. Also print IPv6 addresses in UI properly. Co-Authored-By: Valentin Andrei Signed-off-by: Frank Li --- app/cli-functions.c | 42