[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-06-15 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, May 27, 2015 9:48 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni > object > > When a KNI object is created, a name

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Bruce Richardson
On Wed, May 27, 2015 at 04:15:49PM +0200, Marc Sune wrote: > > > On 27/05/15 15:55, Bruce Richardson wrote: > >On Wed, May 27, 2015 at 03:52:34PM +0200, Marc Sune wrote: > >> > >>On 27/05/15 15:47, Bruce Richardson wrote: > >>>When a KNI object is created, a name is assigned to it which is

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Marc Sune
On 27/05/15 15:55, Bruce Richardson wrote: > On Wed, May 27, 2015 at 03:52:34PM +0200, Marc Sune wrote: >> >> On 27/05/15 15:47, Bruce Richardson wrote: >>> When a KNI object is created, a name is assigned to it which is stored >>> internally. There is also an API function to look up a KNI

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Marc Sune
On 27/05/15 15:47, Bruce Richardson wrote: > When a KNI object is created, a name is assigned to it which is stored > internally. There is also an API function to look up a KNI object by > name, but there is no API to query the current name of an existing > KNI object. This patch adds just such

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Bruce Richardson
On Wed, May 27, 2015 at 03:52:34PM +0200, Marc Sune wrote: > > > On 27/05/15 15:47, Bruce Richardson wrote: > >When a KNI object is created, a name is assigned to it which is stored > >internally. There is also an API function to look up a KNI object by > >name, but there is no API to query the

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Bruce Richardson
On Wed, May 27, 2015 at 02:47:49PM +0100, Bruce Richardson wrote: > When a KNI object is created, a name is assigned to it which is stored > internally. There is also an API function to look up a KNI object by > name, but there is no API to query the current name of an existing > KNI object. This

[dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object

2015-05-27 Thread Bruce Richardson
When a KNI object is created, a name is assigned to it which is stored internally. There is also an API function to look up a KNI object by name, but there is no API to query the current name of an existing KNI object. This patch adds just such an API. Signed-off-by: Bruce Richardson ---