From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=3DzS1mqZtGFk+kPjV5CfyyCSG3dFfIVVQnKZLQWBMXw=; b=gnIu2rg9vZ4DCLX5PEMUpOrQVsxZQRMlv9gWoVruOZQJVzf2LV/M+luRIUd9K9AvLn 2vJWmqgmJ2hp9uAleXixDvMDKWt3esz7edWelYVpgNWLUMygrt4j6jxhOE9ubumrOVHu 6zxVetTDPBennuqlW5/Wkmb/yaJ/VSMUht6xC6ruOu2lrcKzD/tqivLqamUrRJt8+7kt X3VyOMbWzkjsnBzahqe4uCMPiwzeUzc5VC/E3CgDzbT5EhdAhrK752ZbKiDg0eWVNnpu BlJ2CgkYr2mbWT/+bXXbMtjlyz1LOY7Un5qcg78t/NUqN79NdMblUfNyfMY2wAWrVtDm hMzg== X-Gm-Message-State: ALoCoQnEU9dG0pud34ju1E6WBImagrAkjEpeMDKNzAWqJ5jgs8q3CHZwr3tJB8ppuikI3fEh8D8q X-Received: by 10.180.106.195 with SMTP id gw3mr7229206wib.25.1434464282995; Tue, 16 Jun 2015 07:18:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hn7sm1877354wjc.16.2015.06.16.07.18.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jun 2015 07:18:02 -0700 (PDT) From: Thomas Monjalon To: "Richardson, Bruce" Date: Tue, 16 Jun 2015 16:17:04 +0200 Message-ID: <5426289.ZcIMOeqgZX@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: References: <1432734469-1668-1-git-send-email-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/4] kni: add function to query the name of a kni object X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 14:18:03 -0000 > > 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