From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] kni: add function to query the name of a kni object Date: Tue, 16 Jun 2015 16:17:04 +0200 Message-ID: <5426289.ZcIMOeqgZX@xps13> References: <1432734469-1668-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Richardson, Bruce" Return-path: Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 20110C320 for ; Tue, 16 Jun 2015 16:18:03 +0200 (CEST) Received: by wgv5 with SMTP id 5so13429611wgv.1 for ; Tue, 16 Jun 2015 07:18:03 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 > Acked-by: Helin Zhang The .map file change was not alphabetical (fixed on the fly). Applied, thanks