From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 9DF9D595B for ; Mon, 17 Nov 2014 22:55:20 +0100 (CET) Received: by mail-wi0-f175.google.com with SMTP id l15so7250008wiw.8 for ; Mon, 17 Nov 2014 14:05:38 -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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=zB7E8RwRaCPLzRrLxWwdcM6+9jGsWmDEhRlY/rmupsg=; b=BKs+sbwxqKkVp7YkX/KQ2bRMgaRJaNzDJggFAdP5Ds0RqvElhyWWLlH9zwTlvIsHXO ZNW0WFmiMl+eCoGpbveMfDMcfuN3IBdnsJtTaOTcggkMnPGedXmiqA0181h8XhPIIxwS Y5zaIeT7g+5PrwM0iMyDu+tLkoB05clkQ46n4gr1+VK6OTFIrLodA/EcYwtv2Ccpr+ua m/Xi/aiLo+Lk5ZCfTyNA5xBarjQHGMgMZSOX3rbWvhWfLNrM4cNWGPWZGQ7HPLLU/deV vVvUGSbYNnRRAdXEgm2U7eyoXvKcT60AbLo3PruLPxMA6C+WM7BxE4rp+a7HZJ2QK2eL CKHw== X-Gm-Message-State: ALoCoQkDxl66x9ml8WCLrDaR3gCvGeV36tl9DWgZCEx28vE36quZX9z6yBmmzXrz2lGc3G7gW20s X-Received: by 10.180.182.233 with SMTP id eh9mr35201150wic.31.1416261938769; Mon, 17 Nov 2014 14:05:38 -0800 (PST) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by mx.google.com with ESMTPSA id fv5sm11062186wjc.37.2014.11.17.14.05.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 14:05:38 -0800 (PST) From: Thomas Monjalon To: Olivier Matz Date: Mon, 17 Nov 2014 23:05:16 +0100 Message-ID: <2131099.vnRQzAWZnp@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415984609-2484-4-git-send-email-olivier.matz@6wind.com> References: <1415635166-1364-1-git-send-email-olivier.matz@6wind.com> <1415984609-2484-1-git-send-email-olivier.matz@6wind.com> <1415984609-2484-4-git-send-email-olivier.matz@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 03/13] mbuf: move vxlan_cksum flag definition at the proper place 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, 17 Nov 2014 21:55:20 -0000 2014-11-14 18:03, Olivier Matz: > The tx mbuf flags are ordered from the highest value to the > the lowest. Move the PKT_TX_VXLAN_CKSUM at the right place. Please, could you reorder them from the lowest to the highest? It will be simpler to understand. There is already a comment to explain the reverse allocation of Tx flags. Thanks -- Thomas