+2
−0
Loading
nvme_tcp UT marked the pointer to poll_group, making sure it is never touched. Which worked fine since the UT does not verify poll_group functionality. Would have to be changed anyway if the tests were expaneded. Next patch in series adds check for poll_group during submission that is used in single qpair UTs. To address that start off the poll_group with NULL. No futher changes were needed since poll_group add and remove already apprioprietly un/sets it. Modified UT to accomodate. Change-Id: If8cd652333e3e3342d92cea5634109abf8e7129b Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@nutanix.com> Reviewed-on: https://review.spdk.io/c/spdk/spdk/+/25798 Reviewed-by:
Jim Harris <jim.harris@nvidia.com> Reviewed-by:
Jacek Kalwas <jacek.kalwas@nutanix.com> Reviewed-by:
Konrad Sztyber <ksztyber@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK Automated Test System <spdkbot@gmail.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>