62d89b19f5d79ddf01cffe2e85574e43f397b3ae

Currently the cdp apis are given pdev/vdev/peer handle as its arguments, which is directly accessed in those APIs. This can cause a race-condition in access of the respective handles if it has been deleted in parallel. Hence as a part of cdp convergence, pass only the pdev/vdev id or peer mac address, which will be used to get the respective handles, and hence avoiding the unwanted access of the handles if it has been deleted. Converged ocb_ops - set_ocb_chan_info - get_ocb_chan_info CRs-Fixed: 2539745 Change-Id: I7de53c48ec6b7f0c09be7c9cf642d8cf4f8eae78
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%