Re: [dpdk-dev] [PATCH 18.05-RC3 v2] mem: add argument to mem event callbacks

2018-05-08 Thread Thomas Monjalon
04/05/2018 09:35, Maxime Coquelin: > Hi Anatoly, > > On 05/03/2018 10:28 AM, Anatoly Burakov wrote: > > It may be useful to pass arbitrary data to the callback (such > > as device pointers), so add this to the mem event callback API. > > > > Signed-off-by: Anatoly Burakov > > Suggested-by: Maxim

Re: [dpdk-dev] [PATCH 18.05-RC3 v2] mem: add argument to mem event callbacks

2018-05-04 Thread Maxime Coquelin
Hi Anatoly, On 05/03/2018 10:28 AM, Anatoly Burakov wrote: It may be useful to pass arbitrary data to the callback (such as device pointers), so add this to the mem event callback API. Signed-off-by: Anatoly Burakov Suggested-by: Maxime Coquelin --- Notes: v2: - Fixed compile issue

[dpdk-dev] [PATCH 18.05-RC3 v2] mem: add argument to mem event callbacks

2018-05-03 Thread Anatoly Burakov
It may be useful to pass arbitrary data to the callback (such as device pointers), so add this to the mem event callback API. Signed-off-by: Anatoly Burakov Suggested-by: Maxime Coquelin --- Notes: v2: - Fixed compile issue in VFIO This is needed to fix virtio-user issues under