[ovs-dev] [GIT net] Open vSwitch

2014-06-30 Thread Pravin B Shelar
A set of fixes for net. First bug is related flow-table management. Second one is in sample action. Third is related flow stats and last one add gre-err handler for ovs. The following changes since commit dba63115ce0c888fcb4cdec3f8a4ba97d144afaf: powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESEN

[ovs-dev] [GIT net] Open vSwitch

2013-08-14 Thread Jesse Gross
Three bug fixes that are fairly small either way but resolve obviously incorrect code. For net/3.11. The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/l

[ovs-dev] [GIT net] Open vSwitch

2013-10-28 Thread Jesse Gross
One patch for net/3.12 fixing an issue where devices could be in an invalid state they are removed while still attached to OVS. The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git

[ovs-dev] [GIT net] Open vSwitch

2013-04-16 Thread Jesse Gross
Two small bug fixes for net/3.9 including the issue previously discussed where allocation of netlink notifications can fail after changes have been committed. The following changes since commit 330305cc4a6b0cb75c22fc01b8826f0ad70f: ipv4: Fix ip-header identification for gso packets. (2013-0

[ovs-dev] [GIT net] Open vSwitch

2012-11-28 Thread Jesse Gross
These two small bug fixes are intended for 3.7/net if there is still time. The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openv

[ovs-dev] [GIT net] Open vSwitch

2013-02-06 Thread Jesse Gross
One bug fix for net/3.8 for a long standing problem that was reported a few times recently. The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565: Linux 3.8-rc1 (2012-12-21 17:19:00 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kerne

[ovs-dev] [GIT net] Open vSwitch

2013-03-14 Thread Jesse Gross
A few different bug fixes, including several for issues with userspace communication that have gone unnoticed up until now. These are intended for net/3.9. The following changes since commit 19f949f52599ba7c3f67a5897ac6be14bfcb1200: Linux 3.8 (2013-02-18 15:58:34 -0800) are available in the g

[ovs-dev] [GIT net] Open vSwitch

2014-02-02 Thread Jesse Gross
A handful of bug fixes for net/3.14. High level fixes are: * Regression introduced by the zerocopy changes, particularly with old userspaces. * A few bugs lingering from the introduction of megaflows. * Overly zealous error checking that is now being triggered frequently in common cases.

[ovs-dev] [GIT net] Open vSwitch

2014-02-04 Thread Jesse Gross
A handful of bug fixes for net/3.14. High level fixes are: * Regressions introduced by the zerocopy changes, particularly with old userspaces. * A few bugs lingering from the introduction of megaflows. * Overly zealous error checking that is now being triggered frequently in common cases.

[ovs-dev] [GIT net] Open vSwitch

2014-02-04 Thread Jesse Gross
A handful of bug fixes for net/3.14. High level fixes are: * Regressions introduced by the zerocopy changes, particularly with old userspaces. * A few bugs lingering from the introduction of megaflows. * Overly zealous error checking that is now being triggered frequently in common cases.

[ovs-dev] [GIT net] Open vSwitch

2014-03-20 Thread Jesse Gross
Four small fixes for net/3.14. I realize that these are late in the cycle - just got back from vacation. The following changes since commit c14e0953ca51dbcb8d1ac92acbdcff23d0caa158: openvswitch: Suppress error messages on megaflow updates (2014-02-04 22:32:38 -0800) are available in the git

[ovs-dev] [GIT net] Open vSwitch

2012-03-07 Thread Jesse Gross
A few last minute patches for net/3.3 if there is time. The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git fixes Be

[ovs-dev] [GIT net] Open vSwitch

2012-05-07 Thread Jesse Gross
A few patches for net/3.4. The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928: Linux 3.4-rc1 (2012-03-31 16:24:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git fixes for you to fetch changes up to

[ovs-dev] [GIT net] Open vSwitch

2012-09-04 Thread Jesse Gross
A few bug fixes intended for net/3.6. The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git fixes for you to fetch ch

Re: [ovs-dev] [GIT net] Open vSwitch

2014-07-07 Thread David Miller
From: Pravin B Shelar Date: Mon, 30 Jun 2014 23:33:16 -0700 > A set of fixes for net. > First bug is related flow-table management. Second one is in sample > action. Third is related flow stats and last one add gre-err handler for ovs. Pulled, thanks Pravin.

Re: [ovs-dev] [GIT net] Open vSwitch

2013-08-15 Thread David Miller
From: Jesse Gross Date: Wed, 14 Aug 2013 16:19:04 -0700 > Three bug fixes that are fairly small either way but resolve obviously > incorrect code. For net/3.11. Pulled, thanks Jesse. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailm

Re: [ovs-dev] [GIT net] Open vSwitch

2013-10-29 Thread David Miller
From: Jesse Gross Date: Mon, 28 Oct 2013 11:04:50 -0700 > One patch for net/3.12 fixing an issue where devices could be in an > invalid state they are removed while still attached to OVS. Pulled, thanks Jesse. ___ dev mailing list dev@openvswitch.org h

Re: [ovs-dev] [GIT net] Open vSwitch

2013-04-16 Thread David Miller
From: Jesse Gross Date: Tue, 16 Apr 2013 13:17:27 -0700 > Two small bug fixes for net/3.9 including the issue previously > discussed where allocation of netlink notifications can fail after > changes have been committed. Looks good, pulled, thanks! ___

Re: [ovs-dev] [GIT net] Open vSwitch

2013-04-17 Thread Jesse Gross
On Tue, Apr 16, 2013 at 1:53 PM, David Miller wrote: > From: Jesse Gross > Date: Tue, 16 Apr 2013 13:17:27 -0700 > >> Two small bug fixes for net/3.9 including the issue previously >> discussed where allocation of netlink notifications can fail after >> changes have been committed. > > Looks good

Re: [ovs-dev] [GIT net] Open vSwitch

2013-04-17 Thread David Miller
From: Jesse Gross Date: Wed, 17 Apr 2013 19:31:41 -0700 > On Tue, Apr 16, 2013 at 1:53 PM, David Miller wrote: >> From: Jesse Gross >> Date: Tue, 16 Apr 2013 13:17:27 -0700 >> >>> Two small bug fixes for net/3.9 including the issue previously >>> discussed where allocation of netlink notificati

Re: [ovs-dev] [GIT net] Open vSwitch

2013-04-17 Thread David Miller
From: David Miller Date: Wed, 17 Apr 2013 22:37:41 -0400 (EDT) > From: Jesse Gross > Date: Wed, 17 Apr 2013 19:31:41 -0700 > >> On Tue, Apr 16, 2013 at 1:53 PM, David Miller wrote: >>> From: Jesse Gross >>> Date: Tue, 16 Apr 2013 13:17:27 -0700 >>> Two small bug fixes for net/3.9 includi

Re: [ovs-dev] [GIT net] Open vSwitch

2012-11-28 Thread David Miller
Date: Tue, 27 Nov 2012 10:37:01 -0800 Is it really Tuesday morning where you are? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [GIT net] Open vSwitch

2012-11-28 Thread Jesse Gross
On Wed, Nov 28, 2012 at 10:48 AM, David Miller wrote: > > Date: Tue, 27 Nov 2012 10:37:01 -0800 > > Is it really Tuesday morning where you are? Unfortunately, no. It's VM clock slew, which I've fixed now. ___ dev mailing list dev@openvswitch.org http:/

Re: [ovs-dev] [GIT net] Open vSwitch

2012-11-28 Thread David Miller
From: Jesse Gross Date: Tue, 27 Nov 2012 10:37:01 -0800 > These two small bug fixes are intended for 3.7/net if there is still time. Pulled, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [GIT net] Open vSwitch

2013-02-07 Thread David Miller
From: Jesse Gross Date: Wed, 6 Feb 2013 19:14:55 -0800 > One bug fix for net/3.8 for a long standing problem that was reported a few > times recently. > > The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565: > > Linux 3.8-rc1 (2012-12-21 17:19:00 -0800) > > are avail

Re: [ovs-dev] [GIT net] Open vSwitch

2013-03-15 Thread David Miller
From: Jesse Gross Date: Thu, 14 Mar 2013 17:15:00 -0700 > A few different bug fixes, including several for issues with userspace > communication that have gone unnoticed up until now. These are intended > for net/3.9. Pulled, thanks. ___ dev mailing l

Re: [ovs-dev] [GIT net] Open vSwitch

2014-02-04 Thread Jesse Gross
On Tue, Feb 4, 2014 at 10:40 PM, Jesse Gross wrote: > A handful of bug fixes for net/3.14. High level fixes are: > * Regressions introduced by the zerocopy changes, particularly with >old userspaces. > * A few bugs lingering from the introduction of megaflows. > * Overly zealous error check

Re: [ovs-dev] [GIT net] Open vSwitch

2014-02-05 Thread David Miller
From: Jesse Gross Date: Tue, 4 Feb 2014 22:59:16 -0800 > A handful of bug fixes for net/3.14. High level fixes are: > * Regressions introduced by the zerocopy changes, particularly with >old userspaces. > * A few bugs lingering from the introduction of megaflows. > * Overly zealous error

Re: [ovs-dev] [GIT net] Open vSwitch

2014-02-05 Thread Or Gerlitz
On Wed, Feb 5, 2014 at 8:59 AM, Jesse Gross wrote: > > A handful of bug fixes for net/3.14. High level fixes are: > * Regressions introduced by the zerocopy changes, particularly with >old userspaces. Hi, so this post was the 2nd version of the five patches you posted earlier, right? it woul

Re: [ovs-dev] [GIT net] Open vSwitch

2014-02-05 Thread Jesse Gross
On Wed, Feb 5, 2014 at 11:09 PM, Or Gerlitz wrote: > On Wed, Feb 5, 2014 at 8:59 AM, Jesse Gross wrote: >> >> A handful of bug fixes for net/3.14. High level fixes are: >> * Regressions introduced by the zerocopy changes, particularly with >>old userspaces. > > Hi, so this post was the 2nd v

Re: [ovs-dev] [GIT net] Open vSwitch

2014-03-20 Thread David Miller
From: Jesse Gross Date: Thu, 20 Mar 2014 11:09:10 -0700 > Four small fixes for net/3.14. I realize that these are late in the cycle - > just got back from vacation. > > The following changes since commit c14e0953ca51dbcb8d1ac92acbdcff23d0caa158: > > openvswitch: Suppress error messages on me

Re: [ovs-dev] [GIT net] Open vSwitch

2012-03-07 Thread David Miller
From: Jesse Gross Date: Wed, 7 Mar 2012 18:56:06 -0800 > A few last minute patches for net/3.3 if there is time. > > The following changes since commit dcd6c92267155e70a94b3927bce681ce74b80d1f: > > Linux 3.3-rc1 (2012-01-19 15:04:48 -0800) > > are available in the git repository at: > git

Re: [ovs-dev] [GIT net] Open vSwitch

2012-05-08 Thread David Miller
From: Jesse Gross Date: Mon, 7 May 2012 18:51:22 -0700 > A few patches for net/3.4. > > The following changes since commit dd775ae2549217d3ae09363e3edb305d0fa19928: > > Linux 3.4-rc1 (2012-03-31 16:24:09 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/

Re: [ovs-dev] [GIT net] Open vSwitch

2012-09-04 Thread David Miller
From: Jesse Gross Date: Tue, 4 Sep 2012 12:08:05 -0700 > A few bug fixes intended for net/3.6. > > The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee: > > Linux 3.6-rc1 (2012-08-02 16:38:10 -0700) > > are available in the git repository at: > > git://git.kernel.o