From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 88DB74569C for ; Wed, 24 Jul 2024 13:36:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7DED0433BE; Wed, 24 Jul 2024 13:36:20 +0200 (CEST) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mails.dpdk.org (Postfix) with ESMTP id C3AE742D89 for ; Wed, 24 Jul 2024 13:36:19 +0200 (CEST) Received: by mail-wr1-f44.google.com with SMTP id ffacd0b85a97d-368380828d6so3711756f8f.1 for ; Wed, 24 Jul 2024 04:36:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1721820979; x=1722425779; darn=dpdk.org; h=content-transfer-encoding:reply-to:mime-version:message-id:date :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=EQQ2eB7kJNRPmmFb8qYxHwif1vtGmgF7X5xTI+Hszh4=; b=MSzU3TGJ6EOV7XSwC5uo8/n8e0dHvyRX9xLhALLRTphsVrAAdP6q84U9ODtxdeuQMW +RXQJ3m327qB5s1Xxzk+KJ++otln6h2o9eixi4zg+BXUGO6pGA1otxKMqzMO353ZiBds OtSYuYa80Psx/Fp+YB7MBdPGc15xc0DiyaTUKqgKqt5w8wap7uN3iEBwBtHeesYigFs4 GgiHsNPTEQubYBl2/vs9nT/b4wYIS15hxr4Yk8mwhghUPwVY6B2N7+nxbA0l8YoDeaqt 9X4CUwMfk+az9bnhzYdgkkr4B1ZPSONiMOgM/QD/Pu0UZKwdoKG8fcVE0+4Hy7oZE9PG XSpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721820979; x=1722425779; h=content-transfer-encoding:reply-to:mime-version:message-id:date :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=EQQ2eB7kJNRPmmFb8qYxHwif1vtGmgF7X5xTI+Hszh4=; b=Gp4l8jP1KADRa8eAaq6LszzBsdqS1Y+g7dgYfzIMoFZ91yGll0iz9fzNeOr5AAs39y Ckx4VNuzEoHfaiUR5OH1Rn6ugHam+CaiHej/yrdYfLKNSo6DDiKJ6SwByLsMKEzH14G9 gcx3hfBpiGoFNFZIevN2mEALnzfGB54bYtuUfX20gBHQWZHh+cwtsbu5caYqnhobCe8x NAooWt6ihAYHy6neJIccIiZZ5zsKPCUW6Q/TysmLz3N+y40gR9RHEW+XgAfFUV5zfPFp 4lyEVyiV6KKn3/7DL7XPaEAi3GA9Ti4BGYw3Y0kDoFE7hv0XxQNtTsarqd/3tQzx8w2y vtPg== X-Gm-Message-State: AOJu0YxhJ4bjsd6ttNqJBlVa2dZ9nw1CXHcu7PHHzTA4ofhzz+Acl/8E X2wvq1jyrwdchZ2QNBJuz1XYHcAMbb4zN1kKQD478IpLqdzU4DQbgEDq2NutI0A= X-Google-Smtp-Source: AGHT+IEHonqLQ907CogIXjAENWmqGe3id2r4qKTlKXRQnkbtXXuuxdSz2SP9B7rYjdunQh3j8Iv4Nw== X-Received: by 2002:adf:ed01:0:b0:367:35d7:bf11 with SMTP id ffacd0b85a97d-369dec0ae42mr3632938f8f.25.1721820978931; Wed, 24 Jul 2024 04:36:18 -0700 (PDT) Received: from localhost ([137.220.120.171]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-368785c58e7sm14282199f8f.0.2024.07.24.04.36.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jul 2024 04:36:18 -0700 (PDT) From: luca.boccassi@gmail.com To: dpdk stable Cc: David Hunt , Stephen Hemminger , Tadhg Kearney Subject: please help backporting some patches to stable release 22.11.6 Date: Wed, 24 Jul 2024 12:36:14 +0100 Message-Id: <20240724113614.617441-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: dpdk stable Errors-To: stable-bounces@dpdk.org Hi commit authors (and maintainers), Despite being selected by the DPDK maintenance tool ./devtools/git-log-fixes.sh I didn't apply following commits from DPDK main to 22.11 stable branch, as conflicts or build errors occur. Can authors check your patches in the following list and either: - Backport your patches to the 22.11 branch, or - Indicate that the patch should not be backported Please do either of the above by 07/31/24. You can find the a temporary work-in-progress branch of the coming 22.11.6 release at: https://github.com/bluca/dpdk-stable It is recommended to backport on top of that to minimize further conflicts or misunderstandings. Some notes on stable backports: A backport should contain a reference to the DPDK main branch commit in it's commit message in the following fashion: [ upstream commit ] For example: https://git.dpdk.org/dpdk-stable/commit/?h=18.11&id=d90e6ae6f936ecdc2fd3811ff9f26aec7f3c06eb When sending the backported patch, please indicate the target branch in the subject line, as we have multiple branches, for example: [PATCH 22.11] foo/bar: fix baz With git format-patch, this can be achieved by appending the parameter: --subject-prefix='PATCH 22.11' Send the backported patch to "stable@dpdk.org" but not "dev@dpdk.org". FYI, branch 22.11 is located at tree: https://git.dpdk.org/dpdk-stable Thanks. Luca Boccassi --- 93db1cfcc3 Stephen Hemminger power: fix number of uncore frequencies