[dpdk-dev] [dpdk-stable] [v2] app/testpmd: fix PPPOES flow API
Ferruh Yigit
ferruh.yigit at intel.com
Wed Apr 8 16:44:22 CEST 2020
On 4/5/2020 4:12 PM, Ori Kam wrote:
> Hi Xiao,
>
>
>
>> -----Original Message-----
>> From: Xiao Zhang <xiao.zhang at intel.com>
>> Sent: Tuesday, March 31, 2020 4:30 PM
>> To: dev at dpdk.org
>> Cc: Ori Kam <orika at mellanox.com>; qi.z.zhang at intel.com;
>> wei.zhao1 at intel.com; Xiao Zhang <xiao.zhang at intel.com>; stable at dpdk.org
>> Subject: [v2] app/testpmd: fix PPPOES flow API
>>
>> The command line to create RTE flow for specific proto_id of PPPOES can
>> not work.
>>
>> It was:
>> testpmd> flow create 0 ingress pattern proto_id
>> proto_id [TOKEN]: match PPPoE session protocol identifier
>> testpmd> flow create 0 ingress pattern proto_id proto_id
>> proto_id [TOKEN]: match PPPoE session protocol identifier
>> testpmd> flow create 0 ingress pattern proto_id proto_id proto_id
>> proto_id [TOKEN]: match PPPoE session protocol identifier
>>
>> The proto_id can not be set with previous implementation.
>>
>> This patch is to fix this issue, and change the command line to:
>> testpmd> flow create 0 pattern pppoe_proto_id is xxxx
>>
>> Fixes: 226c6e60c35b ("ethdev: add PPPoE to flow API")
>> Cc: stable at dpdk.org
>>
>> Signed-off-by: Xiao Zhang <xiao.zhang at intel.com>
>> ---
>> v2 change the command line according to review comments.
>> ---
>
> Acked-by: Ori Kam <orika at mellanox.com>
Applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list