netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* vxlan in Linux kernel 3.7
@ 2012-12-27 18:42 Qin, Xiaohong
  2012-12-27 18:49 ` Stephen Hemminger
  2012-12-28  0:46 ` Naoto MATSUMOTO
  0 siblings, 2 replies; 5+ messages in thread
From: Qin, Xiaohong @ 2012-12-27 18:42 UTC (permalink / raw)
  To: netdev

Hi All,

I have installed kernel 3.7 on my Linux box, see the following uname -a output,

uname -a
Linux c210-m2-sib-3 3.7.0-030700-generic #201212102335 SMP Tue Dec 11 04:36:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Does that mean I've got VXLAN module loaded or I still need to go through some extra steps to enable or configure it? Do you have any VXLAN setup or configuration document by chance?

Thanks.

Dennis Qin

P.S. If this is not the right place to ask this kind of questions, please let me know which mailing list I should use.

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

* Re: vxlan in Linux kernel 3.7
  2012-12-27 18:42 vxlan in Linux kernel 3.7 Qin, Xiaohong
@ 2012-12-27 18:49 ` Stephen Hemminger
  2012-12-27 18:56   ` Qin, Xiaohong
  2012-12-28  0:46 ` Naoto MATSUMOTO
  1 sibling, 1 reply; 5+ messages in thread
From: Stephen Hemminger @ 2012-12-27 18:49 UTC (permalink / raw)
  To: Qin, Xiaohong; +Cc: netdev

On Thu, 27 Dec 2012 13:42:51 -0500
"Qin, Xiaohong" <Xiaohong.Qin@emc.com> wrote:

> Hi All,
> 
> I have installed kernel 3.7 on my Linux box, see the following uname -a output,
> 
> uname -a
> Linux c210-m2-sib-3 3.7.0-030700-generic #201212102335 SMP Tue Dec 11 04:36:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
> 
> Does that mean I've got VXLAN module loaded or I still need to go through some extra steps to enable or configure it? Do you have any VXLAN setup or configuration document by chance?
> 
> Thanks.
> 
> Dennis Qin
> 
> P.S. If this is not the right place to ask this kind of questions, please let me know which mailing list I should use.
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

VXLAN driver is part of the kernel config. 
If using a vendor supplied kernel, most likely it is available as a module.
Try:
   /sbin/modinfo vxlan
If you see 'ERROR: Module vxlan not found' then vxlan was not configured.
You will also need to have current iproute2 utilities.
   $ ip -V
ip utility, iproute2-ss121211

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

* RE: vxlan in Linux kernel 3.7
  2012-12-27 18:49 ` Stephen Hemminger
@ 2012-12-27 18:56   ` Qin, Xiaohong
  2012-12-27 19:43     ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: Qin, Xiaohong @ 2012-12-27 18:56 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

Hi Stephen,

Thanks very much for the tip. Here is the output on my box,

/sbin/modinfo vxlan
filename:       /lib/modules/3.7.0-030700-generic/kernel/drivers/net/vxlan.ko
alias:          rtnl-link-vxlan
author:         Stephen Hemminger <shemminger@vyatta.com>
version:        0.1
license:        GPL
srcversion:     D5253D8FFAF3FEF6A3A3026
depends:
intree:         Y
vermagic:       3.7.0-030700-generic SMP mod_unload modversions
parm:           udp_port:Destination UDP port (uint)
parm:           log_ecn_error:Log packets received with corrupted ECN (bool)

# ip -V
ip utility, iproute2-ss111117

So I think I'm all set to give it a try?

Thanks.

Dennis Qin

-----Original Message-----
From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org] On Behalf Of Stephen Hemminger
Sent: Thursday, December 27, 2012 10:49 AM
To: Qin, Xiaohong
Cc: netdev@vger.kernel.org
Subject: Re: vxlan in Linux kernel 3.7

On Thu, 27 Dec 2012 13:42:51 -0500
"Qin, Xiaohong" <Xiaohong.Qin@emc.com> wrote:

> Hi All,
> 
> I have installed kernel 3.7 on my Linux box, see the following uname 
> -a output,
> 
> uname -a
> Linux c210-m2-sib-3 3.7.0-030700-generic #201212102335 SMP Tue Dec 11 
> 04:36:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
> 
> Does that mean I've got VXLAN module loaded or I still need to go through some extra steps to enable or configure it? Do you have any VXLAN setup or configuration document by chance?
> 
> Thanks.
> 
> Dennis Qin
> 
> P.S. If this is not the right place to ask this kind of questions, please let me know which mailing list I should use.
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in 
> the body of a message to majordomo@vger.kernel.org More majordomo info 
> at  http://vger.kernel.org/majordomo-info.html

VXLAN driver is part of the kernel config. 
If using a vendor supplied kernel, most likely it is available as a module.
Try:
   /sbin/modinfo vxlan
If you see 'ERROR: Module vxlan not found' then vxlan was not configured.
You will also need to have current iproute2 utilities.
   $ ip -V
ip utility, iproute2-ss121211
--
To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: vxlan in Linux kernel 3.7
  2012-12-27 18:56   ` Qin, Xiaohong
@ 2012-12-27 19:43     ` Stephen Hemminger
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Hemminger @ 2012-12-27 19:43 UTC (permalink / raw)
  To: Qin, Xiaohong; +Cc: netdev

On Thu, 27 Dec 2012 13:56:51 -0500
"Qin, Xiaohong" <Xiaohong.Qin@emc.com> wrote:

> # ip -V
> ip utility, iproute2-ss111117
> 
> So I think I'm all set to give it a try?

That version is way to old to know about vxlan configuration.
The last digits of the iproute version are the date it was
released.  That date is November 17 2011 which is the 3.1 version.
You need 3.7 which was released on December 11 2012, or you can
use latest from iproute2 git repository.

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

* Re: vxlan in Linux kernel 3.7
  2012-12-27 18:42 vxlan in Linux kernel 3.7 Qin, Xiaohong
  2012-12-27 18:49 ` Stephen Hemminger
@ 2012-12-28  0:46 ` Naoto MATSUMOTO
  1 sibling, 0 replies; 5+ messages in thread
From: Naoto MATSUMOTO @ 2012-12-28  0:46 UTC (permalink / raw)
  To: Qin, Xiaohong; +Cc: netdev


Hi Qin

FYI(For Your Information)

A First Look At VXLAN over Infiniband Network On Linux 3.7-rc7 & iproute2
http://slidesha.re/TsCKWc


On Thu, 27 Dec 2012 13:42:51 -0500
"Qin, Xiaohong" <Xiaohong.Qin@emc.com> wrote:

> Hi All,
> 
> I have installed kernel 3.7 on my Linux box, see the following uname -a output,
> 
> uname -a
> Linux c210-m2-sib-3 3.7.0-030700-generic #201212102335 SMP Tue Dec 11 04:36:24 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
> 
> Does that mean I've got VXLAN module loaded or I still need to go through some extra steps to enable or configure it? Do you have any VXLAN setup or configuration document by chance?
> 
> Thanks.
> 
> Dennis Qin
> 
> P.S. If this is not the right place to ask this kind of questions, please let me know which mailing list I should use.
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
SAKURA Internet Inc. / Senior Researcher
Naoto MATSUMOTO <n-matsumoto@sakura.ad.jp>
SAKURA Research Center <http://research.sakura.ad.jp/>

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

end of thread, other threads:[~2012-12-28  0:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-27 18:42 vxlan in Linux kernel 3.7 Qin, Xiaohong
2012-12-27 18:49 ` Stephen Hemminger
2012-12-27 18:56   ` Qin, Xiaohong
2012-12-27 19:43     ` Stephen Hemminger
2012-12-28  0:46 ` Naoto MATSUMOTO

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