ethdev: update flow item GTP QFI definition
authorRaslan Darawsheh <rasland@nvidia.com>
Tue, 23 Mar 2021 12:11:34 +0000 (14:11 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 14 Apr 2021 12:17:41 +0000 (14:17 +0200)
commit7d96f5717a693546933aff4f6623c94976150c5b
tree1809b5dffc6c6163eb4c7077ca754db4656c5b64
parent312312e928c71cb6b45aeaab2b421d059897dd07
ethdev: update flow item GTP QFI definition

'qfi' field is 8 bits which represent single bit for
PPP (paging Policy Presence) single bit for RQI
(Reflective QoS Indicator) and 6 bits for QFI
(QoS Flow Identifier)
This is based on RFC 38415-g30
https://www.3gpp.org/ftp/Specs/archive/38_series/38.415/38415-g30.zip

Updated the doxygen comment and the mask for 'qfi'
to properly identify the full 8 bits of the field.

note: changing the default mask would cause different
patterns generated by testpmd.

Fixes: 346553db5bd1 ("ethdev: add GTP extension header to flow API")
Cc: stable@dpdk.org
Signed-off-by: Raslan Darawsheh <rasland@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
doc/guides/testpmd_app_ug/testpmd_funcs.rst
lib/librte_ethdev/rte_flow.h