From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 62CDC9864BA for ; Thu, 25 Aug 2022 12:39:09 +0000 (UTC) From: Gavin Li Date: Thu, 25 Aug 2022 15:38:38 +0300 Message-ID: <20220825123840.20239-1-gavinl@nvidia.com> MIME-Version: 1.0 Subject: [virtio-dev] [PATCH RESEND v2 0/2] Improve virtio performance for 9k mtu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable To: stephen@networkplumber.org, davem@davemloft.net, jesse.brandeburg@intel.com, alexander.h.duyck@intel.com, kuba@kernel.org, sridhar.samudrala@intel.com, jasowang@redhat.com, loseweigh@gmail.com, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org, virtio-dev@lists.oasis-open.org, mst@redhat.com Cc: gavi@nvidia.com, parav@nvidia.com List-ID: This small series contains two patches that improves virtio netdevice performance for 9K mtu when GRO/ guest TSO is disabled. Gavin Li (2): virtio-net: introduce and use helper function for guest gso support checks virtio-net: use mtu size as buffer length for big packets drivers/net/virtio_net.c | 52 +++++++++++++++++++++++++++------------- 1 file changed, 36 insertions(+), 16 deletions(-) --=20 2.31.1 --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org