Message ID | 20240422072408.126821-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 4A4294AED7 for <netdev@vger.kernel.org>; Mon, 22 Apr 2024 07:24:12 +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=1713770656; cv=none; b=Ix8ZuzPACWVceTV8O/ZaMwf5T9kPl2Ykb3msYamushsHMGJHZp8omortTVw+vWlvuQQjA0kqQytv+5cZVlj5IY61PtzoLcsdxON6RX53c+PssuWK8mvIbbaAU+8AZD1oUJ3TJCOTnr0Onfrvi7FLObNi91W3enYP0nRZ9ySNa7k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713770656; c=relaxed/simple; bh=QKzEEm/10AWJ1pnoVPTzsPCho/wdg0/fv0EzgkMXFrU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=OQuHPBJwA/qTaUoj4EMssUbGUgw2rO4E5AUMzkSKGGqFPgl7jCXJewq7bOGsReOv65tPqdvuHxNZ0BGaAAxYTGCEAQSHn3boHhR7rzzsyEoKCSEueWvxAQ6KDLcDYcLer+DEyxibf9OfRewvR0TnLR3RDmWJBj7nfL/kf4dttpA= 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=opN2T2ZQ; 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="opN2T2ZQ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1713770650; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=fzRsFocAnGj2/Yz9p0DSIGwrCXOzJP9IzYj5Obio3dU=; b=opN2T2ZQXUXQNKU1K608BZI9++fKOAYJ6zfWKBCZbprUZhrtJ9BteJWJgQespqHY83fTpNZnGDZ4/BxqkuKJuNqCBNkaVk449HjXbVMiUncCFM7OwtR3vW0+SnW+VmH/gZA4Jw23KgTFXcFuZpaB0p2mx13/UqSexWAB2zOR99I= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R941e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0W5.T5if_1713770649; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W5.T5if_1713770649) by smtp.aliyun-inc.com; Mon, 22 Apr 2024 15:24:09 +0800 From: Xuan Zhuo <xuanzhuo@linux.alibaba.com> To: virtualization@lists.linux.dev 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>, netdev@vger.kernel.org Subject: [PATCH vhost v2 0/7] virtio_net: rx enable premapped mode by default Date: Mon, 22 Apr 2024 15:24:01 +0800 Message-Id: <20240422072408.126821-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: aa968d36d784 Content-Transfer-Encoding: 8bit |
Series |
virtio_net: rx enable premapped mode by default
|
expand
|