summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTing Xu <ting.xu@intel.com>2023-07-04 07:36:33 +0000
committerDamjan Marion <dmarion@0xa5.net>2023-10-24 22:14:03 +0000
commit51880abac14379b06d0c8ff8f17d0b2cd502bbc0 (patch)
tree63fbe81393be24e0e5b69fcb85b6c70ec2b3ad58 /test
parente8e4b5f9af01b1afa5ba90f0e61fbf924c1c667b (diff)
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
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions