All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dustin Kirkland <kirkland@canonical.com>
To: linux_kvm@proinbox.com
Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org
Subject: Re: 8 NIC limit
Date: Tue, 5 Oct 2010 08:24:57 -0700	[thread overview]
Message-ID: <AANLkTincCQmrObuUiAu=xov0fi1GfnSzG4veDQBbtLzo@mail.gmail.com> (raw)
In-Reply-To: <1286290127.19619.1398473465@webmail.messagingengine.com>

On Tue, Oct 5, 2010 at 7:48 AM,  <linux_kvm@proinbox.com> wrote:
> Hello list:
>
> I'm working on a project that calls for the creation of a firewall in
> KVM.
> While adding a 20-interface trunk of virtio adapters to bring in a dual
> 10GB bond, I've discovered an 8 NIC limit in QEMU.
>
> I found the following thread in the list archives detailing a similar
> problem:
> http://kerneltrap.org/mailarchive/linux-kvm/2009/1/29/4848304
>
> It includes a patch for the file qemu/net.h to allow 24 NICs:
> https://bugs.launchpad.net/ubuntu/+source/qemu-kvm">qemu-kvm/+bug/595873/+attachment/1429544/+files/max_nics.patch
>
> In my case I want to attach 29, and have simply changed line 8 to 30
> from 24.
>
> This will be the first patch I've ever had to do, and so far my internet
> search yields results that don't seem to apply.
>
> Would someone like to recommend a pertinent tutorial?

Hi there,

I commented on the original bug in Launchpad.  We're willing and able
to carry the patch against qemu-kvm in Ubuntu, I just asked that the
reporter at least submit the patch upstream for discussion.  I don't
see where that has happened yet.  It's a trivial patch to submit.
Please note in that bug a pointer to the mailing list thread, if you
start one.

To your specific question, different communities have different
requirements on patch submission, so you do need to consult each
community.  A good place to start might be the
Documentation/SubmittingPatches how-to in the kernel tree:
 * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/SubmittingPatches;hb=HEAD

In this case, I think you're going to want to send your patch to the
qemu-devel (on CC) mailing list (perhaps in addition to sending it
here, to the kvm list).

:-Dustin

WARNING: multiple messages have this Message-ID (diff)
From: Dustin Kirkland <kirkland@canonical.com>
To: linux_kvm@proinbox.com
Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: 8 NIC limit
Date: Tue, 5 Oct 2010 08:24:57 -0700	[thread overview]
Message-ID: <AANLkTincCQmrObuUiAu=xov0fi1GfnSzG4veDQBbtLzo@mail.gmail.com> (raw)
In-Reply-To: <1286290127.19619.1398473465@webmail.messagingengine.com>

On Tue, Oct 5, 2010 at 7:48 AM,  <linux_kvm@proinbox.com> wrote:
> Hello list:
>
> I'm working on a project that calls for the creation of a firewall in
> KVM.
> While adding a 20-interface trunk of virtio adapters to bring in a dual
> 10GB bond, I've discovered an 8 NIC limit in QEMU.
>
> I found the following thread in the list archives detailing a similar
> problem:
> http://kerneltrap.org/mailarchive/linux-kvm/2009/1/29/4848304
>
> It includes a patch for the file qemu/net.h to allow 24 NICs:
> https://bugs.launchpad.net/ubuntu/+source/qemu-kvm">qemu-kvm/+bug/595873/+attachment/1429544/+files/max_nics.patch
>
> In my case I want to attach 29, and have simply changed line 8 to 30
> from 24.
>
> This will be the first patch I've ever had to do, and so far my internet
> search yields results that don't seem to apply.
>
> Would someone like to recommend a pertinent tutorial?

Hi there,

I commented on the original bug in Launchpad.  We're willing and able
to carry the patch against qemu-kvm in Ubuntu, I just asked that the
reporter at least submit the patch upstream for discussion.  I don't
see where that has happened yet.  It's a trivial patch to submit.
Please note in that bug a pointer to the mailing list thread, if you
start one.

To your specific question, different communities have different
requirements on patch submission, so you do need to consult each
community.  A good place to start might be the
Documentation/SubmittingPatches how-to in the kernel tree:
 * http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/SubmittingPatches;hb=HEAD

In this case, I think you're going to want to send your patch to the
qemu-devel (on CC) mailing list (perhaps in addition to sending it
here, to the kvm list).

:-Dustin

  reply	other threads:[~2010-10-05 15:24 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 14:48 8 NIC limit linux_kvm
2010-10-05 15:24 ` Dustin Kirkland [this message]
2010-10-05 15:24   ` [Qemu-devel] " Dustin Kirkland
     [not found]   ` <1286294888.11462.1398488135@webmail.messagingengine.com>
     [not found]     ` <1286295603.7731.28.camel@x200>
2010-10-06  5:46       ` 8 NIC limit - patch - places limit at 32 linux_kvm
2010-10-06  5:46         ` [Qemu-devel] " linux_kvm
2010-10-06 12:54         ` Anthony Liguori
2010-10-06 17:11           ` linux_kvm
2010-10-07  1:39             ` Chris Wright
2010-10-13 22:18         ` [Qemu-devel] Hitting 29 NIC limit (was Re: 8 NIC limit - patch - places limit at 32) Anjali Kulkarni
2010-10-13 22:32           ` Hitting 29 NIC limit Anjali Kulkarni
2010-10-13 22:32             ` [Qemu-devel] " Anjali Kulkarni
2010-10-13 22:54             ` Anthony Liguori
2010-10-13 22:54               ` Anthony Liguori
2010-10-14 12:07               ` Avi Kivity
2010-10-14 12:07                 ` Avi Kivity
2010-10-14 12:10                 ` Daniel P. Berrange
2010-10-14 12:10                   ` Daniel P. Berrange
2010-10-14 12:57                   ` Anthony Liguori
2010-10-14 12:57                     ` Anthony Liguori
2010-10-18 20:07                     ` H. Peter Anvin
2010-10-18 20:07                       ` H. Peter Anvin
2010-10-14 21:42                   ` Richard W.M. Jones
2010-10-14 21:42                     ` Richard W.M. Jones
2010-10-14 21:57                     ` Anthony Liguori
2010-10-14 21:57                       ` Anthony Liguori
2010-10-14 22:00                       ` Anjali Kulkarni
2010-10-14 22:00                         ` Anjali Kulkarni
2010-10-14 22:09                         ` Anthony Liguori
2010-10-14 22:09                           ` Anthony Liguori
2010-10-14 22:12                           ` Anjali Kulkarni
2010-10-14 22:12                             ` Anjali Kulkarni
2010-10-14 22:17                             ` Anthony Liguori
2010-10-14 22:17                               ` Anthony Liguori
2010-11-16 17:23                               ` Michael S. Tsirkin
2010-11-16 17:23                                 ` [Qemu-devel] " Michael S. Tsirkin
2010-11-16 19:00                                 ` Anthony Liguori
2010-11-16 19:00                                   ` [Qemu-devel] " Anthony Liguori
2010-10-14 22:08                       ` [Qemu-devel] " Richard W.M. Jones
2010-10-14 22:08                         ` Richard W.M. Jones
2010-10-14 12:36                 ` Markus Armbruster
2010-10-14 12:36                   ` Markus Armbruster
2010-10-14 12:59                   ` Anthony Liguori
2010-10-14 12:59                     ` Anthony Liguori
2010-10-15  9:11                     ` Markus Armbruster
2010-10-15  9:11                       ` [Qemu-devel] " Markus Armbruster
2010-10-15 18:49                       ` Passing in additional info to guest OS and e1000 test suite? Anjali Kulkarni
2010-10-15 18:49                         ` [Qemu-devel] " Anjali Kulkarni
2010-10-15 20:02                         ` Anthony Liguori
2010-10-15 20:02                           ` [Qemu-devel] " Anthony Liguori
2010-10-14 12:54                 ` [Qemu-devel] Hitting 29 NIC limit Anthony Liguori
2010-10-14 12:54                   ` Anthony Liguori
2010-10-14 13:23                   ` Avi Kivity
2010-10-14 13:23                     ` Avi Kivity
2010-10-14 14:11                     ` Anthony Liguori
2010-10-14 14:11                       ` Anthony Liguori
2010-10-14 14:53                       ` Avi Kivity
2010-10-14 14:53                         ` Avi Kivity
2010-10-28 20:52                 ` [Qemu-devel] Hitting 29 NIC limit (+Intel VT-c) linux_kvm
2010-11-16 17:21                 ` Hitting 29 NIC limit Michael S. Tsirkin
2010-11-16 17:21                   ` [Qemu-devel] " Michael S. Tsirkin
     [not found]                   ` <C9081994.3517C%anjali@juniper.net>
     [not found]                     ` <20101117105843.GB10168@redhat.com>
2010-11-18  3:09                       ` Isaku Yamahata
2010-11-18  5:41                         ` Wei Xu
2010-11-18  6:31                           ` Isaku Yamahata
2010-11-18  6:46                         ` Michael S. Tsirkin
2010-11-18  7:09                           ` Isaku Yamahata
2010-11-18  7:15                             ` Michael S. Tsirkin
2010-11-18  7:27                               ` Isaku Yamahata
2010-11-18 11:54                         ` Gerd Hoffmann
2010-11-18 23:55                           ` Isaku Yamahata
2010-10-05 15:57 ` 8 " Markus Armbruster
2010-10-05 16:20   ` linux_kvm
2010-10-05 16:43 ` Brian Jackson
2010-10-05 16:19 Fwd: " linux_kvm
2010-10-05 18:39 ` Chris Wright
2011-09-03 11:54 8 nic limit Richard Weinberger
2011-09-05  6:58 ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTincCQmrObuUiAu=xov0fi1GfnSzG4veDQBbtLzo@mail.gmail.com' \
    --to=kirkland@canonical.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux_kvm@proinbox.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.