Message ID | 20241029084615.91049-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-124.freemail.mail.aliyun.com (out30-124.freemail.mail.aliyun.com [115.124.30.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5EA4F202F8E for <netdev@vger.kernel.org>; Tue, 29 Oct 2024 08:46:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730191582; cv=none; b=G5bN1OM2C7q1nrihsN5ERrGPjJe9p+JweEcSvnF3cRIVCbS6nkYo9UtCSoKhrn106f61WyBJRwPuM9+kAc4PakAnzg6tr6fkxVoQ8Jq89HwaOteaTSa4SVZ56FGMbnLSiWvaRdIFuM0puZnV3QsPWGNQhdRofgLiK6PX6SJa9LU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730191582; c=relaxed/simple; bh=wZPGIzaVxpSzU7iP5qw8KfOY6es//JAet87HXgw1HAo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=gPO1e/DkTtkzPoXtHFMy8dnfxeSdaOQ8NeohA1lhO/aiZh78T8qKc6p25689KAnnOkU/L0VUA4FrGcEhoAtxpgqBHn1o7UOwhEwXdJc9WNSkSF8sUgooOgGGeF2R4JPNRDbatUpGvENZdFwuuYQIDG4tK4HPBb8Gjglra3ZPYBE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=udRfiqJX; arc=none smtp.client-ip=115.124.30.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="udRfiqJX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1730191577; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=42obp0MsqZAIYzXHKbVbAqEFN7VlFdIoHEinuFgp9dA=; b=udRfiqJXE94XMrYUPe5Sg0IFN6HU9IU7K+BhsgwflQyDdKFOwJjtjh99+NYGR2PvCvXKQStGWj5h3DGl3F3Qvwn94ScWuTFPw2Z7+9FFunhrg1j8XVcuMWwVPTdVmbVzck5CVlMSMXttMMTJBQzXJmSYeoB+FrJH2MZWT8pJHwE= Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0WI9W1EZ_1730191575 cluster:ay36) by smtp.aliyun-inc.com; Tue, 29 Oct 2024 16:46:16 +0800 From: Xuan Zhuo <xuanzhuo@linux.alibaba.com> To: netdev@vger.kernel.org Cc: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Xuan Zhuo <xuanzhuo@linux.alibaba.com>, =?utf-8?q?Eugenio_P=C3=A9rez?= <eperezma@redhat.com>, Andrew Lunn <andrew+netdev@lunn.ch>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, virtualization@lists.linux.dev Subject: [PATCH net-next v1 0/4] virtio_net: enable premapped mode by default Date: Tue, 29 Oct 2024 16:46:11 +0800 Message-Id: <20241029084615.91049-1-xuanzhuo@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 X-Git-Hash: df8220a5376e Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio_net: enable premapped mode by default
|
expand
|