]> git.baikalelectronics.ru Git - kernel.git/commit
uio_hv_generic: increase size of receive and send buffers
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Aug 2018 23:06:09 +0000 (23:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Sep 2018 07:46:46 +0000 (09:46 +0200)
commit6413ecd9928346f8e0efa873b86920a090fa9770
treee3fa088d5e6cd0679cb7e1abe390989ab7de416e
parent740cdd9e03f924d5b1970a7db44c27f5f87803b2
uio_hv_generic: increase size of receive and send buffers

When using DPDK there is significant performance boost by using
the largest possible send and receive buffer area.

Unfortunately, with UIO model there is not a good way to configure
this at run time. But it is okay to have a bigger buffer available
even if application only decides to use a smaller piece of it.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_hv_generic.c