commit | ee5acabf5805612c72084276e0c215367a042d71 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Mon Aug 22 17:48:28 2016 +0900 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Aug 31 10:06:04 2016 +0300 |
tree | 8c0d38b7b819511d65814b8b50cd517bcaa40396 | |
parent | c4824f11fe07835c63209fb035f03f8f82e12827 [diff] |
usb: renesas_usbhs: set quirk_avoids_skb_reserve if USB-DMAC is used This patch sets the quirk_avoids_skb_reserve flag to improve performance of a network gadget driver (e.g. f_ncm.c) if USB-DMAC is used. For example (on r8a7795 board + f_ncm.c + iperf udp mode / receiving): - without this patch: 90.3 Mbits/sec - with this patch: 273 Mbits/sec Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>