Re: [dpdk-dev] [PATCH v1] net/vdev_netvsc: fix creating short name devices

2018-04-24 Thread Ferruh Yigit
On 4/10/2018 8:20 AM, Ophir Munk wrote: > Prior to this commit the vdev_netvsc PMD was creating tap and failsafe > devices with long names, such as "net_tap_net_vdev_netvsc0" or > "net_failsafe_net_vdev_netvsc0". > Long names containing more than 32 characters may be rejected by some > APIs (e.g. m

Re: [dpdk-dev] [PATCH v1] net/vdev_netvsc: fix creating short name devices

2018-04-10 Thread Matan Azrad
It is OK for me. Thanks. From: Ophir Munk, Tuesday, April 10, 2018 6:36 PM > Hi. > Discussed with Thomas. > Please consider the following commit message: > > net/vdev_netvsc: shorten devices names > > Prior to this commit the vdev_netvsc PMD was creating tap and failsafe > devices with long name

Re: [dpdk-dev] [PATCH v1] net/vdev_netvsc: fix creating short name devices

2018-04-10 Thread Ophir Munk
Hi. Discussed with Thomas. Please consider the following commit message: net/vdev_netvsc: shorten devices names Prior to this commit the vdev_netvsc PMD was creating tap and failsafe devices with long names, such as "net_tap_net_vdev_netvsc0" or "net_failsafe_net_vdev_netvsc0". This commits crea

Re: [dpdk-dev] [PATCH v1] net/vdev_netvsc: fix creating short name devices

2018-04-10 Thread Matan Azrad
Hi Ophir From: Ophir Munk, Tuesday, April 10, 2018 10:20 AM > Prior to this commit the vdev_netvsc PMD was creating tap and failsafe > devices with long names, such as "net_tap_net_vdev_netvsc0" or > "net_failsafe_net_vdev_netvsc0". > Long names containing more than 32 characters may be rejected b

[dpdk-dev] [PATCH v1] net/vdev_netvsc: fix creating short name devices

2018-04-10 Thread Ophir Munk
Prior to this commit the vdev_netvsc PMD was creating tap and failsafe devices with long names, such as "net_tap_net_vdev_netvsc0" or "net_failsafe_net_vdev_netvsc0". Long names containing more than 32 characters may be rejected by some APIs (e.g. membuf pool creation). This commits fixes this issu