]> git.droids-corp.org - dpdk.git/commit
net/enic: support GTP header flow matching
authorJohn Daley <johndale@cisco.com>
Thu, 28 Oct 2021 20:04:24 +0000 (13:04 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 4 Nov 2021 11:34:46 +0000 (12:34 +0100)
commitdb79f2d5c9f7366004a843e4c65415ac5e1c42a7
treec0c36b18e96974b8fe0f6cb90fe7f685f2c3937f
parent285725d93bd3087a7586ba81a640770da1371500
net/enic: support GTP header flow matching

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 <johndale@cisco.com>
Reviewed-by: Hyong Youb Kim <hyonkim@cisco.com>
doc/guides/nics/enic.rst
doc/guides/nics/features/enic.ini
doc/guides/rel_notes/release_21_11.rst
drivers/net/enic/enic_fm_flow.c