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 1495F5ABA for ; Mon, 9 Mar 2015 17:28:56 +0100 (CET) Received: by wiwh11 with SMTP id h11so12277152wiw.5 for ; Mon, 09 Mar 2015 09:28:55 -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=EdK20Q8RJeRn2fVBgywoVmCWl38YP94f2dveLaLMI7k=; b=JHCjV/xCQYxJngpaSucKLSw5JqsYMqhIagBazyoBxWtbeQ9OdhERm3vmQPES8iUBrA QmtsjLBzte4DmePERMHSeKj4JZQOUgW+koaJt9yqBwoi3TqPZCcfX2QvfulCzURk0wyz WMFyjYPcpMttmaUd95wwqChwMY9hkF4yObsGKhtfDb7ZzX/1FIXogC+9xaYEeTgDHaDD KFmUedElqbRGT324xXTQEWdH8Sn5O4DKAcFFZB8qSrAHXKw3Q6QWuLPff/V+PzgtMWcF F/9yq1uu+GPOoK8AlhPYBIX9qYPKK5scApXjjGQyO6QsTBa4fOjQl6Mwd/FJyPK7yRmN ihrg== X-Gm-Message-State: ALoCoQkaGyi/kwra7SHniEov6KlbiCBcyM/3WC3kCwmLz2Wxt4SsmMEEU9VOwudijXspRINa/znQ X-Received: by 10.194.110.233 with SMTP id id9mr60139279wjb.136.1425918535741; Mon, 09 Mar 2015 09:28:55 -0700 (PDT) Received: from vladz-laptop.localdomain ([109.65.117.109]) by mx.google.com with ESMTPSA id e18sm28920929wjz.27.2015.03.09.09.28.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2015 09:28:55 -0700 (PDT) From: Vlad Zolotarov To: dev@dpdk.org Date: Mon, 9 Mar 2015 18:28:49 +0200 Message-Id: <1425918532-8601-1-git-send-email-vladz@cloudius-systems.com> X-Mailer: git-send-email 2.1.0 Subject: [dpdk-dev] [PATCH v2 0/3]: bug fixes in the ixgbe PF PMD Rx flow 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: Mon, 09 Mar 2015 16:28:56 -0000 This series contains some bug fixes that were found during my work on the ixgbe LRO patches. Sending this series separately on Thomas request so that it may be integrated into the 2.0 release. New in v2: - Fixed a compilation failure. Vlad Zolotarov (3): ixgbe: Use the rte_le_to_cpu_xx()/rte_cpu_to_le_xx() when reading/setting HW ring descriptor fields ixgbe: Bug fix: Properly configure Rx CRC stripping for x540 devices ixgbe: Unify the rx_pkt_bulk callback initialization lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 2 + lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 13 ++- lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 199 +++++++++++++++++++++----------- lib/librte_pmd_ixgbe/ixgbe_rxtx.h | 22 +++- 4 files changed, 161 insertions(+), 75 deletions(-) -- 2.1.0