[dpdk-stable] patch 'app/bbdev: fix test vector symlink' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Wed Oct 28 11:45:04 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 10/30/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 48c7145f86c04b37373fc3a9573d81e2ed1bf7ab Mon Sep 17 00:00:00 2001
From: Nicolas Chautru <nicolas.chautru at intel.com>
Date: Wed, 9 Sep 2020 14:15:51 -0700
Subject: [PATCH] app/bbdev: fix test vector symlink

[ upstream commit 99c886d3e3490207809bf276b37d734df7613c16 ]

5G DL default symlink was pointing to a 4G vector.

Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")

Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
Acked-by: Aidan Goddard <aidan.goddard at accelercomm.com>
Acked-by: Dave Burley <dave.burley at accelercomm.com>
Acked-by: Liu Tianjiao <tianjiao.liu at intel.com>
---
 app/test-bbdev/ldpc_enc_default.data | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-bbdev/ldpc_enc_default.data b/app/test-bbdev/ldpc_enc_default.data
index 371cbc692d..52d51ae330 120000
--- a/app/test-bbdev/ldpc_enc_default.data
+++ b/app/test-bbdev/ldpc_enc_default.data
@@ -1 +1 @@
-test_vectors/turbo_dec_c1_k6144_r0_e10376_crc24b_sbd_negllr_high_snr.data
\ No newline at end of file
+test_vectors/ldpc_enc_v2342.data
\ No newline at end of file
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-10-28 10:35:16.241994634 +0000
+++ 0145-app-bbdev-fix-test-vector-symlink.patch	2020-10-28 10:35:11.728833321 +0000
@@ -1,12 +1,13 @@
-From 99c886d3e3490207809bf276b37d734df7613c16 Mon Sep 17 00:00:00 2001
+From 48c7145f86c04b37373fc3a9573d81e2ed1bf7ab Mon Sep 17 00:00:00 2001
 From: Nicolas Chautru <nicolas.chautru at intel.com>
 Date: Wed, 9 Sep 2020 14:15:51 -0700
 Subject: [PATCH] app/bbdev: fix test vector symlink
 
+[ upstream commit 99c886d3e3490207809bf276b37d734df7613c16 ]
+
 5G DL default symlink was pointing to a 4G vector.
 
 Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")
-Cc: stable at dpdk.org
 
 Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
 Acked-by: Aidan Goddard <aidan.goddard at accelercomm.com>


More information about the stable mailing list