From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 360491B17A for ; Mon, 8 Oct 2018 17:27:48 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Oct 2018 08:27:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,357,1534834800"; d="scan'208";a="76343100" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga007.fm.intel.com with ESMTP; 08 Oct 2018 08:27:46 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX109.ger.corp.intel.com ([169.254.13.3]) with mapi id 14.03.0319.002; Mon, 8 Oct 2018 16:27:45 +0100 From: "Dumitrescu, Cristian" To: "Pattan, Reshma" , "dev@dpdk.org" , "Singh, Jasvinder" Thread-Topic: [PATCH] net/softnic: fix ipv6 address from big endian to cpu order Thread-Index: AQHUV0b7bMeKM4PjAECVEQtTXVhQkKUViD4g Date: Mon, 8 Oct 2018 15:27:45 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7D5EC0@IRSMSX107.ger.corp.intel.com> References: <1538151535-761-1-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1538151535-761-1-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjBmYTRlMWEtOWM1MS00MjU0LWEzMmYtY2QwZTlhNjk1YWY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWmlpUkVDSWlIUlV2WDJcL0xlNzRjUG9ReHhpNk13ek0rV05peWNURmRETHIwSk5LZXFIYSs4NGdDcXRsZXhDUTEifQ== 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] net/softnic: fix ipv6 address from big endian to cpu order 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:27:48 -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] net/softnic: fix ipv6 address from big endian to cpu ord= er >=20 > Fix ipv6 endianness from big endian to cpu order. >=20 > Fixes: ee19326a4b ("net/softnic: add command for pipeline table entries") >=20 > Signed-off-by: Reshma Pattan > --- > drivers/net/softnic/rte_eth_softnic_thread.c | 40 ++++++++++++-------- > 1 file changed, 24 insertions(+), 16 deletions(-) >=20 Applied on next-pipeline tree, thanks!