logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_swx_ctl_action_arg_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_swx_ctl_action_arg_info(3)

Detailed Description

       Action argument info.

       Definition at line 182 of file rte_swx_ctl.h.

Field Documentation

charname[RTE_SWX_CTL_NAME_SIZE]
       Action argument name.

       Definition at line 184 of file rte_swx_ctl.h.

   uint32_tn_bits
       Action argument size (in bits).

       Definition at line 187 of file rte_swx_ctl.h.

   intis_network_byte_order
       Non-zero (true) when this action argument must be stored in the table in network byte order (NBO), zero
       when it must be stored in host byte order (HBO).

       Definition at line 193 of file rte_swx_ctl.h.

Name

       rte_swx_ctl_action_arg_info

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       char name [RTE_SWX_CTL_NAME_SIZE]
       uint32_t n_bits
       int is_network_byte_order

See Also