mbox series

[V2,0/1] PCI/AER: add pcie TLP header information in the tracepoint

Message ID 1525809420-30576-1-git-send-email-thomas.tai@oracle.com
Headers show
Series PCI/AER: add pcie TLP header information in the tracepoint | expand

Message

Thomas Tai May 8, 2018, 7:56 p.m. UTC
Hi Bjorn and Steven,
Would you kindly review the patch for me? following are the
changes details. Please feel free to comment.

Change log since last version:
V2:
1. use u8 for boolean variable
2. check tlp_header_valid before accessing tlp_header
3. replace sizeof(unsigned int) with 4
4. change the variable name buf to tlp_header for better reading

Thank you,
Thomas