[0/2] net/mlx5: fix indexed pool bugs
Message ID | 1587350076-58468-1-git-send-email-suanmingm@mellanox.com (mailing list archive) |
---|---|
Headers |
Return-Path: <dev-bounces@dpdk.org> X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5F731A0561; Mon, 20 Apr 2020 04:34:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8AA251C1FC; Mon, 20 Apr 2020 04:34:42 +0200 (CEST) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id 1A9B21C1EE for <dev@dpdk.org>; Mon, 20 Apr 2020 04:34:42 +0200 (CEST) From: Suanming Mou <suanmingm@mellanox.com> To: viacheslavo@mellanox.com, matan@mellanox.com Cc: rasland@mellanox.com, dev@dpdk.org Date: Mon, 20 Apr 2020 10:34:34 +0800 Message-Id: <1587350076-58468-1-git-send-email-suanmingm@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: fix indexed pool bugs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Sender: "dev" <dev-bounces@dpdk.org> |
Message
Suanming Mou
April 20, 2020, 2:34 a.m. UTC
These two patches fix the bugs with indexed memory pool. 1. The incorrect pool entry size with mark reg copy. 2. The incorrect trunks free. Suanming Mou (2): net/mlx5: fix incorrect indexed pool configurations net/mlx5: fix indexed pool incorrect trunks free drivers/net/mlx5/mlx5.c | 4 ++-- drivers/net/mlx5/mlx5_utils.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)