Hi,

> -----Original Message-----
> From: Rongwei Liu <[email protected]>
> Sent: Tuesday, July 13, 2021 1:50 PM
> To: Matan Azrad <[email protected]>; Slava Ovsiienko
> <[email protected]>; Ori Kam <[email protected]>; NBU-Contact-
> Thomas Monjalon <[email protected]>; Xiaoyun Li
> <[email protected]>
> Cc: [email protected]; Raslan Darawsheh <[email protected]>
> Subject: [PATCH v6 2/2] app/testpmd: support VXLAN header last 8-bits
> matching
Small change I guess can be done while integration:
"app/testpmd: support matching reserved filed for VXLAN"
> 
> Add a new testpmd pattern field 'last_rsvd' that supports the
> last 8-bits matching of VXLAN header.
> 
> The examples for the "last_rsvd" pattern field are as below:
> 
> 1. ...pattern eth / ipv4 / udp / vxlan last_rsvd is 0x80 / end ...
> 
> This flow will exactly match the last 8-bits to be 0x80.
> 
> 2. ...pattern eth / ipv4 / udp / vxlan last_rsvd spec 0x80
> vxlan mask 0x80 / end ...
> 
> This flow will only match the MSB of the last 8-bits to be 1.
> 
> Signed-off-by: Rongwei Liu <[email protected]>
> Acked-by: Viacheslav Ovsiienko <[email protected]>
Otherwise,
Acked-by: Raslan Darawsheh <[email protected]>

Reply via email to