From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6FC0958EC for ; Wed, 20 Mar 2019 12:47:39 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D1D953092650; Wed, 20 Mar 2019 11:47:38 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-129.brq.redhat.com [10.40.204.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0168A1001E6B; Wed, 20 Mar 2019 11:47:37 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: chas3@att.com Date: Wed, 20 Mar 2019 12:47:17 +0100 Message-Id: <1553082442-18850-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 20 Mar 2019 11:47:38 +0000 (UTC) Subject: [dpdk-dev] [PATCH 0/5] bonding fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 11:47:39 -0000 Here is a first series of fixes on the bonding driver I caught while reviewing its code. -- David Marchand David Marchand (5): doc: fix incorrect bond examples net/bonding: fix incorrect bond port id types net/bonding: fix incorrect slave id types net/bonding: fix incorrect packet count type for lacp net/bonding: fix incorrect rxq/txq index types .../prog_guide/link_bonding_poll_mode_drv_lib.rst | 8 ++-- drivers/net/bonding/rte_eth_bond_8023ad.c | 10 ++--- drivers/net/bonding/rte_eth_bond_alb.c | 4 +- drivers/net/bonding/rte_eth_bond_api.c | 4 +- drivers/net/bonding/rte_eth_bond_pmd.c | 43 ++++++++++++---------- drivers/net/bonding/rte_eth_bond_private.h | 8 ++-- 6 files changed, 41 insertions(+), 36 deletions(-) -- 1.8.3.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 342B7A00E6 for ; Wed, 20 Mar 2019 12:47:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0939A58FA; Wed, 20 Mar 2019 12:47:40 +0100 (CET) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6FC0958EC for ; Wed, 20 Mar 2019 12:47:39 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D1D953092650; Wed, 20 Mar 2019 11:47:38 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-129.brq.redhat.com [10.40.204.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0168A1001E6B; Wed, 20 Mar 2019 11:47:37 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: chas3@att.com Date: Wed, 20 Mar 2019 12:47:17 +0100 Message-Id: <1553082442-18850-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Wed, 20 Mar 2019 11:47:38 +0000 (UTC) Subject: [dpdk-dev] [PATCH 0/5] bonding fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Content-Type: text/plain; charset="UTF-8" Message-ID: <20190320114717.V432Cwcz-FX26wGaRU9-xuXpLtbMBVm3avFWiCa_8mI@z> Here is a first series of fixes on the bonding driver I caught while reviewing its code. -- David Marchand David Marchand (5): doc: fix incorrect bond examples net/bonding: fix incorrect bond port id types net/bonding: fix incorrect slave id types net/bonding: fix incorrect packet count type for lacp net/bonding: fix incorrect rxq/txq index types .../prog_guide/link_bonding_poll_mode_drv_lib.rst | 8 ++-- drivers/net/bonding/rte_eth_bond_8023ad.c | 10 ++--- drivers/net/bonding/rte_eth_bond_alb.c | 4 +- drivers/net/bonding/rte_eth_bond_api.c | 4 +- drivers/net/bonding/rte_eth_bond_pmd.c | 43 ++++++++++++---------- drivers/net/bonding/rte_eth_bond_private.h | 8 ++-- 6 files changed, 41 insertions(+), 36 deletions(-) -- 1.8.3.1