From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2130.oracle.com (aserp2130.oracle.com [141.146.126.79]) by dpdk.org (Postfix) with ESMTP id CBE78A3 for ; Thu, 7 Mar 2019 22:28:57 +0100 (CET) Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x27LJAm0032078 for ; Thu, 7 Mar 2019 21:28:56 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=mime-version : message-id : date : from : sender : to : subject : content-type; s=corp-2018-07-02; bh=CAEY/DXheyKc/oyw3RsCQOetpJo48cHzvcjUz1Tnjl4=; b=p9U+WczOMDcxLjSAsQgYN0cVt5bE1l0hLoKCXaFHmKhr3sf/P601qFEBeChCjSZ12wT/ awUoSvw9Sg3CeoAiwhnlF3Jwjd751IGPVnFDzXkPzUnLP4/E13eIFUSc84PPgcIj5xXk zVIvQNu9gsxLJkiE81jFgpDoqqZlYBp6RY+f5wXT+ajkf4JCLB+WSBDvocH2RDBjyB8N 4mv79W8zeFomUTEaGc01OqiUFNGAN/EH8tTHdRd6LbmVYzYxt3W3PhQONpZ3t77dhr1C 3KRjLPBdb401KVUp6CIX3X/ooNUGGj9kByC3K4uLrK+5Pb4zGEdtSqPyTXiUZK1JMuFQ Zg== Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp2130.oracle.com with ESMTP id 2qyfben5xj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 07 Mar 2019 21:28:56 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by userv0022.oracle.com (8.14.4/8.14.4) with ESMTP id x27LSob7023341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 7 Mar 2019 21:28:50 GMT Received: from abhmp0020.oracle.com (abhmp0020.oracle.com [141.146.116.26]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x27LSoeR008950 for ; Thu, 7 Mar 2019 21:28:50 GMT MIME-Version: 1.0 Message-ID: <5c763c14-4203-4024-9e81-5ff4de387ac5@default> Date: Thu, 7 Mar 2019 13:28:48 -0800 (PST) From: Changchun Zhang Sender: Changchun Zhang To: users@dpdk.org X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 15.0.5111.0 (x86)] X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9188 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=567 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1903070141 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] QAT cryto PMD queue pair and Ring Libary X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 21:28:58 -0000 Hi, =20 QAT PMD driver uses the queue pair to communication with QAT device. My que= stion is, whether or this QAP queue pair is implemented over DPDK ring libr= ary or just self-defined queue implementation? =20 Thanks,