On 1/18/2024 6:05 PM, lon...@linuxonhyperv.com wrote: > From: Long Li <lon...@microsoft.com> > > The device capabilities reported from RDMA layer are in int. Those values can > overflow with the data types defined in dev_info_get(). > > Fix this by doing a upper bound before returning those values. > > Fixes: 517ed6e2d590 ("net/mana: add basic driver with build environment") > Cc: sta...@dpdk.org > > Signed-off-by: Long Li <lon...@microsoft.com> >
Applied to dpdk-next-net/main, thanks. '%lu' format specifiers replaced with 'PRIu64' for 'priv->max_mr_size' while merging.