Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix LBR_NFA_VSHUF compilation errors #391

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 6, 2023

  1. scratch: remove quick validity check

    Roll back fix for github issue intel#350
    
    About Scratch Usage:
    For compile time, scratch space is strongly recommended to be
    allocated immediately after database generation.
    For runtime, besides using scratch for corresponding database,
    Hyperscan also allows user to use larger scratch space allocated
    for another database.
    When multiple concurrent threads need to use the same databases
    and a new scratch space is required, cloning the largest one is
    always safe. This is realized based on API hs_scratch_size() and
    hs_clone_scratch().
    Behaviors beyond above are discouraged and results are undefined.
    hongyang7 authored and fatchanghao committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f129147 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. fix LBR_NFA_VSHUF compilation errors

    purperzhang committed Mar 8, 2023
    1 Configuration menu
    Copy the full SHA
    67f0b43 View commit details
    Browse the repository at this point in the history