What can I help you with?
NVIDIA DPDK Documentation MLNX_DPDK_22.11_2310.5.1 LTS

Allow / Forbid Duplicate Rules Insertion

The new device argument 'allow_duplicate_pattern` is used to generate errors when duplicated rules are trying to be inserted. The new device argument could be set to either of the following values:

  • 0: Prevent from inserting flow rules with the same pattern of rte_flow items in non-root tables.

  • 1: Allow inserting rules with the same pattern items. By default, the PMD will set it to 1 to keep the previous behavior

Set it to 0 if forbid, for example:

Copy
Copied!
            

-a <PCI_BDF>,allow_duplicate_pattern=0

© Copyright 2024, NVIDIA. Last updated on Jan 9, 2025.