netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 16/16] i40e: print neato new features
  2015-10-09  1:32 [net-next 00/16][pull request] Intel Wired LAN Driver Updates 2015-10-08 Jeff Kirsher
@ 2015-10-09  1:32 ` Jeff Kirsher
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2015-10-09  1:32 UTC (permalink / raw)
  To: davem; +Cc: Jesse Brandeburg, netdev, nhorman, sassmann, jogreene,
	Jeff Kirsher

From: Jesse Brandeburg <jesse.brandeburg@intel.com>

To help users and developers know what compile options
and hardware features are enabled at compile time, print
VxLAN is available.

Change-ID: I3162f3b7678dc725a597f964217920eb218b480b
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/ethernet/intel/i40e/i40e_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c
index c46d814..a484f22 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_main.c
@@ -9914,6 +9914,9 @@ static void i40e_print_features(struct i40e_pf *pf)
 	}
 	if (pf->flags & I40E_FLAG_DCB_CAPABLE)
 		buf += sprintf(buf, "DCB ");
+#if IS_ENABLED(CONFIG_VXLAN)
+	buf += sprintf(buf, "VxLAN ");
+#endif
 	if (pf->flags & I40E_FLAG_PTP)
 		buf += sprintf(buf, "PTP ");
 #ifdef I40E_FCOE
-- 
2.4.3

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

* Re: [net-next 16/16] i40e: print neato new features
@ 2015-10-10 19:29 Or Gerlitz
  2015-10-12 19:28 ` Jeff Kirsher
  0 siblings, 1 reply; 3+ messages in thread
From: Or Gerlitz @ 2015-10-10 19:29 UTC (permalink / raw)
  To: Jeff Kirsher, Jesse Brandeburg; +Cc: Linux Netdev List

On Fri, Oct 9, 2015 at 4:32 AM, Jeff Kirsher
<jeffrey.t.kirsher@intel.com> wrote:
> From: Jesse Brandeburg <jesse.brandeburg@intel.com>
>
> To help users and developers know what compile options
> and hardware features are enabled at compile time, print
> VxLAN is available.

What neato means?

Or.

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

* Re: [net-next 16/16] i40e: print neato new features
  2015-10-10 19:29 [net-next 16/16] i40e: print neato new features Or Gerlitz
@ 2015-10-12 19:28 ` Jeff Kirsher
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2015-10-12 19:28 UTC (permalink / raw)
  To: Or Gerlitz, Jesse Brandeburg; +Cc: Linux Netdev List

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On Sat, 2015-10-10 at 22:29 +0300, Or Gerlitz wrote:
> On Fri, Oct 9, 2015 at 4:32 AM, Jeff Kirsher
> <jeffrey.t.kirsher@intel.com> wrote:
> > From: Jesse Brandeburg <jesse.brandeburg@intel.com>
> >
> > To help users and developers know what compile options
> > and hardware features are enabled at compile time, print
> > VxLAN is available.
> 
> What neato means?

neato = cool or neat

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2015-10-12 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-10 19:29 [net-next 16/16] i40e: print neato new features Or Gerlitz
2015-10-12 19:28 ` Jeff Kirsher
  -- strict thread matches above, loose matches on Subject: below --
2015-10-09  1:32 [net-next 00/16][pull request] Intel Wired LAN Driver Updates 2015-10-08 Jeff Kirsher
2015-10-09  1:32 ` [net-next 16/16] i40e: print neato new features Jeff Kirsher

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).