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_port_fd.h(3)

Detailed Description

       RTE Port FD Device

       fd_reader: input port built on top of valid non-blocking file descriptor fd_writer: output port built on
       top of valid non-blocking file descriptor

       Definition in file rte_port_fd.h.

Name

       rte_port_fd.h

Synopsis

       #include <stdint.h>
       #include 'rte_port.h'

   DataStructures
       struct rte_port_fd_reader_params
       struct rte_port_fd_writer_params
       struct rte_port_fd_writer_nodrop_paramsVariables
       struct rte_port_in_opsrte_port_fd_reader_ops
       struct rte_port_out_opsrte_port_fd_writer_ops
       struct rte_port_out_opsrte_port_fd_writer_nodrop_ops

Variable Documentation

structrte_port_in_opsrte_port_fd_reader_ops[extern]
       fd_reader port operations

   structrte_port_out_opsrte_port_fd_writer_ops[extern]
       fd_writer port operations

   structrte_port_out_opsrte_port_fd_writer_nodrop_ops[extern]
       fd_writer_nodrop port operations

See Also