Re: [dpdk-dev] [PATCH] common/mlx5: share memory free callback

2021-06-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, June 28, 2021 6:06 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; > sta...@dpdk.org > Subject: [PATCH] common/mlx5: share memory free callback > > All the mlx5 drivers using MRs for data-path

[dpdk-dev] [PATCH] common/mlx5: share memory free callback

2021-06-28 Thread Michael Baum
All the mlx5 drivers using MRs for data-path must unregister the mapped memory when it is freed by the dpdk process. Currently, only the net/eth driver unregisters MRs in free event. Move the net callback handler from net driver to common. Cc: sta...@dpdk.org Signed-off-by: Michael Baum Acked-