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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_table_ops(3)

Detailed Description

       Lookup table interface defining the lookup table operation

       Definition at line 252 of file rte_table.h.

Field Documentation

rte_table_op_createf_create
       Create

       Definition at line 253 of file rte_table.h.

   rte_table_op_freef_free
       Free

       Definition at line 254 of file rte_table.h.

   rte_table_op_entry_addf_add
       Entry add

       Definition at line 255 of file rte_table.h.

   rte_table_op_entry_deletef_delete
       Entry delete

       Definition at line 256 of file rte_table.h.

   rte_table_op_entry_add_bulkf_add_bulk
       Add entry bulk

       Definition at line 257 of file rte_table.h.

   rte_table_op_entry_delete_bulkf_delete_bulk
       Delete entry bulk

       Definition at line 258 of file rte_table.h.

   rte_table_op_lookupf_lookup
       Lookup

       Definition at line 259 of file rte_table.h.

   rte_table_op_stats_readf_stats
       Stats

       Definition at line 260 of file rte_table.h.

Name

       rte_table_ops

Synopsis

       #include <rte_table.h>

   DataFieldsrte_table_op_createf_createrte_table_op_freef_freerte_table_op_entry_addf_addrte_table_op_entry_deletef_deleterte_table_op_entry_add_bulkf_add_bulkrte_table_op_entry_delete_bulkf_delete_bulkrte_table_op_lookupf_lookuprte_table_op_stats_readf_stats

See Also