RegEx Acceleration

NVIDIA® BlueField® DPU supports high-speed RegEx acceleration. This allows the host to offload multiple RegEx jobs to the DPU. This feature can be used from the host or from the Arm side.

An application using this feature typically loads a compiled rule set to the BlueField RegEx engines and sends jobs for processing. For each job, the RegEx engine will return a list of matches (e.g. matching rule, offset, length).

An example and standard API for loading the rules and sending RegEx jobs is available through DPDK.

For more details on RegEx Acceleration, please refer to DOCA documentation which can be accessed through this webpage.

For a RegEx compiler, please contact NVIDIA Support.

The RegEx application can run either from the host or Arm side. Before running the application, users must perform the following:

Copy
Copied!
            

host$ sudo /etc/init.d/openibd stop # Enable host access to the RegEx engine as root user dpu$ echo 1 > /sys/bus/pci/devices/0000\:03\:00.0/regex/pf/regex_en

© Copyright 2023, NVIDIA. Last updated on Oct 3, 2023.