From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] snow3g: Bit-wise handling for Wireless Algorithm Date: Fri, 11 Mar 2016 00:17:41 +0100 Message-ID: <1789142.GKDhfVp6gM@xps13> References: <1457631850-205240-1-git-send-email-deepak.k.jain@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Jain, Deepak K" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 9187529CD for ; Fri, 11 Mar 2016 00:19:23 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so7055468wml.1 for ; Thu, 10 Mar 2016 15:19:23 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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. > > > > Signed-off-by: Deepak Kumar JAIN > > Acked-by: Pablo de Lara Applied, thanks