automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API
@ 2022-06-22 17:53 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-06-22 17:53 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 2044 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/113257

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Wednesday, June 22 2022 16:54:05 
Applied on: CommitID:9aa95b6fc4d0f166f8364f60c476f52dfcbe1082
Apply patch set 113257-113263 failed:

Checking patch lib/eventdev/eventdev_pmd.h...
Checking patch lib/eventdev/rte_event_eth_tx_adapter.c...
error: while searching for:
txa_service_data_init(void)
{
	if (txa_service_data_array == NULL) {
		txa_service_data_array =
				txa_memzone_array_get("txa_service_data_array",
					sizeof(*txa_service_data_array),
					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
		if (txa_service_data_array == NULL)
			return -ENOMEM;
	}

	return 0;

error: patch failed: lib/eventdev/rte_event_eth_tx_adapter.c:222
Hunk #5 succeeded at 1246 (offset -6 lines).
Checking patch lib/eventdev/rte_event_eth_tx_adapter.h...
Checking patch lib/eventdev/version.map...
Applied patch lib/eventdev/eventdev_pmd.h cleanly.
Applying patch lib/eventdev/rte_event_eth_tx_adapter.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch lib/eventdev/rte_event_eth_tx_adapter.h cleanly.
Applied patch lib/eventdev/version.map cleanly.
diff a/lib/eventdev/rte_event_eth_tx_adapter.c b/lib/eventdev/rte_event_eth_tx_adapter.c	(rejected hunks)
@@ -222,12 +250,18 @@ static int
 txa_service_data_init(void)
 {
 	if (txa_service_data_array == NULL) {
+		int i;
+
 		txa_service_data_array =
-				txa_memzone_array_get("txa_service_data_array",
+				txa_memzone_array_get(TXA_SERVICE_DATA_ARRAY,
 					sizeof(*txa_service_data_array),
 					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
 		if (txa_service_data_array == NULL)
 			return -ENOMEM;
+
+		/* Reset the txa service pointers */
+		for (i = 0; i < RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE; i++)
+			txa_service_data_array[i] = NULL;
 	}
 
 	return 0;

https://lab.dpdk.org/results/dashboard/patchsets/22755/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API
@ 2022-06-30  4:17 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-06-30  4:17 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Ganapati Kundapura

[-- Attachment #1: Type: text/plain, Size: 5902 bytes --]

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/113263

_Testing issues_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Wednesday, June 22 2022 16:54:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:69033e3b843c81c74bcdd5e678c896c1fe1535ef

113257-113263 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Fedora 34                   | FAIL     |
+-----------------------------+----------+
| Fedora 32                   | PASS     |
+-----------------------------+----------+
| RHEL 7                      | PASS     |
+-----------------------------+----------+
| Ubuntu 18.04                | FAIL     |
+-----------------------------+----------+
| openSUSE Leap 15            | PASS     |
+-----------------------------+----------+
| Fedora 33                   | FAIL     |
+-----------------------------+----------+
| Fedora 31                   | FAIL     |
+-----------------------------+----------+
| Arch Linux                  | FAIL     |
+-----------------------------+----------+
| RHEL8                       | PASS     |
+-----------------------------+----------+
| CentOS Stream 8             | PASS     |
+-----------------------------+----------+
| Ubuntu 20.04                | FAIL     |
+-----------------------------+----------+
| Fedora 34 clang             | FAIL     |
+-----------------------------+----------+
| Alpine                      | FAIL     |
+-----------------------------+----------+
| Ubuntu 20.04 ARM GCC Native | PASS     |
+-----------------------------+----------+

==== 20 line log output for Alpine (abi_test): ====
'./librte_regex_cn9k.so.22' -> 'dpdk/pmds-22.2/librte_regex_cn9k.so.22'
'./librte_regex_cn9k.so.22.2' -> 'dpdk/pmds-22.2/librte_regex_cn9k.so.22.2'
'./librte_vdpa_ifc.so' -> 'dpdk/pmds-22.2/librte_vdpa_ifc.so'
'./librte_vdpa_ifc.so.22' -> 'dpdk/pmds-22.2/librte_vdpa_ifc.so.22'
'./librte_vdpa_ifc.so.22.2' -> 'dpdk/pmds-22.2/librte_vdpa_ifc.so.22.2'
'./librte_vdpa_sfc.so' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so'
'./librte_vdpa_sfc.so.22' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22'
'./librte_vdpa_sfc.so.22.2' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22.2'

Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/usertools/dpdk-devbind.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/usertools/dpdk-pmdinfo.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/usertools/dpdk-telemetry.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/usertools/dpdk-hugepages.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/rte_build_config.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/meson-private/libdpdk-libs.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/lib/pkgconfig
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/build/meson-private/libdpdk.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/build_install/usr/local/lib/pkgconfig
Running custom install script '/bin/sh /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@3/dpdk/config/../buildtools/symlink-drivers-solibs.sh lib dpdk/pmds-22.2'
==== Compiled DPDK with debugoptimized
bash: /scripts/generate_abi.sh: No such file or directory
==== End log output ====

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22755/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API
@ 2022-06-29 12:38 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-06-29 12:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, Ganapati Kundapura

[-- Attachment #1: Type: text/plain, Size: 7301 bytes --]

Test-Label: iol-abi-testing
Test-Status: WARNING
http://dpdk.org/patch/113263

_Testing issues_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Wednesday, June 22 2022 16:54:05 
DPDK git baseline: Repo:dpdk-next-eventdev
  Branch: master
  CommitID:0982216bce599e51a4f0bf3156e3286b2f94a409

113257-113263 --> testing fail

Test environment and result as below:

+-----------------------------+----------+
|         Environment         | abi_test |
+=============================+==========+
| Fedora 32                   | PASS     |
+-----------------------------+----------+
| Ubuntu 20.04 ARM GCC Native | PASS     |
+-----------------------------+----------+
| RHEL 7                      | FAIL     |
+-----------------------------+----------+
| Ubuntu 18.04                | PASS     |
+-----------------------------+----------+
| Fedora 33                   | FAIL     |
+-----------------------------+----------+
| openSUSE Leap 15            | PASS     |
+-----------------------------+----------+
| Arch Linux                  | FAIL     |
+-----------------------------+----------+
| Fedora 31                   | PASS     |
+-----------------------------+----------+
| CentOS Stream 8             | PASS     |
+-----------------------------+----------+
| Ubuntu 20.04                | FAIL     |
+-----------------------------+----------+
| Fedora 34                   | PASS     |
+-----------------------------+----------+
| RHEL8                       | PASS     |
+-----------------------------+----------+
| Fedora 34 clang             | PASS     |
+-----------------------------+----------+
| Alpine                      | PASS     |
+-----------------------------+----------+

==== 20 line log output for Ubuntu 20.04 (abi_test): ====
'./librte_vdpa_sfc.so.22' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22'
'./librte_vdpa_sfc.so.22.2' -> 'dpdk/pmds-22.2/librte_vdpa_sfc.so.22.2'
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/raw/cnxk_gpio/rte_pmd_cnxk_gpio.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/raw/dpaa2_cmdif/rte_pmd_dpaa2_cmdif.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/raw/ntb/rte_pmd_ntb.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler_operations.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/event/dlb2/rte_pmd_dlb2.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/baseband/acc100/rte_acc100_cfg.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/usertools/dpdk-devbind.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/usertools/dpdk-pmdinfo.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/usertools/dpdk-telemetry.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/usertools/dpdk-hugepages.py to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/bin
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/rte_build_config.h to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/include
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/meson-private/libdpdk-libs.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/lib/x86_64-linux-gnu/pkgconfig
Installing /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/meson-private/libdpdk.pc to /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/build_install/usr/local/lib/x86_64-linux-gnu/pkgconfig
Running custom install script '/bin/sh /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/config/../buildtools/symlink-drivers-solibs.sh lib/x86_64-linux-gnu dpdk/pmds-22.2'
==== Compiled DPDK with debugoptimized
bash: /scripts/generate_abi.sh: No such file or directory
==== End log output ====

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/22755/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API
@ 2022-06-22 19:24 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-06-22 19:24 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 2044 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/113257

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Wednesday, June 22 2022 16:54:05 
Applied on: CommitID:9aa95b6fc4d0f166f8364f60c476f52dfcbe1082
Apply patch set 113257-113263 failed:

Checking patch lib/eventdev/eventdev_pmd.h...
Checking patch lib/eventdev/rte_event_eth_tx_adapter.c...
error: while searching for:
txa_service_data_init(void)
{
	if (txa_service_data_array == NULL) {
		txa_service_data_array =
				txa_memzone_array_get("txa_service_data_array",
					sizeof(*txa_service_data_array),
					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
		if (txa_service_data_array == NULL)
			return -ENOMEM;
	}

	return 0;

error: patch failed: lib/eventdev/rte_event_eth_tx_adapter.c:222
Hunk #5 succeeded at 1246 (offset -6 lines).
Checking patch lib/eventdev/rte_event_eth_tx_adapter.h...
Checking patch lib/eventdev/version.map...
Applied patch lib/eventdev/eventdev_pmd.h cleanly.
Applying patch lib/eventdev/rte_event_eth_tx_adapter.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch lib/eventdev/rte_event_eth_tx_adapter.h cleanly.
Applied patch lib/eventdev/version.map cleanly.
diff a/lib/eventdev/rte_event_eth_tx_adapter.c b/lib/eventdev/rte_event_eth_tx_adapter.c	(rejected hunks)
@@ -222,12 +250,18 @@ static int
 txa_service_data_init(void)
 {
 	if (txa_service_data_array == NULL) {
+		int i;
+
 		txa_service_data_array =
-				txa_memzone_array_get("txa_service_data_array",
+				txa_memzone_array_get(TXA_SERVICE_DATA_ARRAY,
 					sizeof(*txa_service_data_array),
 					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
 		if (txa_service_data_array == NULL)
 			return -ENOMEM;
+
+		/* Reset the txa service pointers */
+		for (i = 0; i < RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE; i++)
+			txa_service_data_array[i] = NULL;
 	}
 
 	return 0;

https://lab.dpdk.org/results/dashboard/patchsets/22755/

UNH-IOL DPDK Community Lab

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

* |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API
@ 2022-06-22 17:10 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2022-06-22 17:10 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 2044 bytes --]

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/113257

_apply patch failure_

Submitter: Ganapati Kundapura <ganapati.kundapura@intel.com>
Date: Wednesday, June 22 2022 16:54:05 
Applied on: CommitID:9aa95b6fc4d0f166f8364f60c476f52dfcbe1082
Apply patch set 113257-113263 failed:

Checking patch lib/eventdev/eventdev_pmd.h...
Checking patch lib/eventdev/rte_event_eth_tx_adapter.c...
error: while searching for:
txa_service_data_init(void)
{
	if (txa_service_data_array == NULL) {
		txa_service_data_array =
				txa_memzone_array_get("txa_service_data_array",
					sizeof(*txa_service_data_array),
					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
		if (txa_service_data_array == NULL)
			return -ENOMEM;
	}

	return 0;

error: patch failed: lib/eventdev/rte_event_eth_tx_adapter.c:222
Hunk #5 succeeded at 1246 (offset -6 lines).
Checking patch lib/eventdev/rte_event_eth_tx_adapter.h...
Checking patch lib/eventdev/version.map...
Applied patch lib/eventdev/eventdev_pmd.h cleanly.
Applying patch lib/eventdev/rte_event_eth_tx_adapter.c with 1 reject...
Hunk #1 applied cleanly.
Hunk #2 applied cleanly.
Hunk #3 applied cleanly.
Rejected hunk #4.
Hunk #5 applied cleanly.
Applied patch lib/eventdev/rte_event_eth_tx_adapter.h cleanly.
Applied patch lib/eventdev/version.map cleanly.
diff a/lib/eventdev/rte_event_eth_tx_adapter.c b/lib/eventdev/rte_event_eth_tx_adapter.c	(rejected hunks)
@@ -222,12 +250,18 @@ static int
 txa_service_data_init(void)
 {
 	if (txa_service_data_array == NULL) {
+		int i;
+
 		txa_service_data_array =
-				txa_memzone_array_get("txa_service_data_array",
+				txa_memzone_array_get(TXA_SERVICE_DATA_ARRAY,
 					sizeof(*txa_service_data_array),
 					RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE);
 		if (txa_service_data_array == NULL)
 			return -ENOMEM;
+
+		/* Reset the txa service pointers */
+		for (i = 0; i < RTE_EVENT_ETH_TX_ADAPTER_MAX_INSTANCE; i++)
+			txa_service_data_array[i] = NULL;
 	}
 
 	return 0;

https://lab.dpdk.org/results/dashboard/patchsets/22755/

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2022-06-30  4:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 17:53 |WARNING| pw113257-113263 [PATCH] [v8, 7/7] doc/eth_tx: update instance get API dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-06-30  4:17 dpdklab
2022-06-29 12:38 dpdklab
2022-06-22 19:24 dpdklab
2022-06-22 17:10 dpdklab

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).