On 1/18/2024 6:05 PM, [email protected] wrote: > From: Long Li <[email protected]> > > 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: [email protected] > > Signed-off-by: Long Li <[email protected]> >
Applied to dpdk-next-net/main, thanks. '%lu' format specifiers replaced with 'PRIu64' for 'priv->max_mr_size' while merging.

