From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] enforce rules of the cpu and ixgbe exchange data. Date: Mon, 27 Jul 2015 16:18:25 +0200 Message-ID: <2152064.QkQ5mbgbrx@xps13> References: <1437029134-25191-1-git-send-email-xuelin.shi@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, xuelin.shi@freescale.com To: konstantin.ananyev@intel.com 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 81956C574 for ; Mon, 27 Jul 2015 16:19:42 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so114994083wib.0 for ; Mon, 27 Jul 2015 07:19:42 -0700 (PDT) In-Reply-To: <1437029134-25191-1-git-send-email-xuelin.shi@freescale.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A quick review of this long pending patch would be great. Thanks 2015-07-16 14:45, xuelin.shi@freescale.com: > From: Xuelin Shi > > 1. cpu use data owned by ixgbe must use rte_le_to_cpu_xx(...) > 2. cpu fill data to ixgbe must use rte_cpu_to_le_xx(...) > 3. checking pci status with converted constant. > > Signed-off-by: Xuelin Shi