From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C52EE1B14F for ; Mon, 8 Oct 2018 17:29:02 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 08:29:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,357,1534834800"; d="scan'208";a="263881578" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga005.jf.intel.com with ESMTP; 08 Oct 2018 08:28:42 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX151.ger.corp.intel.com ([169.254.4.71]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 16:28:40 +0100 From: "Dumitrescu, Cristian" To: "Pattan, Reshma" , "dev@dpdk.org" , "Singh, Jasvinder" Thread-Topic: [PATCH] examples/ip_pipeline: fix ipv6 address endianness Thread-Index: AQHUV0b9Vk0A7VOFxE20VoBNLYVtiqUViGMg Date: Mon, 8 Oct 2018 15:28:39 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D5EE3@IRSMSX107.ger.corp.intel.com> References: <1538151535-761-1-git-send-email-reshma.pattan@intel.com> <1538151535-761-2-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1538151535-761-2-git-send-email-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjQ2MDY1OGEtOGI3MC00NzRmLWFmZjEtNmM1ZGM0NTk3YjFjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTzJMMGMzc2NnOVFucHBybmViMyswSEhGU0ZpSkZXTTVcLzRXRzRTOUxsNFo3ajdYZjhIKzlSMUE4SmcrQk9helIifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix ipv6 address endianness 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: Mon, 08 Oct 2018 15:29:03 -0000 > -----Original Message----- > From: Pattan, Reshma > Sent: Friday, September 28, 2018 5:19 PM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Pattan, Reshma > Subject: [PATCH] examples/ip_pipeline: fix ipv6 address endianness >=20 > Fix ipv6 endianness from big endian to cpu order. >=20 > Fixes: a3a95b7d58 ("examples/ip_pipeline: add table entry commands") >=20 > Signed-off-by: Reshma Pattan > --- > examples/ip_pipeline/thread.c | 40 +++++++++++++++++++++-------------- > 1 file changed, 24 insertions(+), 16 deletions(-) >=20 Acked-by: Cristian Dumitrescu Applied on next-pipeline tree, thanks!