From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pankaj Joshi Subject: Getting corrupted ESP packet Date: Tue, 4 Oct 2016 21:33:44 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: qat-linux , dev@dpdk.org Return-path: Received: from mail-it0-f54.google.com (mail-it0-f54.google.com [209.85.214.54]) by dpdk.org (Postfix) with ESMTP id A53522BAD for ; Tue, 4 Oct 2016 18:03:45 +0200 (CEST) Received: by mail-it0-f54.google.com with SMTP id r192so148616836ita.0 for ; Tue, 04 Oct 2016 09:03:45 -0700 (PDT) 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" Hello All, I am using QAT library for data encryption ( for coletocreek card). I am sending 98 byte ICMP data to the hardware, at successful time it is returning 166 byte of data as ESP packet. But sometimes it is returning through callback function 180 byte of data , which is corrupted one . Can anyone tell, how I can resolve this issue and why it is happening when I am sending same data to the hardware. Regards, Pankaj Joshi