From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by dpdk.org (Postfix) with ESMTP id 5A8675A7A for ; Sat, 7 Mar 2015 03:23:31 +0100 (CET) Received: by paceu11 with SMTP id eu11so42170670pac.1 for ; Fri, 06 Mar 2015 18:23:30 -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; bh=jUuxAr57I8WNg7iIR+kOjo66/Eh4RYcunTQiadpn8CA=; b=Reb1fDzgvVDhHr/Yol/b6rXl1TWlULrMhS5qVpi7n42ad9uOjMupOQp1nWfBIB6biO wNrYqFg8GFtOsNwX2HPCq8aMycY3mHwDL8mrHwhPAxRUxO9BKbkYb8NujWELqaLrQiwR 0BeqF+kEjOT0iMB2JxDIn6rn3gucGKtB8xgi2c1tSPTIJ07HRab7mc9RDC4Qcx6xa3hy KomqT0vgcuz1J3vRBN2oT42NXWsqizjdHAKEeBdgWBPdDCYPoLUw9l0B8XiDG90N3tkI 7+rIxFH5hJc63mI/+CHUtPFTA5dVj0JF2uqJ2/4RGv1Q3ylBsZsdbD8Mio6OFFh/94gB gvUA== X-Gm-Message-State: ALoCoQm/vLDFUnXIbnlhlpPCjO7ZZb77qKZM9jeAU/D5afBv6fGdktu2J9/YyJmMqTyrUVmCkIZb X-Received: by 10.68.211.228 with SMTP id nf4mr31060721pbc.66.1425695010652; Fri, 06 Mar 2015 18:23:30 -0800 (PST) Received: from urahara.brocade.com (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id x4sm10797098pas.40.2015.03.06.18.23.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 06 Mar 2015 18:23:29 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Date: Fri, 6 Mar 2015 18:23:19 -0800 Message-Id: <1425695004-29605-1-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 Subject: [dpdk-dev] [PATCH 0/5] ixgbe: cleanup 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: Sat, 07 Mar 2015 02:23:31 -0000 These are things found while reviewing ixgbe driver. No bugs or functionality changes, just minor things like naming and use of const. Stephen Hemminger (5): ixgbe: make txq_ops const ixgbe: make register maps const ixgbe: make bulk alloc static ixgbe: rename set_tx_function ixgbe: rename igb_* to ixgbe_* lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 4 +- lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 5 -- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 132 +++++++++++++++++----------------- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 28 ++++---- lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c | 54 +++++++------- 5 files changed, 109 insertions(+), 114 deletions(-) -- 2.1.4