Hi Rongwei,

> -----Original Message-----
> From: Rongwei Liu <[email protected]>
> Sent: Tuesday, May 16, 2023 8:43 AM
> 
> Duplicated tag index in pattern template will most likely cause
> matching failures such as "template tag index is 0 data mask 0xff /
> tag index is 0 data mask 0xffff / end"
> 
> If the upper layer application needs to match the same tag twice
> with different masks, it should be consolidated into one rte_item
> with the desired mask.
> 
> "template tag index is 0 data mask 0xff / tag index is 0 data mask
> 0xff00 / end" should be present as "template tag index is 0 data mask
> 0xffff / end"
> 
> Cc: [email protected]
> Signed-off-by: Rongwei Liu <[email protected]>
> Acked-by: Viacheslav Ovsiienko <[email protected]>
> ---

Acked-by: Ori Kam <[email protected]>

Reply via email to