From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) by dpdk.org (Postfix) with ESMTP id 433A158EF for ; Mon, 9 Mar 2015 11:12:52 +0100 (CET) Received: by wevk48 with SMTP id k48so29688979wev.7 for ; Mon, 09 Mar 2015 03:12:52 -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=7YKa/wRp8QT0xv2vhrmMQ3pKwEUWc6ypn1sKyT5Hfoc=; b=T4JaOB1VwLuw5EcJKPb1v+kqO5iJY5ufqcKxirQ2t2+LKVb8tFQM6UHAaapRHHMM58 p0CtkW2UBq2YFSMCrAHQCbrgjsQjJPtZrwBbEPojqooNPhtNCb4stxf86HS254wWaGVj esn2Jb2gPSd40hA3niAH6qnr/sPiqhL7Y7qHQSpe1WjN5Owx/m40AnaE4i31yj0CwXND f7FDWNWEy7fFUVRlBjRr4+fmnfac2X1eVBJZ0Eu9GHJtkGLcKuOovkQ5OJ1pucd7PLkd uaWZAjTidhhva8MU5WgICseXbx2/4ZiGJESeZj5S0mxrDeLIonUmp9jL1wSMWSsHypi/ TPhA== X-Gm-Message-State: ALoCoQmzGEq1JdE4OyNUIGORRjDK8qMREHWR0kCQVnqAqPcG+3CTct7WRKJOuIoEAOoVfN3VWheg X-Received: by 10.194.48.74 with SMTP id j10mr57522655wjn.38.1425895972048; Mon, 09 Mar 2015 03:12:52 -0700 (PDT) Received: from vladz-laptop.localdomain (bzq-109-65-117-109.red.bezeqint.net. [109.65.117.109]) by mx.google.com with ESMTPSA id vh8sm27570353wjc.12.2015.03.09.03.12.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Mar 2015 03:12:51 -0700 (PDT) From: Vlad Zolotarov To: dev@dpdk.org Date: Mon, 9 Mar 2015 12:12:45 +0200 Message-Id: <1425895968-8597-1-git-send-email-vladz@cloudius-systems.com> X-Mailer: git-send-email 2.1.0 Subject: [dpdk-dev] [PATCH v1 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 10:12:52 -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. 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