]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar...
authorDavid S. Miller <davem@davemloft.net>
Tue, 16 Sep 2014 20:21:48 +0000 (16:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Sep 2014 20:21:48 +0000 (16:21 -0400)
commit09f02a071d98ed2c7b7cdd5dedf9c6c173175e11
treeed27b33b69195f3cf86642f423070d645adcc34a
parent422f17749a0d8eb4d21b51c1597d481986fa40f0
parent7d6cbe0c43a78781a54179e394a0b0a5338a497d
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch

Pravin B Shelar says:

====================
Open vSwitch

Following patches adds recirculation and hash action to OVS.
First patch removes pointer to stack object. Next three patches
does code restructuring which is required for last patch.
Recirculation implementation is changed, according to comments from
David Miller, to avoid using recursive calls in OVS. It is using
queue to record recirc action and deferred recirc is executed at
the end of current actions execution.

v1-v2:
Changed subsystem name in subject to openvswitch
v2-v3:
Added patch to remove pkt_key pointer from skb->cb.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>