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 8C6CB45AA2; Thu, 3 Oct 2024 18:03:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11937402B1; Thu, 3 Oct 2024 18:03:20 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id 2DBE94014F for ; Thu, 3 Oct 2024 18:03:19 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id d2e1a72fcca58-718e285544fso974108b3a.1 for ; Thu, 03 Oct 2024 09:03:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20230601.gappssmtp.com; s=20230601; t=1727971398; x=1728576198; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=6GZAXgCZsEyPsq+bIEtB36DWo8NNTGvpe4up1VdZ6QE=; b=CG2Z60XRMDp03uMMOurJ1t8Ysrs042i10cwUlIktq2wdO/Mh8lVfZ5y5/cIgycWrbg lP0Ip7s+3hSlmD8gyaGD56g44bypsUWBMzZQUpWAn71wRW19PSqJtK3lL6Yu06Nr4bOU bIu5XdTCOaI2h8ut9RVI7GjYzGbU0WlFVwVSeCOsrqp/nirPyP7AdLqlXYhh7WY2Qzr3 w7Js82wzAcDWp4FjEUh5ihCnQNl6ZoNrBP3tyduELyL8HblhYRDFswj4heLyRo7IR1ro 1PForag1WnF7Lr8vqQ00ltb3jdi8Hyqm2zxctg1sQXpgwnQskOS3adW/qR7sdsQe3DJu EQyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727971398; x=1728576198; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6GZAXgCZsEyPsq+bIEtB36DWo8NNTGvpe4up1VdZ6QE=; b=CrfANKZaE5zZUlRVcA3OS3EGDZ3H+AzrPw0bSw6tSHNk8uiekVXeUhSHJDiJ8A9RTp X+stsl7R4U3eszKlC18PHBbkTEwO/EfZQkJ0Sdn+d9utfVEdthYv314635xt76oPDyDj qsv7OhwLhDMQ1xWznB3cUS0DZto52ssJTLr8wNIcXjekOR6EBUycZNFVUzQZ7Sp1IV1g zpBtl6YAfM0cj2XJ+xxxpDfR7V6X+R96fDb8dMzgVWHL3/rjxaDs1nvEtNaP9fsMPd8f wxlMaTpdE43zBTrIeL09z2WpXwnNr/Zyo48oDqSvwvOxBXORAUuEqNDXUK6CyIgMMGuw sqng== X-Gm-Message-State: AOJu0YzsEE1BzGUNpN4r77q5Rtp9s9m0rPBCjvu4+a8DDi8z5tahtK0c r7MjtAlWro3k+DzHd38GbmaDoegQcY850ZzLTWoJUGacDSl6ZzyNbA/usyfYyiY= X-Google-Smtp-Source: AGHT+IFVpTqbE5M54e3QWwORDVUDyW5EHbglEkkDiBTcaFEM3figWNQA3QQssIA94RtDbHBNP7QzWg== X-Received: by 2002:a05:6a20:db0a:b0:1d5:14ff:a14e with SMTP id adf61e73a8af0-1d5e2d9f165mr10798240637.47.1727971398054; Thu, 03 Oct 2024 09:03:18 -0700 (PDT) Received: from hermes.local (204-195-96-226.wavecable.com. [204.195.96.226]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-71dd9defc6fsm1500112b3a.158.2024.10.03.09.03.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Oct 2024 09:03:17 -0700 (PDT) Date: Thu, 3 Oct 2024 09:03:15 -0700 From: Stephen Hemminger To: "Min Hu (Connor)" Cc: , , , , , , , , , Subject: Re: [dpdk-dev] [PATCH 10/10] net/bonding: fix configuration assignment overflow Message-ID: <20241003090315.1f888c19@hermes.local> In-Reply-To: <1618839289-33224-11-git-send-email-humin29@huawei.com> References: <1618839289-33224-1-git-send-email-humin29@huawei.com> <1618839289-33224-11-git-send-email-humin29@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, 19 Apr 2021 21:34:49 +0800 "Min Hu (Connor)" wrote: > From: Chengchang Tang > > The expression may cause an overflow. > > This patch fix the codeDEX static check warning "INTEGER_OVERFLOW". > > Fixes: 46fb43683679 ("bond: add mode 4") > Cc: stable@dpdk.org > > Signed-off-by: Chengchang Tang > Signed-off-by: Min Hu (Connor) Several of these patches in this set have been applied. But the rest need to be resubmitted and the CI test failures need to be fixed.