-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ice: support IPv4 fragments in ACL filters
Enable ACL filter on PF. Add support for FRAG_IPV4 pattern and queue action. Flow rule can be created by the following command: flow create 0 ingress group 1 pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x3FFF / end actions queue index <queue id> / end Signed-off-by: Mingjin Ye <[email protected]> Acked-by: Bruce Richardson <[email protected]> Tested-by: Song Jiale <[email protected]>
- Loading branch information
1 parent
be2bd5e
commit 292bf7f
Showing
2 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters