]> git.droids-corp.org - dpdk.git/commit
acl: fix rules with 8-byte field size
authorKonstantin Ananyev <konstantin.v.ananyev@yandex.ru>
Sun, 15 May 2022 20:03:18 +0000 (21:03 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 30 May 2022 21:30:33 +0000 (23:30 +0200)
commit451098159c2209bc5c395a30d2dae325af93e8c2
tree273613ae47217a35a364e54b9febc1bb991646c9
parent64fcadeac0f70c8c9c215196a3d580b4ad37dcdc
acl: fix rules with 8-byte field size

In theory ACL library allows fields with 8B long.
Though in practice they usually not used, not tested,
and as was revealed by Ido, this functionality is not working properly.
There are few places inside ACL build code-path that need to be addressed.

Bugzilla ID: 673
Fixes: dc276b5780c2 ("acl: new library")
Cc: stable@dpdk.org
Reported-by: Ido Goshen <ido@cgstowernetworks.com>
Signed-off-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
Tested-by: Ido Goshen <ido@cgstowernetworks.com>
lib/acl/acl_bld.c