Re: [dpdk-dev] [PATCH v3] net/enic: support GTP header flow matching
From: Ferruh Yigit <hidden>
Date: 2021-11-04 11:36:17
From: Ferruh Yigit <hidden>
Date: 2021-11-04 11:36:17
On 10/28/2021 9:04 PM, John Daley wrote:
The GTP, GTP-U, GTP-C header fields can be matched, however NIC does not support GTP tunneling so no items after the GTP header can be specified. If a GTP-U or GTP-C item is specified without a preceding UDP item, the UDP destination port is implicitly matched. For GTP, the destination UDP port must be specified but its value is not enforced. Signed-off-by: John Daley <redacted> Reviewed-by: Hyong Youb Kim <redacted>
Applied to dpdk-next-net/main, thanks.