Message ID | 20240422015403.72526-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out199-1.us.a.mail.aliyun.com (out199-1.us.a.mail.aliyun.com [47.90.199.1]) (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 3D025746E for <netdev@vger.kernel.org>; Mon, 22 Apr 2024 01:54:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=47.90.199.1 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713750864; cv=none; b=LfZ/Fvt3tjBwB/0o+us12kbdarquO57fwK+/aoe/yDXbAXjE9VAg/jt7pLWEBp52JzQMu3w6B5IFRb7jm+yOg30Oq4FkswFrSmFfoKMROIURQMOdRyEuaUxNNY1W9nemDHbCZnMvcXrSjHz+4kfVYlNDKESx3xlU2Sh0uiZU2pY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713750864; c=relaxed/simple; bh=ZSd37NZmwRJpjHAS9ajLmdk+WDKEomc1d5hGfAfOCQU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=dvD9+u5xbQysDr9zw8PbAGuL5lMWBP7kDFrhwlbyLg6nI82G8ynY4TIY2yZG1mHJz3lDqE3FqIesTMTlZJzWyBfAd+x9/G/KZKCB5/aLywht/PWdKvnvRo6MLJiw4YO7UCL5Aoj2HICRuM8dTL/5pvMquOV9+BtSvl1YjSIGFxY= 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=JuhPcqjK; arc=none smtp.client-ip=47.90.199.1 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="JuhPcqjK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1713750845; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=qfFyaumVlpjGsrE/xHi1bO0ootxsSU/JVlrBiwyRb2Y=; b=JuhPcqjK87pHvG4qtkoiwMHypo3F46cXD4p8+c/ouKKJFiJmstkMN3///MOIap/rQYylhDfMY+FnsWZtGa5YK2wZyY3Ve48YtReWu9iaEtpjQNb0CwJfLEUL85SSf2IzZ/rrmF3V5bNzqSJxZgpoq2SqOhhT3qL8Bp/1k1Y1agg= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045192;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0W4y4sJ2_1713750843; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W4y4sJ2_1713750843) by smtp.aliyun-inc.com; Mon, 22 Apr 2024 09:54:04 +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 v1 0/7] virtio_net: rx enable premapped mode by default Date: Mon, 22 Apr 2024 09:53:56 +0800 Message-Id: <20240422015403.72526-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: 2c089e81de7e Content-Transfer-Encoding: 8bit |
Series |
virtio_net: rx enable premapped mode by default
|
expand
|