DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink
@ 2020-09-09 21:15 Nicolas Chautru
  2020-09-15  9:57 ` Aidan Goddard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nicolas Chautru @ 2020-09-09 21:15 UTC (permalink / raw)
  To: dev; +Cc: stable, tianjiao.liu, Nicolas Chautru

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

Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")
Cc: stable@dpdk.org

Signed-off-by: Nicolas Chautru <nicolas.chautru@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 371cbc6..52d51ae 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
-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink
  2020-09-09 21:15 [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink Nicolas Chautru
@ 2020-09-15  9:57 ` Aidan Goddard
  2020-09-15 10:07 ` Dave Burley
  2020-09-16  2:51 ` Liu, Tianjiao
  2 siblings, 0 replies; 5+ messages in thread
From: Aidan Goddard @ 2020-09-15  9:57 UTC (permalink / raw)
  To: Nicolas Chautru, dev; +Cc: stable, tianjiao.liu, Dave Burley

Acked-by: Aidan Goddard <aidan.goddard@accelercomm.com>


From: dev <dev-bounces@dpdk.org> on behalf of Nicolas Chautru <nicolas.chautru@intel.com>
Sent: 09 September 2020 22:15
To: dev@dpdk.org <dev@dpdk.org>
Cc: stable@dpdk.org <stable@dpdk.org>; tianjiao.liu@intel.com <tianjiao.liu@intel.com>; Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink 
 
5G DL default symlink was pointing to a 4G vector.

Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")
Cc: stable@dpdk.org

Signed-off-by: Nicolas Chautru <nicolas.chautru@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 371cbc6..52d51ae 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
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink
  2020-09-09 21:15 [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink Nicolas Chautru
  2020-09-15  9:57 ` Aidan Goddard
@ 2020-09-15 10:07 ` Dave Burley
  2020-09-16  2:51 ` Liu, Tianjiao
  2 siblings, 0 replies; 5+ messages in thread
From: Dave Burley @ 2020-09-15 10:07 UTC (permalink / raw)
  To: Nicolas Chautru, dev; +Cc: stable, tianjiao.liu, Aidan Goddard

Acked-by: Dave Burley <dave.burley@accelercomm.com>


From: dev <dev-bounces@dpdk.org> on behalf of Nicolas Chautru <nicolas.chautru@intel.com>
Sent: 09 September 2020 22:15
To: dev@dpdk.org <dev@dpdk.org>
Cc: stable@dpdk.org <stable@dpdk.org>; tianjiao.liu@intel.com <tianjiao.liu@intel.com>; Nicolas Chautru <nicolas.chautru@intel.com>
Subject: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink 
 
5G DL default symlink was pointing to a 4G vector.

Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")
Cc: stable@dpdk.org

Signed-off-by: Nicolas Chautru <nicolas.chautru@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 371cbc6..52d51ae 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
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink
  2020-09-09 21:15 [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink Nicolas Chautru
  2020-09-15  9:57 ` Aidan Goddard
  2020-09-15 10:07 ` Dave Burley
@ 2020-09-16  2:51 ` Liu, Tianjiao
  2020-10-06 20:59   ` Akhil Goyal
  2 siblings, 1 reply; 5+ messages in thread
From: Liu, Tianjiao @ 2020-09-16  2:51 UTC (permalink / raw)
  To: Chautru, Nicolas, dev

Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>

> -----Original Message-----
> From: Chautru, Nicolas <nicolas.chautru@intel.com> 
> Sent: Thursday, September 10, 2020 5:16 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Liu, Tianjiao <tianjiao.liu@intel.com>; Chautru, Nicolas <nicolas.chautru@intel.com>
> Subject: [PATCH v1] app/bbdev: fix test vector symlink

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

> Fixes: d762705308c4 ("app/bbdev: add test vectors for 5GNR")
> Cc: stable@dpdk.org

> Signed-off-by: Nicolas Chautru <nicolas.chautru@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 371cbc6..52d51ae 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
> -- 
> 1.8.3.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink
  2020-09-16  2:51 ` Liu, Tianjiao
@ 2020-10-06 20:59   ` Akhil Goyal
  0 siblings, 0 replies; 5+ messages in thread
From: Akhil Goyal @ 2020-10-06 20:59 UTC (permalink / raw)
  To: Liu, Tianjiao, Chautru, Nicolas, dev

 Acked-by: Liu Tianjiao <tianjiao.liu@intel.com>
> 
Applied to dpdk-next-crypto

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-06 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 21:15 [dpdk-dev] [PATCH v1] app/bbdev: fix test vector symlink Nicolas Chautru
2020-09-15  9:57 ` Aidan Goddard
2020-09-15 10:07 ` Dave Burley
2020-09-16  2:51 ` Liu, Tianjiao
2020-10-06 20:59   ` Akhil Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).