Re: [dpdk-dev] [PATCH v4 5/5] eal/windows: added support for rte_bus_close API

2020-10-26 Thread Narcisa Ana Maria Vasile
On Thu, Oct 08, 2020 at 09:00:47PM +0530, rohit@nxp.com wrote: > From: Rohit Raj > > Added support for rte_bus_close API on windows to reset the devices on > the bus to default state. > > Signed-off-by: Rohit Raj > --- > lib/librte_eal/windows/eal.c | 2 +- > 1 file changed, 1 insertion(+)

Re: [dpdk-dev] [PATCH v4 5/5] eal/windows: added support for rte_bus_close API

2020-10-11 Thread Tal Shnaiderman
> Subject: [dpdk-dev] [PATCH v4 5/5] eal/windows: added support for > rte_bus_close API > > External email: Use caution opening links or attachments > > > From: Rohit Raj > > Added support for rte_bus_close API on windows to reset the devices on > the bus to def

[dpdk-dev] [PATCH v4 5/5] eal/windows: added support for rte_bus_close API

2020-10-08 Thread rohit . raj
From: Rohit Raj Added support for rte_bus_close API on windows to reset the devices on the bus to default state. Signed-off-by: Rohit Raj --- lib/librte_eal/windows/eal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/windows/eal.c b/lib/librte_eal/windows/e