]> www.infradead.org Git - users/willy/xarray.git/commit
rtase: Implement a function to receive packets
authorJustin Lai <justinlai0215@realtek.com>
Wed, 4 Sep 2024 03:21:08 +0000 (11:21 +0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 6 Sep 2024 05:02:38 +0000 (22:02 -0700)
commitcf7226c808452aa5d2597fe23b864d7d2045cd70
tree98387da4904fd6ff7b4c6b1f53fc94bcdc88b62b
parentd6e882b89fdf80be0ab4f914ec10f75215e49495
rtase: Implement a function to receive packets

Implement rx_handler to read the information of the rx descriptor,
thereby checking the packet accordingly and storing the packet
in the socket buffer to complete the reception of the packet.

Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Link: https://patch.msgid.link/20240904032114.247117-8-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/rtase/rtase_main.c