[PATCH] Avoid copying unfragmented udp NFS requests.
If an NFS request arrives in a linear skb, we don't need to copy it, particularly if the network card has already done the DUB checksum. This patch only copies a request if it is already non-linear.
Showing
Please register or sign in to comment