From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stephen@networkplumber.org>
Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com
 [209.85.192.175]) by dpdk.org (Postfix) with ESMTP id 71DA3C9EA
 for <dev@dpdk.org>; Sat, 27 Jun 2015 02:01:41 +0200 (CEST)
Received: by pdcu2 with SMTP id u2so83108627pdc.3
 for <dev@dpdk.org>; Fri, 26 Jun 2015 17:01:40 -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;
 bh=mvvDfPkgevRnZcc2esFwCrGQB+F1l6zO4HozqjA2Hx8=;
 b=mnmAFHzsHRMMlmBPFCklrpquDZS+xhajJrE2wAkk7amVFVSahT8e0d4AgsVvdNMt+U
 qaYcQr/WOHMbpGpmXikQ2Ez3Rta4O5PGMHcyHvs5U+fA5chfZS6+LHjKUG9pNZ4YoNuH
 4eaxhmrTXS1m+S6142pnTNKMotRqOskOoyanCoYu0bbMW+rRHPvXLa8KxDro3E4/TmXr
 c5B3rfMV719ltov4gU4bXBOqDxhSbY1DfQ0m34VVuMVGA9GGy6BWZ4m6BCAwNimTM6H4
 jZQJKZSQioY2d+u/COaLF0qE82Is8OilOgkIu5pghE2mwlA5oJ1W7YYRHf9TYmgHvSov
 5Gyw==
X-Gm-Message-State: ALoCoQlrfrAiTfPGPhL7wWKJQmtr8rHsl+2x7lT/wiNlF87SkVyaUVwv0mDE7HtYG0y4rTvd7hqy
X-Received: by 10.66.65.162 with SMTP id y2mr8092224pas.101.1435363300810;
 Fri, 26 Jun 2015 17:01:40 -0700 (PDT)
Received: from urahara.home.lan (static-50-53-82-155.bvtn.or.frontiernet.net.
 [50.53.82.155])
 by mx.google.com with ESMTPSA id de4sm34434549pbb.95.2015.06.26.17.01.39
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Fri, 26 Jun 2015 17:01:39 -0700 (PDT)
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Date: Fri, 26 Jun 2015 17:01:41 -0700
Message-Id: <1435363305-17819-1-git-send-email-stephen@networkplumber.org>
X-Mailer: git-send-email 2.1.4
Cc: Stephen Hemminger <shemming@brocade.com>
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 27 Jun 2015 00:01:42 -0000

From: Stephen Hemminger <shemming@brocade.com>

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

 lib/librte_ether/rte_ethdev.c | 719 ++++++++++++------------------------------
 1 file changed, 202 insertions(+), 517 deletions(-)

-- 
2.1.4