Message ID | 20240508063718.69806-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-97.freemail.mail.aliyun.com (out30-97.freemail.mail.aliyun.com [115.124.30.97]) (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 E89EA182C5 for <netdev@vger.kernel.org>; Wed, 8 May 2024 06:37:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.97 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715150245; cv=none; b=JqxF7W/hVfJrf5D83SGxfNS5ofIOTdhOLZ66pRGcgCGls+cwV1vRZ+kLkbPY1AdOgHTym+a7N28CAoVNxVjIJ6uUxx2mZC0kn7311VeFrbJs3D02lgxnmGIpjgAd4wR2GvRk0kbhOMEJu97oD/+QYqVI9Gi5cWFZdYTWiG6nE6Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715150245; c=relaxed/simple; bh=lfQ98rSdtELe0s93PdWvn+1kLbAPyOnDhSjMuXZVjhU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=IJqRcImb7Qoux08flMf2XkMV23W4siMDsIEsN/M4sllPFk2bPxWVoBbzOb0cK3OCLU8acOfIVSSoLtVjnotXv5aWsfF8jQBxMv1lRsb99VOFfu+SnLKwMiQtXxXmfF1F52OSl2muCD4VYIdmzaoACIfz1A8rkvXnaMtRVkq4hOk= 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=U3CdjCXj; arc=none smtp.client-ip=115.124.30.97 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="U3CdjCXj" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1715150240; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=IlnRCma/l3j1KcDF+G4YXH3HV1fmi4HSz0rum4rbgrI=; b=U3CdjCXjLZDaHZ1LvJEXAv4zHYlIPSDk8iHrz3lPPcTaltxmgfrLMs2kG61y8aO4rqx5PIC6J4QQws0rv4Q6FHOGzx5B/JSiwneLQHXHl5XRnHGfOcyntvHIL4+W3LqJDLFUGZ7ZT3BQXGjy9HDe20siLLw/rZwON5ez1FPII0Q= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033022160150;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0W62Y4ts_1715150238; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W62Y4ts_1715150238) by smtp.aliyun-inc.com; Wed, 08 May 2024 14:37:19 +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>, "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 v4 0/4] virtio_net: rx enable premapped mode by default Date: Wed, 8 May 2024 14:37:14 +0800 Message-Id: <20240508063718.69806-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: cadd21343bbc Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio_net: rx enable premapped mode by default
|
expand
|