> +/** > + * Output port packet clone and transmit > + * > + * @param[in] port > + * Output port handle. > + * @param[in] pkt > + * Packet to be transmitted.
A parameter is not documented here. Adding this while merging: * @param[in] truncation_length * Packet length to be cloned. > + */ > +typedef void > +(*rte_swx_port_out_pkt_clone_tx_t)(void *port, > + struct rte_swx_pkt *pkt, > + uint32_t truncation_length);