DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Some questions about web site: git.dpdk.org
@ 2021-01-09 10:36 Min Hu (Connor)
  2021-01-11 12:02 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Min Hu (Connor) @ 2021-01-09 10:36 UTC (permalink / raw)
  To: Ferruh Yigit, 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 <oulijun@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 <tangchengchang@huawei.com>
     Signed-off-by: Lijun Ou <oulijun@huawei.com>

commit 9883e29d3b65123b373ade1e4800b32a475cac15
Author: Min Hu (Connor) <humin29@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: stable@dpdk.org

     Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
     Signed-off-by: Lijun Ou <oulijun@huawei.com>

By the way, is there any other archive path storing pathes which we can 
refer to?
	Thanks.
					by Connor
	


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] Some questions about web site: git.dpdk.org
  2021-01-09 10:36 [dpdk-dev] Some questions about web site: git.dpdk.org Min Hu (Connor)
@ 2021-01-11 12:02 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2021-01-11 12:02 UTC (permalink / raw)
  To: Min Hu (Connor), dev

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 <oulijun@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 <tangchengchang@huawei.com>
>      Signed-off-by: Lijun Ou <oulijun@huawei.com>
> 
> commit 9883e29d3b65123b373ade1e4800b32a475cac15
> Author: Min Hu (Connor) <humin29@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: stable@dpdk.org
> 
>      Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
>      Signed-off-by: Lijun Ou <oulijun@huawei.com>
> 
> By the way, is there any other archive path storing pathes which we can refer to?
>      Thanks.
>                      by Connor
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-11 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-09 10:36 [dpdk-dev] Some questions about web site: git.dpdk.org Min Hu (Connor)
2021-01-11 12:02 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).