From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AC19CA04C3 for ; Fri, 22 Nov 2019 13:40:14 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A9E91BC25; Fri, 22 Nov 2019 13:40:14 +0100 (CET) Received: from smtp.tom.com (smtprz15.163.net [106.3.154.248]) by dpdk.org (Postfix) with ESMTP id A84A223D for ; Fri, 22 Nov 2019 13:40:07 +0100 (CET) Received: from my-app02.tom.com (my-app02.tom.com [127.0.0.1]) by freemail02.tom.com (Postfix) with ESMTP id 858E5B00D43 for ; Fri, 22 Nov 2019 20:40:11 +0800 (CST) Received: from my-app02.tom.com (HELO smtp.tom.com) ([127.0.0.1]) by my-app02 (TOM SMTP Server) with SMTP ID -1183045090 for ; Fri, 22 Nov 2019 20:40:11 +0800 (CST) Received: from antispam2.tom.com (unknown [172.25.16.56]) by freemail02.tom.com (Postfix) with ESMTP id 483F2B00D68 for ; Fri, 22 Nov 2019 20:40:09 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tom.com; s=201807; t=1574426411; bh=XeHImJ6lU0adwidsX69y8hq63oOkLB2H7NlwK6qzGwY=; h=From:To:Cc:Subject:Date:From; b=FCXR8cC6D2zIiaJlvvj7HPv1dnZU0lnBA3v2pk3iwAftR7AFTYfkdLJdkK/ksZh2L BZQR5wSDHPUm5SLkJkvJOMs8BVTPyxCRJ0dShydZ7JEM3LZFlI/9ALP5GfbI9ZZtjr wDYYD9YCKcbP3U3THLxyegPjq1HNZ8/LOnJlJKIs= Received: from antispam2.tom.com (antispam2.tom.com [127.0.0.1]) by antispam2.tom.com (Postfix) with ESMTP id AF82C818B2 for ; Fri, 22 Nov 2019 20:39:47 +0800 (CST) X-Virus-Scanned: Debian amavisd-new at antispam2.tom.com Received: from antispam2.tom.com ([127.0.0.1]) by antispam2.tom.com (antispam2.tom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xGkNXI0I1LD9 for ; Fri, 22 Nov 2019 20:39:46 +0800 (CST) Received: from localhost.localdomain (unknown [114.119.4.74]) by antispam2.tom.com (Postfix) with ESMTPA id F1D5B8144F; Fri, 22 Nov 2019 20:39:45 +0800 (CST) From: "Wei Hu (Xavier)" To: dev@dpdk.org Cc: stable@dpdk.org, xavier_huwei@163.com, xavier.huwei@tom.com, huwei87@hisilicon.com Date: Fri, 22 Nov 2019 20:39:48 +0800 Message-Id: <20191122123954.17911-1-xavier.huwei@tom.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 0/6] Fixes for hns3 PMD driver X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" From: "Wei Hu (Xavier)" This series add some fixes for hns3 PMD driver. Chengchang Tang (1): net/hns3: fix the error length limit of maiblox response Hao Chen (1): net/hns3: fix RSS hardware configuration restore failure Huisong Li (1): net/hns3: fix the strategy of getting link status for VF Min Hu (Connor) (1): net/hns3: fix duplicate VLAN Wei Hu (Xavier) (2): net/hns3: fix VF configuration table entries restore failure net/hns3: fix the failure sending packets less than 60 bytes drivers/net/hns3/hns3_ethdev.c | 5 +++++ drivers/net/hns3/hns3_ethdev.h | 1 + drivers/net/hns3/hns3_ethdev_vf.c | 22 +++++++++++++++++----- drivers/net/hns3/hns3_mbx.c | 4 +--- drivers/net/hns3/hns3_mbx.h | 6 ++++++ drivers/net/hns3/hns3_rss.c | 4 +--- drivers/net/hns3/hns3_rxtx.c | 24 ++++++++++++++++++++---- 7 files changed, 51 insertions(+), 15 deletions(-) -- 2.23.0