From patchwork Tue Jun 22 09:25:27 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Havl=C3=ADk_Martin?= X-Patchwork-Id: 94664 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B31CA0C41; Tue, 22 Jun 2021 11:26:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4B2D4003F; Tue, 22 Jun 2021 11:26:02 +0200 (CEST) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.176.14]) by mails.dpdk.org (Postfix) with ESMTP id 6CAB04003C for ; Tue, 22 Jun 2021 11:26:01 +0200 (CEST) Received: from dpdk-test7.liberouter.org ([IPv6:2001:718:800:ff00:d97f:a151:83a2:7c4f]) (authenticated bits=0) by eva.fit.vutbr.cz (8.16.1/8.16.1) with ESMTPSA id 15M9Ps4h054017 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 22 Jun 2021 11:26:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stud.fit.vutbr.cz; s=studfit; t=1624353960; bh=tYr6QqSN956sYzJujBHdGyuusrMcXBEwIWTadyf/mEg=; h=From:To:Cc:Subject:Date; b=cnahDM0eYeqOeOcRVeMKxk5ebwWrbMTnJizzLpwaqNDrZlKQn0whed/7nj0bxD+yx xIdCadnUBbBe8ar3sllL40z4gFW2Lhuq+SID+G09wlK6OsKFS0YXNHwhMmFxDpvlES YqSPReAZKj9XYBguq9Av7kfYqJTBg1sLFbiODrvU= From: Martin Havlik To: xhavli56@stud.fit.vutbr.cz Cc: dev@dpdk.org, Chas Williams , "Min Hu (Connor)" , Declan Doherty , Tomasz Kulasek , Jan Viktorin Date: Tue, 22 Jun 2021 11:25:27 +0200 Message-Id: <20210622092531.73112-1-xhavli56@stud.fit.vutbr.cz> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/3] net/bonding: make dedicated queues work with mlx5 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" This patchset fixes the inability to use dedicated queues on mlx5 PMD due to RTE Flow rule attempted creation prior to starting the device. Missing return value check and copy paste error near the rule creation have also been fixed. Cc: Chas Williams Cc: "Min Hu (Connor)" Cc: Declan Doherty Cc: Tomasz Kulasek Cc: Jan Viktorin Martin Havlik (3): net/bonding: fix proper return value check and correct log message net/bonding: fix not checked return value net/bonding: start ethdev prior to setting 8023ad flow drivers/net/bonding/rte_eth_bond_pmd.c | 33 +++++++++++++++++++------- 1 file changed, 25 insertions(+), 8 deletions(-)