[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250925022537.91774-1-xuanzhuo@linux.alibaba.com>
Date: Thu, 25 Sep 2025 10:25:35 +0800
From: Xuan Zhuo <xuanzhuo@...ux.alibaba.com>
To: netdev@...r.kernel.org
Cc: "Michael S. Tsirkin" <mst@...hat.com>,
Jason Wang <jasowang@...hat.com>,
Xuan Zhuo <xuanzhuo@...ux.alibaba.com>,
Eugenio Pérez <eperezma@...hat.com>,
Andrew Lunn <andrew+netdev@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Willem de Bruijn <willemb@...gle.com>,
Jiri Pirko <jiri@...nulli.us>,
Alvaro Karsz <alvaro.karsz@...id-run.com>,
Heng Qi <hengqi@...ux.alibaba.com>,
virtualization@...ts.linux.dev
Subject: [PATCH net 0/2] fixes two virtio-net related bugs.
As discussed in http://lore.kernel.org/all/20250919013450.111424-1-xuanzhuo@linux.alibaba.com
Commit #1 Move the flags into the existing if condition; the issue is that it introduces a
small amount of code duplication.
Commit #2 is new.
Xuan Zhuo (2):
virtio-net: fix incorrect flags recording in big mode
virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
drivers/net/virtio_net.c | 16 +++++++++++-----
include/linux/virtio_net.h | 19 ++++++++++++-------
2 files changed, 23 insertions(+), 12 deletions(-)
--
2.32.0.3.g01195cf9f
Powered by blists - more mailing lists