+68
−30
Loading
The initial support has a few areas that will get cleaned up in future patches. * This patch will do same as before and always allocate a large buffer, even if the required size is a lot smaller. Later patches will specify the size so that we can utilize the iobuf small buffers instead of always using large ones. * iobuf channel failure doesn't result in an error being properly propagated back to the caller. But poller registration failure wasn't propagating errors back either, so at least for this patch the behavior is similar. Upcoming patches will properly report errors in setting up a poll group. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I32fbf1204f099f85851a8d747750be7b26bebc4e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17919 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>