]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtase: Implement .ndo_start_xmit function
authorJustin Lai <justinlai0215@realtek.com>
Wed, 4 Sep 2024 03:21:07 +0000 (11:21 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Sep 2024 05:02:38 +0000 (22:02 -0700)
commitd6e882b89fdf80be0ab4f914ec10f75215e49495
tree336274920da807ab88c07c2624144fb72eca988e
parent85dd839ad1e52b2d32499b8ee3861fd958bfa96b
rtase: Implement .ndo_start_xmit function

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@realtek.com>
Link: https://patch.msgid.link/20240904032114.247117-7-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase_main.c