From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E9D9CA0524; Sat, 9 Jan 2021 11:36:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 723E9140E81; Sat, 9 Jan 2021 11:36:19 +0100 (CET) Received: from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32]) by mails.dpdk.org (Postfix) with ESMTP id 7CCF8140E80 for ; Sat, 9 Jan 2021 11:36:17 +0100 (CET) Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DCbw11vYQzj2JF for ; Sat, 9 Jan 2021 18:35:29 +0800 (CST) Received: from [10.67.103.128] (10.67.103.128) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.498.0; Sat, 9 Jan 2021 18:36:14 +0800 To: Ferruh Yigit , "dev@dpdk.org" From: "Min Hu (Connor)" Message-ID: <3add3307-1f7d-282c-15d1-0dc70876845a@huawei.com> Date: Sat, 9 Jan 2021 18:36:14 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="gbk"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.128] X-CFilter-Loop: Reflected Subject: [dpdk-dev] Some questions about web site: git.dpdk.org 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" Hello, Ferruh and all, I find a bug: some patches which have already been merged into the origin/main branch, but I cannot find them in the archive path?: https://git.dpdk.org/dpdk/log/ For example,like these patches: commit 3c92077bba1a8991ca656d81beca5c80dbf7a6f7 Author: Lijun Ou Date: Thu Dec 10 20:48:42 2020 +0800 net/hns3: adjust printing MAC addresses in log Here the printing of MAC addresses is adjusted. After the modification, only some bytes of the MAC address are displayed. Signed-off-by: Chengchang Tang Signed-off-by: Lijun Ou commit 9883e29d3b65123b373ade1e4800b32a475cac15 Author: Min Hu (Connor) Date: Thu Dec 10 20:48:43 2020 +0800 net/hns3: fix FEC state query As FEC is not supported below 10 Gbps, CMD(HNS3_OPC_CONFIG_FEC_MODE) offered from Firmware read will return fail in 10 Gbps device. This patch will prevent read this CMD when below 10 Gbps, as this is non-sense. Fixes: 9bf2ea8dbc65 ("net/hns3: support FEC") Cc: stable@dpdk.org Signed-off-by: Min Hu (Connor) Signed-off-by: Lijun Ou By the way, is there any other archive path storing pathes which we can refer to? Thanks. by Connor