From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 0EDC21396 for ; Thu, 2 Jul 2015 12:33:19 +0200 (CEST) Received: by wiwl6 with SMTP id l6so192262628wiw.0 for ; Thu, 02 Jul 2015 03:33:18 -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=bY92OCjzrUyrr4gVoSPqi0XLc13nWHJz7daNFck6CpA=; b=QKoV8MmeyHLXSed0iT52gwhX5C65pF7BHOtlkEle2VG7EYu1Goa+AE/obbkPCt3LB/ j5fIx6RaG+2yUysEHandzu/+53LMiudPp8cjbGXOwjiZIf3tQxsYhostKIcSvrw9OuMR WKY+3KzlluGbJiQlqNWbS1xDi4ByUbNpRhp3G0E9Xk9pJZGdNS0M/Y5Ng5cX6ZqQBTJk jnCxpT8rKTc5C2s1zOYOuxMIRf8n+aT/B6pGiH35ErCqgIMOL40pIzkCJY4vuKLIV1o0 kkL9+vHRPhiqGEFyfwsqQ+l53YuBiZxOnZ9O1NX0NxQFmKi4Ntk/V0fdyw5qT0mhmKa2 lZsw== X-Gm-Message-State: ALoCoQnzZ3XwyKrGDB8XB3UyQ5oeMoQ4F9/QXQ9gGOarpt6CRnyZdGc3VJSH1n3yBwn3C2jTBDy1 X-Received: by 10.194.192.72 with SMTP id he8mr57818416wjc.11.1435833198397; Thu, 02 Jul 2015 03:33:18 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id wx9sm7393532wjb.6.2015.07.02.03.33.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 03:33:17 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Thu, 02 Jul 2015 12:32:10 +0200 Message-ID: <3694557.bd1ejV3F3S@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435363305-17819-1-git-send-email-stephen@networkplumber.org> References: <1435363305-17819-1-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 0/4] ethdev: patches 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: Thu, 02 Jul 2015 10:33:19 -0000 2015-06-26 17:01, Stephen Hemminger: > The recent work on ethtool like API exposed some of the stylistic > ugliness and waste in the current rte_ethdev code. > > Stephen Hemminger (4): > rte_ethdev: remove impossible condition > rte_ethdev: fix comment spelling > rte_ethdev: fix code style > rte_ethdev: introduce valid port helper Applied, thanks