'cmdline_flow.c' change for rc2, and we can work on
the proper fix later.
>
>
> Kindest regards,
> Raslan Darawsheh
>
>> -Original Message-
>> From: dev On Behalf Of Stephen Hemminger
>> Sent: Monday, July 8, 2019 9:26 PM
>> To: dev@dpdk.org
>>
21/07/2019 15:42, Raslan Darawsheh:
> Hi Guys,
>
> We have a failure in testpmd commands when parsing rte_flow commands as
> following which were interduce by this patch:
>
> This rule is a valid rule to be added to testpmd:
> flow validate 0 priority 2 ingress group 0 pattern eth dst is
> 9
B:5C:D9:00 / end actions queue index 0 / end\n"
Kindest regards,
Raslan Darawsheh
> -Original Message-
> From: dev On Behalf Of Stephen Hemminger
> Sent: Monday, July 8, 2019 9:26 PM
> To: dev@dpdk.org
> Cc: Stephen Hemminger ; Bernard
> Iremonger
> Subject: [dp
The cmdline_parse_ether_addr does not need to be used everywhere
in testpmd. Can use rte_ether_unformat_addr instead.
As an added bonus it eliminates some code for copying.
Signed-off-by: Stephen Hemminger
Acked-by: Bernard Iremonger
---
app/test-pmd/cmdline_flow.c | 5 ++---
app/test-pmd/conf
4 matches
Mail list logo