All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 06/11] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
@ 2020-03-17 15:16 Vasundhara Volam
  2020-03-20 20:29 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: Vasundhara Volam @ 2020-03-17 15:16 UTC (permalink / raw)
  To: linux-pci, davem; +Cc: netdev, Vasundhara Volam, Bjorn Helgaas, Michael Chan

This patch adds a new macro for serial number keyword.

Cc: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
---
 include/linux/pci.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/pci.h b/include/linux/pci.h
index fc54b89..a048fba 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -2184,6 +2184,7 @@ bool pci_acs_path_enabled(struct pci_dev *start,
 #define PCI_VPD_INFO_FLD_HDR_SIZE	3
 
 #define PCI_VPD_RO_KEYWORD_PARTNO	"PN"
+#define PCI_VPD_RO_KEYWORD_SERIALNO	"SN"
 #define PCI_VPD_RO_KEYWORD_MFR_ID	"MN"
 #define PCI_VPD_RO_KEYWORD_VENDOR0	"V0"
 #define PCI_VPD_RO_KEYWORD_CHKSUM	"RV"
-- 
1.8.3.1


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

* Re: [PATCH net-next 06/11] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
  2020-03-17 15:16 [PATCH net-next 06/11] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro Vasundhara Volam
@ 2020-03-20 20:29 ` Bjorn Helgaas
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2020-03-20 20:29 UTC (permalink / raw)
  To: Vasundhara Volam; +Cc: linux-pci, davem, netdev, Michael Chan

On Tue, Mar 17, 2020 at 08:46:44PM +0530, Vasundhara Volam wrote:
> This patch adds a new macro for serial number keyword.
> 
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Signed-off-by: Vasundhara Volam <vasundhara-v.volam@broadcom.com>
> Signed-off-by: Michael Chan <michael.chan@broadcom.com>

Acked-by: Bjorn Helgaas <bhelgaas@google.com>

> ---
>  include/linux/pci.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/linux/pci.h b/include/linux/pci.h
> index fc54b89..a048fba 100644
> --- a/include/linux/pci.h
> +++ b/include/linux/pci.h
> @@ -2184,6 +2184,7 @@ bool pci_acs_path_enabled(struct pci_dev *start,
>  #define PCI_VPD_INFO_FLD_HDR_SIZE	3
>  
>  #define PCI_VPD_RO_KEYWORD_PARTNO	"PN"
> +#define PCI_VPD_RO_KEYWORD_SERIALNO	"SN"
>  #define PCI_VPD_RO_KEYWORD_MFR_ID	"MN"
>  #define PCI_VPD_RO_KEYWORD_VENDOR0	"V0"
>  #define PCI_VPD_RO_KEYWORD_CHKSUM	"RV"
> -- 
> 1.8.3.1
> 

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

end of thread, other threads:[~2020-03-20 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17 15:16 [PATCH net-next 06/11] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro Vasundhara Volam
2020-03-20 20:29 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.