Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids
@ 2016-03-03 20:57 Bruce Allan
  2016-03-17 17:43 ` Allan, Bruce W
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Allan @ 2016-03-03 20:57 UTC (permalink / raw)
  To: intel-wired-lan

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
---
 drivers/net/ethernet/intel/fm10k/fm10k_pci.c  |    2 ++
 drivers/net/ethernet/intel/fm10k/fm10k_type.h |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_pci.c b/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
index 5b74eac..c3b9945 100644
--- a/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
+++ b/drivers/net/ethernet/intel/fm10k/fm10k_pci.c
@@ -39,6 +39,8 @@ static const struct fm10k_info *fm10k_info_tbl[] = {
  */
 static const struct pci_device_id fm10k_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, FM10K_DEV_ID_PF), fm10k_device_pf },
+	{ PCI_VDEVICE(INTEL, FM10K_DEV_ID_SDI_FM10420_QDA2), fm10k_device_pf },
+	{ PCI_VDEVICE(INTEL, FM10K_DEV_ID_SDI_FM10420_DA2), fm10k_device_pf },
 	{ PCI_VDEVICE(INTEL, FM10K_DEV_ID_VF), fm10k_device_vf },
 	/* required last entry */
 	{ 0, }
diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_type.h b/drivers/net/ethernet/intel/fm10k/fm10k_type.h
index 5c05330..e24515f 100644
--- a/drivers/net/ethernet/intel/fm10k/fm10k_type.h
+++ b/drivers/net/ethernet/intel/fm10k/fm10k_type.h
@@ -32,6 +32,8 @@ struct fm10k_hw;
 
 #define FM10K_DEV_ID_PF			0x15A4
 #define FM10K_DEV_ID_VF			0x15A5
+#define FM10K_DEV_ID_SDI_FM10420_QDA2	0x15D0
+#define FM10K_DEV_ID_SDI_FM10420_DA2	0x15D5
 
 #define FM10K_MAX_QUEUES		256
 #define FM10K_MAX_QUEUES_PF		128


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

* [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids
  2016-03-03 20:57 [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids Bruce Allan
@ 2016-03-17 17:43 ` Allan, Bruce W
  2016-03-24 16:27   ` Keller, Jacob E
  0 siblings, 1 reply; 4+ messages in thread
From: Allan, Bruce W @ 2016-03-17 17:43 UTC (permalink / raw)
  To: intel-wired-lan

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Bruce Allan
> Sent: Thursday, March 03, 2016 12:58 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet
> SDI Adapter FM10420 device ids
> 
> Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
> ---
>  drivers/net/ethernet/intel/fm10k/fm10k_pci.c  |    2 ++
>  drivers/net/ethernet/intel/fm10k/fm10k_type.h |    2 ++
>  2 files changed, 4 insertions(+)

Jeff, please drop this patch from your tree.


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

* [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids
  2016-03-17 17:43 ` Allan, Bruce W
@ 2016-03-24 16:27   ` Keller, Jacob E
  2016-03-28 23:01     ` Jeff Kirsher
  0 siblings, 1 reply; 4+ messages in thread
From: Keller, Jacob E @ 2016-03-24 16:27 UTC (permalink / raw)
  To: intel-wired-lan

> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Allan, Bruce W
> Sent: Thursday, March 17, 2016 10:44 AM
> To: Allan, Bruce W <bruce.w.allan@intel.com>; intel-wired-
> lan at lists.osuosl.org
> Subject: Re: [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel
> Ethernet SDI Adapter FM10420 device ids
> 
> > -----Original Message-----
> > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org]
> On
> > Behalf Of Bruce Allan
> > Sent: Thursday, March 03, 2016 12:58 PM
> > To: intel-wired-lan at lists.osuosl.org
> > Subject: [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel
> Ethernet
> > SDI Adapter FM10420 device ids
> >
> > Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
> > ---
> >  drivers/net/ethernet/intel/fm10k/fm10k_pci.c  |    2 ++
> >  drivers/net/ethernet/intel/fm10k/fm10k_type.h |    2 ++
> >  2 files changed, 4 insertions(+)
> 
> Jeff, please drop this patch from your tree.
> 

Hi Jeff,

I just confirmed this morning that the patch hasn't been dropped from your tree, so this is a friendly ping to remind you.

Thanks,
Jake

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

* [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids
  2016-03-24 16:27   ` Keller, Jacob E
@ 2016-03-28 23:01     ` Jeff Kirsher
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Kirsher @ 2016-03-28 23:01 UTC (permalink / raw)
  To: intel-wired-lan

On Thu, 2016-03-24 at 16:27 +0000, Keller, Jacob E wrote:
> > -----Original Message-----
> > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.
> org] On
> > Behalf Of Allan, Bruce W
> > Sent: Thursday, March 17, 2016 10:44 AM
> > To: Allan, Bruce W <bruce.w.allan@intel.com>; intel-wired-
> > lan at lists.osuosl.org
> > Subject: Re: [Intel-wired-lan] [next-queue PATCH] fm10k: enable
> Intel
> > Ethernet SDI Adapter FM10420 device ids
> >?
> > > -----Original Message-----
> > > From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuos
> l.org]
> > On
> > > Behalf Of Bruce Allan
> > > Sent: Thursday, March 03, 2016 12:58 PM
> > > To: intel-wired-lan at lists.osuosl.org
> > > Subject: [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel
> > Ethernet
> > > SDI Adapter FM10420 device ids
> > >
> > > Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
> > > ---
> > >? drivers/net/ethernet/intel/fm10k/fm10k_pci.c? |??? 2 ++
> > >? drivers/net/ethernet/intel/fm10k/fm10k_type.h |??? 2 ++
> > >? 2 files changed, 4 insertions(+)
> >?
> > Jeff, please drop this patch from your tree.
> >?
> 
> Hi Jeff,
> 
> I just confirmed this morning that the patch hasn't been dropped from
> your tree, so this is a friendly ping to remind you.

Done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20160328/c3fba140/attachment.asc>

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

end of thread, other threads:[~2016-03-28 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 20:57 [Intel-wired-lan] [next-queue PATCH] fm10k: enable Intel Ethernet SDI Adapter FM10420 device ids Bruce Allan
2016-03-17 17:43 ` Allan, Bruce W
2016-03-24 16:27   ` Keller, Jacob E
2016-03-28 23:01     ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox