Re: [dpdk-dev] [PATCH 12/14] net/mlx5: update install/uninstall int handler routines

2019-03-24 Thread Shahaf Shuler
Thursday, March 21, 2019 4:02 PM, Slava Ovsiienko: > To: Shahaf Shuler ; dev@dpdk.org > Subject: RE: [PATCH 12/14] net/mlx5: update install/uninstall int handler > routines > > > > Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > > > Subject: [PATCH 12/14] net/mlx5: update install/uninsta

Re: [dpdk-dev] [PATCH 12/14] net/mlx5: update install/uninstall int handler routines

2019-03-21 Thread Slava Ovsiienko
> -Original Message- > From: Shahaf Shuler > Sent: Thursday, March 21, 2019 14:15 > To: Slava Ovsiienko ; dev@dpdk.org > Subject: RE: [PATCH 12/14] net/mlx5: update install/uninstall int handler > routines > > Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > > Subject: [PATCH 12/

Re: [dpdk-dev] [PATCH 12/14] net/mlx5: update install/uninstall int handler routines

2019-03-21 Thread Shahaf Shuler
Thursday, March 21, 2019 10:11 AM, Viacheslav Ovsiienko: > Subject: [PATCH 12/14] net/mlx5: update install/uninstall int handler routines > > We are implementing the support for multport Infiniband device withj > representors attached to these multiple ports. Asynchronous device event > notificati

[dpdk-dev] [PATCH 12/14] net/mlx5: update install/uninstall int handler routines

2019-03-21 Thread Viacheslav Ovsiienko
We are implementing the support for multport Infiniband device withj representors attached to these multiple ports. Asynchronous device event notifications (link status change, removal event, etc.) should be shared between ports. We are going to implement shared event handler and this patch introdu