From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8E9142E8F for ; Thu, 10 Mar 2016 20:58:36 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 10 Mar 2016 11:58:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,317,1455004800"; d="scan'208";a="921199198" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 10 Mar 2016 11:58:16 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by irsmsx110.ger.corp.intel.com ([169.254.15.10]) with mapi id 14.03.0248.002; Thu, 10 Mar 2016 19:58:14 +0000 From: "De Lara Guarch, Pablo" To: "Jain, Deepak K" , "dev@dpdk.org" Thread-Topic: [PATCH] snow3g: Bit-wise handling for Wireless Algorithm Thread-Index: AQHReuwx0HYlNlcSQEyJL8c2lKVZJp9TGEZA Date: Thu, 10 Mar 2016 19:58:13 +0000 Message-ID: References: <1457631850-205240-1-git-send-email-deepak.k.jain@intel.com> In-Reply-To: <1457631850-205240-1-git-send-email-deepak.k.jain@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzE2MjYwOGMtMDA4Yi00YjQ0LTkzMjAtODlhNGIzMTMyMDVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZLRkJQUzc5QjJEalBNb2I2eVZESnFheERsdDRId1NURFRwWTNhY09KNFk9In0= x-ctpclassification: CTP_IC 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] snow3g: Bit-wise handling for Wireless Algorithm 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: Thu, 10 Mar 2016 19:58:37 -0000 > -----Original Message----- > From: Jain, Deepak K > Sent: Thursday, March 10, 2016 5:44 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Jain, Deepak K > Subject: [PATCH] snow3g: Bit-wise handling for Wireless Algorithm >=20 > Wireless algorithms like Snow3G needs input in bits. > In this patch, changes have been made to incorporate this requirement > in both QAT and SW PMD. >=20 > Signed-off-by: Deepak Kumar JAIN Acked-by: Pablo de Lara