From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 73D1DADC9 for ; Tue, 24 Feb 2015 03:22:09 +0100 (CET) Received: by mail-wi0-f179.google.com with SMTP id ex7so1643253wid.0 for ; Mon, 23 Feb 2015 18:22:09 -0800 (PST) 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=OCZyiFrXfv5rdVS1NZKVcmabRio9SV4aNDpz7bhIixk=; b=XiaKsMeGEeVNHE3aoSkbQ1lGZPZ2owlIEN6FlQWr8oXba7HFRL3LNKkZVDP2VhrJS/ aB3rWlOHsxpZKHBAf6ctAMi4hNHaIb8kbGTgIUG5IbGjXVrKJKgm9XlAeg1TEXOu1lKL ZUuECtiWQvza1dOC5xRQnybaKTk3WwIoEfi4/muc0xoJtvtKDpUTq66+1nMV5duL3kyU dMKQH9v47+shALFWUd1TsA3p1jfN2yGHZr9L9gTWoKW9alQAwKJ9CxtQOmGKxNkwgo3b nZwbGVjraYFFEJpBTUHuhYppR7i1TNN8su4eMrZAkMKp5SMpfK87v35ocqQqqNl04euX 1mdw== X-Gm-Message-State: ALoCoQnpJwa8EKmDkbRm8f/lsJKE9R1t7blE8LrT3aq2rLNz/wrYO6ZXF3Rcv2bQYnHsQJgy17yL X-Received: by 10.194.95.200 with SMTP id dm8mr28743112wjb.122.1424744529280; Mon, 23 Feb 2015 18:22:09 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u6sm18365818wix.12.2015.02.23.18.22.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Feb 2015 18:22:08 -0800 (PST) From: Thomas Monjalon To: Keith Wiles Date: Tue, 24 Feb 2015 03:21:38 +0100 Message-ID: <5937065.YpT8v1xgzW@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1424715883-46989-1-git-send-email-keith.wiles@intel.com> References: <1424715883-46989-1-git-send-email-keith.wiles@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] Remove unused static function revert_protocol_type() causing error with clang 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, 24 Feb 2015 02:22:09 -0000 2015-02-23 12:24, Keith Wiles: > Signed-off-by: Keith Wiles Acked-by: Thomas Monjalon Applied, thanks