Re: [dpdk-dev] [PATCH v1] net/mlx5: fix secondary process resource leakage

2018-08-02 Thread Shahaf Shuler
Wednesday, August 1, 2018 11:01 AM, Shahaf Shuler: > Subject: RE: [dpdk-dev] [PATCH v1] net/mlx5: fix secondary process resource > leakage > > Hi Ophir, > > Wednesday, August 1, 2018 1:38 AM, Ophir Munk: > > Subject: [dpdk-dev] [PATCH v1] net/mlx5: fix secondary proc

Re: [dpdk-dev] [PATCH v1] net/mlx5: fix secondary process resource leakage

2018-08-01 Thread Shahaf Shuler
Hi Ophir, Wednesday, August 1, 2018 1:38 AM, Ophir Munk: > Subject: [dpdk-dev] [PATCH v1] net/mlx5: fix secondary process resource > leakage > > When running testpmd with an mlx5 device and then executing at testpmd > prompt in a raw: "port start all" followed by &qu

[dpdk-dev] [PATCH v1] net/mlx5: fix secondary process resource leakage

2018-07-31 Thread Ophir Munk
When running testpmd with an mlx5 device and then executing at testpmd prompt in a raw: "port start all" followed by "port stop all" a new file named /var/tmp/net_mlx5_ is created as a result of creating a new unix domain socket (used for communication between the primary and secondary processes).