From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A4C8A052A; Tue, 2 Feb 2021 18:49:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3CC37240391; Tue, 2 Feb 2021 18:49:07 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 3BCDB240387 for ; Tue, 2 Feb 2021 18:49:05 +0100 (CET) IronPort-SDR: sTwFc3nkUUFuOM5Bidzov7ANXMMCdo9ZYAor9GADLAP7PlyQV2s1hdEq7FvDn1+2n6YcrSA+9h bWtBmeI8eqlQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="181043840" X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="181043840" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:49:02 -0800 IronPort-SDR: eun2zC07Rz92QOfSvJ8n70jsjFc810HnP9KLAylgfRVnFsQ95ZTJCSnkdx1aq617tYo+K4T7Ru Pakibf+3uuZA== X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="391595604" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:49:01 -0800 To: Jiawen Wu , dev@dpdk.org References: <20210122094800.197748-1-jiawenwu@trustnetic.com> <20210122094800.197748-6-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <84c8d043-b832-bc8a-1e60-73d02073cfb4@intel.com> Date: Tue, 2 Feb 2021 17:49:00 +0000 MIME-Version: 1.0 In-Reply-To: <20210122094800.197748-6-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v1 05/20] net/txgbe: add interrupt operation for VF device 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" On 1/22/2021 9:47 AM, Jiawen Wu wrote: > Add VF device interrupt handler, support to enable and disable RX queue > interrupt, and configure misx interrupt. > > Signed-off-by: Jiawen Wu <...> > @@ -4,6 +4,8 @@ > ; Refer to default.ini for the full list of available PMD features. > ; > [Features] > +Rx interrupt = Y > +CRC offload = P Is enabling CRC offload done in this patch?