Re: [dpdk-dev] [PATCH 0/5] add device removal event

2017-03-23 Thread Gaetan Rivet
Hi all, Following the discussion that took place during the tech board meeting, it seems that some clarification and some additional discussion is needed about this series. As of now, what I plan to do is to: 1. Rebase this series upon the bus framework [1][2][3]. 2. Write further documentation

[dpdk-dev] [PATCH 0/5] add device removal event

2017-03-03 Thread Gaetan Rivet
This new event represents the sudden removal of a device from its bus. The underlying resources exposed by the bus are expected not to be available anymore. The application should thus be able to react and possibly clean up related resources that it reserved for the removed device. This event is d