L2 Reflector

L2 Reflector (PDF)

NVIDIA DOCA L2 Reflector Application Guide

This document provides an L2 reflector implementation on top of the NVIDIA® BlueField®-3 DPU.

The BlueField-3 DPU supports high-speed DPA. Data path accelerator allows for accelerated packet processing and manipulation.

DOCA Layer-2 (L2) Reflector uses the DPA engine to intercept network traffic and swap the source and destination MAC addresses of each packet.

The application accepts traffic from specific port given as an argument and leverage the DPA capabilities for accelerated processing.

The following figure shows a view of the high-level components of the application:

system-design-diagram.png

DOCA L2 Reflector runs on top of FlexIO SDK to configure the DPA engine.

architecture-diagram.png

The FlexIO application consist of two parts:

  • Host side – responsible for allocating resources and loading them to the DPA
  • Device side – core processing logic of the application which swaps the MACs on the DPA

For more information, please refer to the NVIDIA DOCA FlexIO SDK Programming Guide.

This application leverages the following DOCA driver:

This section lists the application's configuration flow which includes different FlexIO functions and wrappers.

  1. Parse application argument.
    1. Initialize arg parser resources and register DOCA general parameters.
      Copy
      Copied!
                  

      doca_argp_init();

    2. Register the application's parameters.
      Copy
      Copied!
                  

      register_l2_reflector_params();

    3. Parse the arguments.
      Copy
      Copied!
                  

      doca_argp_start();

  2. Setup the InfiniBand device.
    Copy
    Copied!
                

    l2_reflector_setup_ibv_device();

  3. Setup the DPA device.
    Copy
    Copied!
                

    l2_reflector_setup_device();

  4. Allocate the device's resources.
    Copy
    Copied!
                

    l2_reflector_allocate_device_resources();

  5. Run initialization function on the device:
    Copy
    Copied!
                

    flexio_process_call();

  6. Create the steering rule.
    Copy
    Copied!
                

    l2_reflector_create_steering_rule();

  7. Start the event handler on the device.
    Copy
    Copied!
                

    flexio_event_handler_run();

  8. Main loop.
    Copy
    Copied!
                

    while (!force_quit) sleep(10);

  9. Cleanup the resources.
    Copy
    Copied!
                

    l2_reflector_destroy();

NVIDIA BlueField-3 DPU is required.

  1. Refer to the following documents:
  2. The L2 Reflector binary is located under /opt/mellanox/doca/applications/l2_reflector/bin/l2_reflector. To build all the applications together, run:
    Copy
    Copied!
                

    cd /opt/mellanox/doca/applications/ meson build ninja -C build


  3. To build only the allreduce application:
    1. Edit the following flags in /opt/mellanox/doca/applications/meson_option.txt:
      • Set enable_all_applications to false
      • Set enable_l2_reflector to true
    2. Run the commands in step 2.
      Note:

      l2_reflector will be created under ./build/l2_reflector/src/host/.

    Application usage:

    Copy
    Copied!
                

    Usage: l2_reflector [DOCA Flags] [Program Flags] DOCA Flags: -h, --help Print a help synopsis -v, --version Print program version information -l, --log-level Set the log level for the program <CRITICAL=20, ERROR=30, WARNING=40, INFO=50, DEBUG=60> Program Flags: -d, --device <device name> Device name

    Note:

    For additional information on the application, use -h:

    Copy
    Copied!
                

    /opt/mellanox/doca/applications/l2_reflector/bin/l2_reflector -h


  4. CLI example for running the application on BlueField/host:
    Copy
    Copied!
                

    /opt/mellanox/doca/applications/l2_reflector/bin/l2_reflector -d mlx5_0

  5. To run l2_reflector using a JSON file:
    Copy
    Copied!
                

    <application name> --json [json_file]

    For example:
    Copy
    Copied!
                

    cd /opt/mellanox/doca/applications/l2_reflector/bin ./l2_reflector –-json ./l2_reflector_params.json


Refer to NVIDIA DOCA Arg Parser User Guide for more information.

Flag Type Short Flag Long Flag/JSON Key Description JSON Content
General Flags l log-level Sets the log level for the application:
  • CRITICAL=20
  • ERROR=30
  • WARNING=40
  • INFO=50
  • DEBUG=60
Copy
Copied!
            

"log-level": 60

v version Print program version information N/A
h help Prints a help synopsis N/A
Program Flags d device Device name
Copy
Copied!
            

"device": mlx5_0

  • /opt/mellanox/doca/applications/l2_reflector/src/common/l2_reflector_common.h
  • /opt/mellanox/doca/applications/l2_reflector/src/device/l2_reflector_device.c
  • /opt/mellanox/doca/applications/l2_reflector/src/host/l2_reflector_core.c
  • /opt/mellanox/doca/applications/l2_reflector/src/host/l2_reflector_core.h
  • /opt/mellanox/doca/applications/l2_reflector/src/host/l2_reflector.c
  • /opt/mellanox/doca/applications/l2_reflector/bin/l2_reflector_params.json

Notice

This document is provided for information purposes only and shall not be regarded as a warranty of a certain functionality, condition, or quality of a product. NVIDIA Corporation nor any of its direct or indirect subsidiaries and affiliates (collectively: “NVIDIA”) make no representations or warranties, expressed or implied, as to the accuracy or completeness of the information contained in this document and assume no responsibility for any errors contained herein. NVIDIA shall have no liability for the consequences or use of such information or for any infringement of patents or other rights of third parties that may result from its use. This document is not a commitment to develop, release, or deliver any Material (defined below), code, or functionality.

NVIDIA reserves the right to make corrections, modifications, enhancements, improvements, and any other changes to this document, at any time without notice.

Customer should obtain the latest relevant information before placing orders and should verify that such information is current and complete.

NVIDIA products are sold subject to the NVIDIA standard terms and conditions of sale supplied at the time of order acknowledgement, unless otherwise agreed in an individual sales agreement signed by authorized representatives of NVIDIA and customer (“Terms of Sale”). NVIDIA hereby expressly objects to applying any customer general terms and conditions with regards to the purchase of the NVIDIA product referenced in this document. No contractual obligations are formed either directly or indirectly by this document.

NVIDIA products are not designed, authorized, or warranted to be suitable for use in medical, military, aircraft, space, or life support equipment, nor in applications where failure or malfunction of the NVIDIA product can reasonably be expected to result in personal injury, death, or property or environmental damage. NVIDIA accepts no liability for inclusion and/or use of NVIDIA products in such equipment or applications and therefore such inclusion and/or use is at customer’s own risk.

NVIDIA makes no representation or warranty that products based on this document will be suitable for any specified use. Testing of all parameters of each product is not necessarily performed by NVIDIA. It is customer’s sole responsibility to evaluate and determine the applicability of any information contained in this document, ensure the product is suitable and fit for the application planned by customer, and perform the necessary testing for the application in order to avoid a default of the application or the product. Weaknesses in customer’s product designs may affect the quality and reliability of the NVIDIA product and may result in additional or different conditions and/or requirements beyond those contained in this document. NVIDIA accepts no liability related to any default, damage, costs, or problem which may be based on or attributable to: (i) the use of the NVIDIA product in any manner that is contrary to this document or (ii) customer product designs.

No license, either expressed or implied, is granted under any NVIDIA patent right, copyright, or other NVIDIA intellectual property right under this document. Information published by NVIDIA regarding third-party products or services does not constitute a license from NVIDIA to use such products or services or a warranty or endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property rights of the third party, or a license from NVIDIA under the patents or other intellectual property rights of NVIDIA.

Reproduction of information in this document is permissible only if approved in advance by NVIDIA in writing, reproduced without alteration and in full compliance with all applicable export laws and regulations, and accompanied by all associated conditions, limitations, and notices.

THIS DOCUMENT AND ALL NVIDIA DESIGN SPECIFICATIONS, REFERENCE BOARDS, FILES, DRAWINGS, DIAGNOSTICS, LISTS, AND OTHER DOCUMENTS (TOGETHER AND SEPARATELY, “MATERIALS”) ARE BEING PROVIDED “AS IS.” NVIDIA MAKES NO WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ALL IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE. TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT WILL NVIDIA BE LIABLE FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF ANY USE OF THIS DOCUMENT, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Notwithstanding any damages that customer might incur for any reason whatsoever, NVIDIA’s aggregate and cumulative liability towards customer for the products described herein shall be limited in accordance with the Terms of Sale for the product.

Trademarks

NVIDIA, the NVIDIA logo, and Mellanox are trademarks and/or registered trademarks of Mellanox Technologies Ltd. and/or NVIDIA Corporation in the U.S. and in other countries. The registered trademark Linux® is used pursuant to a sublicense from the Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark on a world¬wide basis. Other company and product names may be trademarks of the respective companies with which they are associated.

Copyright

© 2022 NVIDIA Corporation & affiliates. All rights reserved.

© Copyright 2023, NVIDIA. Last updated on Nov 7, 2022.