Re: [PATCH net-next v22 06/13] rtase: Implement .ndo_start_xmit function

From: Simon Horman
Date: Wed Jul 03 2024 - 13:02:44 EST


On Mon, Jul 01, 2024 at 07:53:56PM +0800, Justin Lai wrote:
> Implement .ndo_start_xmit function to fill the information of the packet
> to be transmitted into the tx descriptor, and then the hardware will
> transmit the packet using the information in the tx descriptor.
> In addition, we also implemented the tx_handler function to enable the
> tx descriptor to be reused.
>
> Signed-off-by: Justin Lai <justinlai0215@xxxxxxxxxxx>

Reviewed-by: Simon Horman <horms@xxxxxxxxxx>