* |WARNING| pw111625 [PATCH] [v2] net/iavf: fix device stop
@ 2022-05-23 12:18 dpdklab
0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-05-23 12:18 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 1246 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/111625
_apply patch failure_
Submitter: Radu Nicolau <radu.nicolau@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-23 12:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 12:18 |WARNING| pw111625 [PATCH] [v2] net/iavf: fix device stop 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).