Message ID | 1712547870-112976-1-git-send-email-hengqi@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-119.freemail.mail.aliyun.com (out30-119.freemail.mail.aliyun.com [115.124.30.119]) (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 5F9CE1860 for <netdev@vger.kernel.org>; Mon, 8 Apr 2024 03:44:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.119 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712547877; cv=none; b=kDsEoP5RybjJ7RF5YxYIEYt6mJdmjGrJ+5TYCxdaUl6PSkNKdCUWSjyaOSqO5Qiq5pggiFIRjbL0q0y0bNzV57gLB0kEDaMhcIuBZP+2J/7u4qeNVfHxRAJhCpLIsgfBkgXwqK0JhnH7buzrtz4HrCgIP/nyD86eOLook9pcc1w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712547877; c=relaxed/simple; bh=SWO0fVaWchjLFOPL6CaGCGri3NIRxlPUqkw9kX0BbOw=; h=From:To:Cc:Subject:Date:Message-Id; b=dCOneN/zlUPveSnm+DPmpgJHsIwWS+DeS2DSh7Y7MUtb/eQAx41Sam8q5Kd+0R+f/vPc9Mt3e5mXggeE2KT4Ie7dfC5yNVdT/Ou8JGVu0ML3FcXJVPKfu3Ks3fkGS/NiCimNLiTWy1xrSpyFFHoIkaMzXOnTW/In86ZCzMqfwoc= 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=yCAEOCtn; arc=none smtp.client-ip=115.124.30.119 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="yCAEOCtn" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1712547872; h=From:To:Subject:Date:Message-Id; bh=tanDlrv6oLoOsI7+T+G+i7+SlpUnRod8vcHDadictDA=; b=yCAEOCtnkTP3PCt9wzwJDVC3Iqhz7dNTCzXY4dKrsbEOzTGpgHRqrYrTH5cTojkvUOLLp+ByGtz2B3ZzZYhefnaVHyzaTRxACaI9TTJj7ChH2CAwNZqxOAVyBOAPjdVlOfmvCdnqULrAapbIv0I8WTfkmG7Ideg0HGVh6YUFb4g= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R731e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=hengqi@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0W41ynly_1712547870; Received: from localhost(mailfrom:hengqi@linux.alibaba.com fp:SMTPD_---0W41ynly_1712547870) by smtp.aliyun-inc.com; Mon, 08 Apr 2024 11:44:31 +0800 From: Heng Qi <hengqi@linux.alibaba.com> To: netdev@vger.kernel.org, virtualization@lists.linux.dev Cc: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Ratheesh Kannoth <rkannoth@marvell.com>, Alexander Lobakin <aleksander.lobakin@intel.com>, Xuan Zhuo <xuanzhuo@linux.alibaba.com> Subject: [PATCH net-next v4 0/4] ethtool: provide the dim profile fine-tuning channel Date: Mon, 8 Apr 2024 11:44:26 +0800 Message-Id: <1712547870-112976-1-git-send-email-hengqi@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 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> X-Patchwork-Delegate: kuba@kernel.org |
Series |
ethtool: provide the dim profile fine-tuning channel
|
expand
|