From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by dpdk.org (Postfix) with ESMTP id 72E967F58 for ; Mon, 1 Dec 2014 12:27:50 +0100 (CET) Received: by mail-la0-f44.google.com with SMTP id ge10so8543001lab.31 for ; Mon, 01 Dec 2014 03:27:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IXp45HPRfG2vy78hr4h8K7dwioFV0TtFh/iaLZTEC5k=; b=aDJUVD1U4r+z3xQMe1teQDGiT9La7CASW3R+E9Mch++N+9KMPwiBAKFsmhqQczf/TZ dtX3HlraUt2bbyKRmCHMTmm1+MnKJhYxKpAw6fcU5Y9J34Mh1zIppriv0aD61+XrpHtG zhTWoN+48ces78wyhJoCaLMTB4X9S59wId4Zt75wtL+5EixolTCpi4a84yAjwwPjZUx/ 1oThsdmgdoh56t2wCe2I0t0wl9Q5ebWtZjhgaekE3mJSgb0Xx2VyasTgDPAwDCtxJxon RLcpmjixVwmofN8F28IQFPsw0lJZvytLO54SCGjV/GjvuNG19If2Pwd1zE7zP0CzBu6C CL/A== MIME-Version: 1.0 X-Received: by 10.152.204.9 with SMTP id ku9mr56256703lac.55.1417433269800; Mon, 01 Dec 2014 03:27:49 -0800 (PST) Received: by 10.112.63.69 with HTTP; Mon, 1 Dec 2014 03:27:49 -0800 (PST) Date: Mon, 1 Dec 2014 16:57:49 +0530 Message-ID: From: Pankaj Joshi To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Problem in running DPDK quick assist technology environment application 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: Mon, 01 Dec 2014 11:27:50 -0000 hi, I have run DPDK qat example . working fine for me . I have written a sample application for coletocreek hardware using QAT apis . 1. The crypto initialization is successfule. 2. API cpaCySymDpInitSession is returning successful. 3. Crypto enque is successful. 4. While doing the flush queue , cpaCySymDpPerformOpNow API giving the error like : ------------------------------------------------------------ tail -f /var/log/messages Dec 1 14:53:13 linux-frmb kernel: [ 2404.420731] icp_qa_al err: adf_dh895xcc_adf_isr_handleUncoInterrupt: Uncorrectable Error Occurred on CPM 5 Dec 1 14:53:13 linux-frmb kernel: [ 2404.420736] icp_qa_al err: adf_dh895xcc_adf_isr_LogSSM_Int: Push/Pull Error on CPM 5 Dec 1 14:53:13 linux-frmb kernel: [ 2404.420737] One error occured - Error type: Data asserted on Dram Push Data Bus Dec 1 14:53:13 linux-frmb kernel: [ 2404.420738] id 0x580D547C Dec 1 14:53:13 linux-frmb kernel: [ 2404.420744] icp_qa_al err: adf_dh895xcc_adf_isr_handleUncoInterrupt: Uncorrectable Push/Pull Misc Error Dec 1 14:53:13 linux-frmb kernel: [ 2404.420745] memory status: No errors occurred - Transaction Id 0x0 - Error type reserved Dec 1 14:53:13 linux-frmb kernel: [ 2404.420746] Bus Operation Type Push - Id 0x580D547C Dec 1 14:53:13 linux-frmb kernel: [ 2404.420747] Reset needed for device: icp_dev0 pls let me know how to proceed . how can I debug this Thanks in advance .. Pankaj.