From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AF18C433B4 for ; Tue, 13 Apr 2021 17:36:48 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 4EDE16124B for ; Tue, 13 Apr 2021 17:36:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4EDE16124B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=liangbit.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5E9EE16122C; Tue, 13 Apr 2021 19:36:46 +0200 (CEST) Received: from sender11-of-o51.zoho.eu (sender11-of-o51.zoho.eu [31.186.226.237]) by mails.dpdk.org (Postfix) with ESMTP id 1573F16122B for ; Tue, 13 Apr 2021 19:36:45 +0200 (CEST) ARC-Seal: i=1; a=rsa-sha256; t=1618335402; cv=none; d=zohomail.eu; s=zohoarc; b=JbD4DOvp2gThl+ABOqd2f+T6qlJ47pZPKCj3WAsvuWLKgyMSSa7p6UBjrl/4iHtsEfUdfbxze2ePVU6tkh4E+eH+20V114iMhoDsmKfpcf+eahGQnHnMvy2naiQV6ZlAgVynQWrPl1UEL6YTCUAWDzNDH/6ymG7YdVulMSGdrBE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1618335402; h=Content-Type:Cc:Date:From:MIME-Version:Message-ID:Subject:To; bh=9lToLi/LpmA0w0P/4kDfRRonxqtI/AY9AC5p6gmgObw=; b=VZVe9VSRnt0/Mv1GV84b/iLyrkS588fyacNad/yfA35CSul4ox4tTkahB3MU9hEJEl4rpM6iSSiyFnF3hXuFRTnAzv4y4Hske7j5eLugtViemVbJn83u8uip5Smajs9XhTddaICr8BX+5rlfA0HoKeQx6Cc6rOUzyv4h1GqNUhQ= ARC-Authentication-Results: i=1; mx.zohomail.eu; spf=pass smtp.mailfrom=liangma@liangbit.com; dmarc=pass header.from= header.from= Received: from C02F33EJML85 (153.185.242.35.bc.googleusercontent.com [35.242.185.153]) by mx.zoho.eu with SMTPS id 1618335400390457.07460274909363; Tue, 13 Apr 2021 19:36:40 +0200 (CEST) Date: Tue, 13 Apr 2021 18:36:38 +0100 From: Liang Ma To: dev@dpdk.org Cc: bruce.richardson@intel.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-ZohoMailClient: External Subject: [dpdk-dev] Question about enable CBDMA with ioat PMD ? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Bruce, I look into current IOAT PMD. I found that looks only support the latest DSA device which is part of SPR(Please correct me if I'm wrong). However, there still is lots existing CPU that support previous CBDMA Intel Quick-DATA technology. SPDK enable those device with uio. Any hint to enable those CBDMA device with IOAT PMD ? Many thanks Best Regards Liang