On 1/9/2021 10:36 AM, Min Hu (Connor) wrote:
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/
Hi Connor,
They are still in the sub-tree (next-net) and not merged to the main repo. They
will be in the main repo after Thomas/David pulls them.
Currently you can see them in the next-net repo:
https://git.dpdk.org/next/dpdk-next-net/log/
Following commits can be found at:
https://git.dpdk.org/next/dpdk-next-net/commit/?id=3c92077bba1a
https://git.dpdk.org/next/dpdk-next-net/commit/?id=9883e29d3b65
For example,like these patches:
commit 3c92077bba1a8991ca656d81beca5c80dbf7a6f7
Author: Lijun Ou <ouli...@huawei.com>
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 <tangchengch...@huawei.com>
Signed-off-by: Lijun Ou <ouli...@huawei.com>
commit 9883e29d3b65123b373ade1e4800b32a475cac15
Author: Min Hu (Connor) <humi...@huawei.com>
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: sta...@dpdk.org
Signed-off-by: Min Hu (Connor) <humi...@huawei.com>
Signed-off-by: Lijun Ou <ouli...@huawei.com>
By the way, is there any other archive path storing pathes which we can refer
to?
Thanks.
by Connor