Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_swx_ctl_selector_info(3)	      DPDK	    rte_swx_ctl_selector_info(3)

NAME
     rte_swx_ctl_selector_info

SYNOPSIS
     #include <rte_swx_ctl.h>

   Data Fields
     char name [RTE_SWX_CTL_NAME_SIZE]
     uint32_t n_selector_fields
     uint32_t n_groups_max
     uint32_t n_members_per_group_max

Detailed Description
     Selector info.

     Definition at line 419 of file rte_swx_ctl.h.

Field Documentation
   char name[RTE_SWX_CTL_NAME_SIZE]
     Selector table name.

     Definition at line 421 of file rte_swx_ctl.h.

   uint32_t n_selector_fields
     Number of selector fields.

     Definition at line 424 of file rte_swx_ctl.h.

   uint32_t n_groups_max
     Maximum number of groups.

     Definition at line 427 of file rte_swx_ctl.h.

   uint32_t n_members_per_group_max
     Maximum number of members per group.

     Definition at line 430 of file rte_swx_ctl.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026    rte_swx_ctl_selector_info(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=n_groups_max&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help