From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Zolotarov Subject: Re: [PATCH v2 0/3]: bug fixes in the ixgbe PF PMD Rx flow Date: Wed, 11 Mar 2015 11:14:12 +0200 Message-ID: <55000764.5080909@cloudius-systems.com> References: <1425918532-8601-1-git-send-email-vladz@cloudius-systems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Thomas Monjalon Return-path: In-Reply-To: <1425918532-8601-1-git-send-email-vladz-RmZWMc9puTNJc61us3aD9laTQe2KTcn/@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Ping. ;) On 03/09/15 18:28, Vlad Zolotarov wrote: > 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(-) >