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 2E409986449 for ; Wed, 31 Aug 2022 09:03:35 +0000 (UTC) From: Gavin Li Date: Wed, 31 Aug 2022 12:03:03 +0300 Message-ID: <20220831090305.63510-1-gavinl@nvidia.com> MIME-Version: 1.0 Subject: [virtio-dev] [PATCH v4 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 | 48 ++++++++++++++++++++++++++-------------- 1 file changed, 32 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