From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 2/2] test/event: fix Rx adapter intr autotest for skeleton PMD Date: Sat, 29 Sep 2018 17:30:47 +0530 Message-ID: <20180929120046.GB9072@jerin> References: <1536149012-47081-1-git-send-email-nikhil.rao@intel.com> <1537859945-16759-1-git-send-email-nikhil.rao@intel.com> <1537859945-16759-2-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0077.outbound.protection.outlook.com [104.47.33.77]) by dpdk.org (Postfix) with ESMTP id 6B5571B1CC for ; Sat, 29 Sep 2018 14:01:05 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1537859945-16759-2-git-send-email-nikhil.rao@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Tue, 25 Sep 2018 12:49:05 +0530 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v3 2/2] test/event: fix Rx adapter intr autotest for > skeleton PMD > X-Mailer: git-send-email 1.8.3.1 > > External Email > > skeleton PMD does not support > RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ > so make the Rx queue_id = -1 and initialize the event port > configuration to zero. > > Fixes: d65856999dd6 ("test/event: add Rx adapter tests for interrupt driven queues") > > Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob