|WARNING| pw111625 [PATCH] [v2] net/iavf: fix device stop
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon May 23 14:18:59 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111625
_apply patch failure_
Submitter: Radu Nicolau <radu.nicolau at intel.com>
Date: Monday, May 23 2022 12:04:36
Applied on: CommitID:26d734b5d280b96f91f00f5e0c6c7eff99facef2
Apply patch set 111625 failed:
Checking patch drivers/net/iavf/iavf_ethdev.c...
Hunk #1 succeeded at 1067 (offset -21 lines).
error: while searching for:
ret = iavf_dev_stop(dev);
adapter->closed = true;
iavf_flow_flush(dev, NULL);
iavf_flow_uninit(adapter);
error: patch failed: drivers/net/iavf/iavf_ethdev.c:2713
Checking patch drivers/net/iavf/iavf_ipsec_crypto.c...
Applying patch drivers/net/iavf/iavf_ethdev.c with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Applied patch drivers/net/iavf/iavf_ipsec_crypto.c cleanly.
diff a/drivers/net/iavf/iavf_ethdev.c b/drivers/net/iavf/iavf_ethdev.c (rejected hunks)
@@ -2713,6 +2710,9 @@ iavf_dev_close(struct rte_eth_dev *dev)
ret = iavf_dev_stop(dev);
adapter->closed = true;
+ /* free iAVF security device context all related resources */
+ iavf_security_ctx_destroy(adapter);
+
iavf_flow_flush(dev, NULL);
iavf_flow_uninit(adapter);
https://lab.dpdk.org/results/dashboard/patchsets/22243/
UNH-IOL DPDK Community Lab
More information about the test-report
mailing list