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 CEBA5A0C44; Sun, 4 Jul 2021 17:03:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 75A3E40040; Sun, 4 Jul 2021 17:03:30 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A1D6A4003F for ; Sun, 4 Jul 2021 17:03:29 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id BADD37F4FD; Sun, 4 Jul 2021 18:03:28 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru BADD37F4FD DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1625411008; bh=YW6Uzo+azYn23Kp9S6g0wgLzirKpIt9+5SODq9L9qfo=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=fSSLUFQ7i6jmH6tpBiMOjCTqVQW6dX00/t2y/OgjHfXYH7RkT/eS/weKj1wgsk/vm Jv69IO5KqMzjWhYyjB5bZWF86umlFcMlmonEEdwvFuRaO3sF1chfAYl9HWv5zTt3U6 cg5zikGTuXZ4M9YucNcrzoaSj2gC7ArxHvVuvtpY= To: Martin Havlik Cc: dev@dpdk.org, Chas Williams , "Min Hu (Connor)" , Declan Doherty , Tomasz Kulasek , Jan Viktorin , Matan Azrad , Shahaf Shuler , Viacheslav Ovsiienko References: <20210622092531.73112-1-xhavli56@stud.fit.vutbr.cz> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Sun, 4 Jul 2021 18:03:28 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210622092531.73112-1-xhavli56@stud.fit.vutbr.cz> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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" I guess review from net/mlx5 maintainers would be very useful here. Adding in Cc. On 6/22/21 12:25 PM, Martin Havlik wrote: > 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(-) >