From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 50CC92C18 for ; Sat, 6 May 2017 10:14:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id DD0E620782; Sat, 6 May 2017 04:14:01 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sat, 06 May 2017 04:14:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=p5CCSmfT85vMAi2 /ViDuQaE4CD/3Yvu6PP7k6RRqcsc=; b=oSbP96h07jH/xXAV09DROA8PsT65trl djw1t7daKrEtFeuOYSLb9jDmBwUmUB2lhTpOCA1gX71qQhdD8dMWyfII2LzIPtBh Ht5dT8LG3LDmc+vvvy7qoxZCu/XxFD/eN2yPqooBV1uuWxJkoVCbkdhjqFTSqS4/ LQwiwh2C0SY8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=p5CCSmfT85vMAi2/ViDuQaE4CD/3Yvu6PP7k6RRqcsc=; b=fhgIogRB 0y7b0LIw+li2oQ7WAjxsyJiz481P54wqG/gq8GZxA66A2vZCNmGMM0qWLXoOFofc AnzzHV6g549cI/JFXYn+rOgtzlDRebdlf9YNiCHdL0jWvaKwNf7P6+QjbJOR4QDA DnbrWEFlLmMvZhqXW7s4dYQ/NAQlqbmq1pwqcALs1cuYaxlb+nP2JExx+ePxqdAN NDKZ9g/4fkxCqWOfwWaTkyXbqOK+QQIA3OUuqkyuIfsu3L/jOIIaTKBxCZklVh4l p+IUnoTKUodhTOPlLLVJeOtE3WRgUZNUndVA/zUMG7RrHa0S8NpBDZ/r1rEDLrMN NNAOVWlNSiCZjA== X-ME-Sender: X-Sasl-enc: fnS4e04ZiYEud+QpRo6jz+xT4IPYOvHP0nLzZJ9DEogA 1494058441 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5293B7E21D; Sat, 6 May 2017 04:14:01 -0400 (EDT) From: Thomas Monjalon To: Adrien Mazarguil Cc: dev@dpdk.org Date: Sat, 06 May 2017 10:14:00 +0200 Message-ID: <2024903.hQifmkdV2L@xps> In-Reply-To: <2f565661121fe816a097d41dd375cb7c44932cf4.1493917362.git.adrien.mazarguil@6wind.com> References: <76e59d59935ffccf9996c536866fcef64d6319b0.1493917362.git.adrien.mazarguil@6wind.com> <2f565661121fe816a097d41dd375cb7c44932cf4.1493917362.git.adrien.mazarguil@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 2/2] app/testpmd: fix MAC endian issue in flow command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 08:14:02 -0000 04/05/2017 19:08, Adrien Mazarguil: > MAC addresses are implicitly handled in network order since they are > actually byte strings, however this is not properly enforced with MAC masks > provided as prefix lengths, which end up inverted on little endian > systems. > > Fixes: 6df81b325fa4 ("app/testpmd: add items eth/vlan to flow command") > > Signed-off-by: Adrien Mazarguil Series applies, thanks