mbox series

[V2,0/2] lspci: Decode VF 10-Bit Tag Requester

Message ID 1615296919-76476-1-git-send-email-liudongdong3@huawei.com
Headers show
Series lspci: Decode VF 10-Bit Tag Requester | expand

Message

Dongdong Liu March 9, 2021, 1:35 p.m. UTC
The patchset is to decode VF 10-Bit Tag Requester and
update the tests files.

V1->V2: Fix comments suggested by Krzysztof Wilczyński.

Dongdong Liu (2):
  lspci: Decode VF 10-Bit Tag Requester
  lspci: Update tests files with VF 10-Bit Tag Requester

 lib/header.h        | 2 ++
 ls-ecaps.c          | 8 ++++----
 tests/cap-dvsec-cxl | 4 ++--
 tests/cap-ea-1      | 4 ++--
 tests/cap-pcie-2    | 4 ++--
 5 files changed, 12 insertions(+), 10 deletions(-)

--
1.9.1

Comments

Dongdong Liu May 22, 2021, 9:43 a.m. UTC | #1
kindly ping...

On 2021/3/9 21:35, Dongdong Liu wrote:
> The patchset is to decode VF 10-Bit Tag Requester and
> update the tests files.
>
> V1->V2: Fix comments suggested by Krzysztof Wilczyński.
>
> Dongdong Liu (2):
>   lspci: Decode VF 10-Bit Tag Requester
>   lspci: Update tests files with VF 10-Bit Tag Requester
>
>  lib/header.h        | 2 ++
>  ls-ecaps.c          | 8 ++++----
>  tests/cap-dvsec-cxl | 4 ++--
>  tests/cap-ea-1      | 4 ++--
>  tests/cap-pcie-2    | 4 ++--
>  5 files changed, 12 insertions(+), 10 deletions(-)
>
> --
> 1.9.1
>
> .
>
Martin Mareš Jan. 21, 2022, 1:03 p.m. UTC | #2
Hello!

> The patchset is to decode VF 10-Bit Tag Requester and
> update the tests files.
> 
> V1->V2: Fix comments suggested by Krzysztof Wilczyński.
> 
> Dongdong Liu (2):
>   lspci: Decode VF 10-Bit Tag Requester
>   lspci: Update tests files with VF 10-Bit Tag Requester
> 
>  lib/header.h        | 2 ++
>  ls-ecaps.c          | 8 ++++----
>  tests/cap-dvsec-cxl | 4 ++--
>  tests/cap-ea-1      | 4 ++--
>  tests/cap-pcie-2    | 4 ++--
>  5 files changed, 12 insertions(+), 10 deletions(-)

Applied, sorry for the delay.

					Martin