From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B17E4A051C for ; Tue, 11 Feb 2020 12:41:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A72351DB9; Tue, 11 Feb 2020 12:41:00 +0100 (CET) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id DEF881BFF3 for ; Tue, 11 Feb 2020 12:40:58 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id r11so8708677wrq.10 for ; Tue, 11 Feb 2020 03:40:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=NXsevwcfXdgMy7CbuKQKnpY3o0iKhmVjKaQw5SBmyo0=; b=Z947ru8HbsF/YWawj1t0noBQ82mQGTRVMkkZNpQlQ8CCsO8L9u9W0uRW5ooNdoTymz 47rBjdX5brW+voBXGHsH70bwoxKrbGZpGP8RwA6GQQrIryPnrC9S7h2AJ4WW7gxOXlgE Xa7X+iLRx5GtfHLRMM5gQJTveqwVTU/XcykaO7UMNKX0u4Z7MxEZvIB9R5DkqySkmYaL khzj4uMgM+Lgj2gMx0gQ15PpwTs9QkCxi6d+4xEPIm3tVnMG3dffMfhrp9p2o5t2AHyq EJCe4P7CF430elb0LIPAARaeteF1Ouk1S3xOyf/vdztv6KTjxCVmrOK/hTKr0mcfCLDT oeNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=NXsevwcfXdgMy7CbuKQKnpY3o0iKhmVjKaQw5SBmyo0=; b=HlmsUIYJvrzRLHkQ96VRxvXidpJm8lbwu45/rPKipGC3MOEX40J/6bZ80dYr0ctHwU 0VBM9aQzDQVjEH6vj1kIdIjRh/OoYPyt7Zl3/ISc6AlVRK29HVpK+S58zfj7SFs4G419 8KmKkGpkaRbVfe80B0Ky/q70Rp4Eak3ETwtzZ9EL2aP6gQtI0N8tev1N2iBcVZteWYRj DW5sRCP0lE0aSEB+aBFYi4N1Njk86YwH5ALWaTAWAGNUAk708wyMP1dn2dS/HdE6Iqcb a3F1AOWjvyL572thP+Z5DBSsWscgzJU/6aPbkkP2xPJvhuBg54NELbJtdsT5peWpfYea DdTw== X-Gm-Message-State: APjAAAXZjfJRcKEZprdYkL3E8Ia+rRzpWgmo2IgA0/X681aODAPeYGpT SHnj+yRQtiKOYMieG5ShmJE= X-Google-Smtp-Source: APXvYqwZJsidQGF7GFQnnbvwa/9hj80dtmnnsGJCfnHJueR0ROU7VAdQplllV/WzAivoUir03rot0Q== X-Received: by 2002:adf:b60f:: with SMTP id f15mr8549298wre.372.1581421258652; Tue, 11 Feb 2020 03:40:58 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id j5sm5042607wrw.24.2020.02.11.03.40.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Feb 2020 03:40:58 -0800 (PST) From: luca.boccassi@gmail.com To: Stephen Hemminger Cc: Ferruh Yigit , dpdk stable Date: Tue, 11 Feb 2020 11:21:42 +0000 Message-Id: <20200211112216.3929-156-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200211112216.3929-1-luca.boccassi@gmail.com> References: <20200211112216.3929-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] patch 'app/testpmd: fix RFC addresses for Tx only' has been queued to stable release 19.11.1 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to stable release 19.11.1 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 02/13/20. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Thanks. Luca Boccassi --- >From 8716a3106ee44c348e986dcbd25f06708f8c7aba Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 26 Jan 2020 19:34:58 -0800 Subject: [PATCH] app/testpmd: fix RFC addresses for Tx only [ upstream commit 8d7c19d9e46957b045690d1530ba0a7be5c5dc03 ] The previous patch to change default IP addresses for tx only mode got the wrong values (typo). Fixes: bf5b2126bf44 ("app/testpmd: add ability to set Tx IP and UDP parameters") Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit --- app/test-pmd/txonly.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/txonly.c b/app/test-pmd/txonly.c index 3caf281cb8..d42a157f8f 100644 --- a/app/test-pmd/txonly.c +++ b/app/test-pmd/txonly.c @@ -45,8 +45,8 @@ uint16_t tx_udp_src_port = 9; uint16_t tx_udp_dst_port = 9; /* use RFC5735 / RFC2544 reserved network test addresses */ -uint32_t tx_ip_src_addr = (192U << 24) | (18 << 16) | (0 << 8) | 1; -uint32_t tx_ip_dst_addr = (192U << 24) | (18 << 16) | (0 << 8) | 2; +uint32_t tx_ip_src_addr = (198U << 24) | (18 << 16) | (0 << 8) | 1; +uint32_t tx_ip_dst_addr = (198U << 24) | (18 << 16) | (0 << 8) | 2; #define IP_DEFTTL 64 /* from RFC 1340. */ -- 2.20.1 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2020-02-11 11:17:44.058490813 +0000 +++ 0156-app-testpmd-fix-RFC-addresses-for-Tx-only.patch 2020-02-11 11:17:38.740007704 +0000 @@ -1,13 +1,14 @@ -From 8d7c19d9e46957b045690d1530ba0a7be5c5dc03 Mon Sep 17 00:00:00 2001 +From 8716a3106ee44c348e986dcbd25f06708f8c7aba Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 26 Jan 2020 19:34:58 -0800 Subject: [PATCH] app/testpmd: fix RFC addresses for Tx only +[ upstream commit 8d7c19d9e46957b045690d1530ba0a7be5c5dc03 ] + The previous patch to change default IP addresses for tx only mode got the wrong values (typo). Fixes: bf5b2126bf44 ("app/testpmd: add ability to set Tx IP and UDP parameters") -Cc: stable@dpdk.org Signed-off-by: Stephen Hemminger Reviewed-by: Ferruh Yigit @@ -16,7 +17,7 @@ 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-pmd/txonly.c b/app/test-pmd/txonly.c -index 871cf6c154..4b5bec443b 100644 +index 3caf281cb8..d42a157f8f 100644 --- a/app/test-pmd/txonly.c +++ b/app/test-pmd/txonly.c @@ -45,8 +45,8 @@ uint16_t tx_udp_src_port = 9;