Hi Hariprasad,
> -Original Message-
> From: Govindharajan, Hariprasad
> Sent: Thursday, February 20, 2020 1:27 PM
> To: Lu, Wenzhuo ; Wu, Jingjing
> ; Iremonger, Bernard
>
> Cc: dev@dpdk.org; Yigit, Ferruh ;
> step...@networkplumber.org; david.march...@redhat.com;
> Govindharajan, Haripr
The function parse_port_list() is designed to return
unsigned int value. After sanitizing the inputs,
it is returning -1. Changed it to return 0.
Fixes: 2df00d562d20 ("app/testpmd: add --portlist option")
Cc: hariprasad.govindhara...@intel.com
Signed-off-by: Hariprasad Govindharajan
---
app/tes
On 9/30/2019 9:23 AM, Ye Xiaolong wrote:
> On 09/29, Qi Zhang wrote:
>> The patch fix the issue that return value in parse_vc_action_rss
>> be overwritten unexpectly. That cause an rte_flow creation command
>> with rss action does not work.
>>
>> For example:
>>
>> testpmd> flow create 0 ingress pa
On 09/29, Qi Zhang wrote:
>The patch fix the issue that return value in parse_vc_action_rss
>be overwritten unexpectly. That cause an rte_flow creation command
>with rss action does not work.
>
>For example:
>
>testpmd> flow create 0 ingress pattern eth / ipv4 / end \
>actions rss types ipv4 end /
The patch fix the issue that return value in parse_vc_action_rss
be overwritten unexpectly. That cause an rte_flow creation command
with rss action does not work.
For example:
testpmd> flow create 0 ingress pattern eth / ipv4 / end \
actions rss types ipv4 end / end
We will get error "Bad Agumen
5 matches
Mail list logo