On 4/5/2020 4:12 PM, Ori Kam wrote: > Hi Xiao, > > > >> -----Original Message----- >> From: Xiao Zhang <[email protected]> >> Sent: Tuesday, March 31, 2020 4:30 PM >> To: [email protected] >> Cc: Ori Kam <[email protected]>; [email protected]; >> [email protected]; Xiao Zhang <[email protected]>; [email protected] >> 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: [email protected] >> >> Signed-off-by: Xiao Zhang <[email protected]> >> --- >> v2 change the command line according to review comments. >> --- > > Acked-by: Ori Kam <[email protected]>
Applied to dpdk-next-net/master, thanks.

