dpdk: fix variable type in pattern parsing 98/39198/2
authorTing Xu <ting.xu@intel.com>
Tue, 4 Jul 2023 07:36:33 +0000 (07:36 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 24 Oct 2023 22:14:03 +0000 (22:14 +0000)
commit51880abac14379b06d0c8ff8f17d0b2cd502bbc0
tree63fbe81393be24e0e5b69fcb85b6c70ec2b3ad58
parente8e4b5f9af01b1afa5ba90f0e61fbf924c1c667b
dpdk: fix variable type in pattern parsing

In current pattern parsing function in DPDK, some of the variables of
packet length are defined as uint8_t, which are too small for some
large-size packets, such as srv6. Change the type to uint16_t.

Type: fix

Signed-off-by: Ting Xu <ting.xu@intel.com>
Change-Id: I06819e9716da098ca456c0405f0e6fd9a8eb0bc9
build/external/patches/dpdk_23.03/v1-0001-net-fix-pkt-length-type-for-raw-pattern.patch [new file with mode: 0644]