2016-03-17 0:23 GMT+01:00 Jesse Gross :
> On Wed, Mar 16, 2016 at 8:07 AM, Samuel Gauthier
> wrote:
>> This patchset adds a netlink api to refresh an existing flow in
>> openvswitch.
>>
>> When a packet is sent in the openvswitch kernel datapath and no
>> flow is found, the packet is sent to the o
On Wed, Mar 16, 2016 at 8:07 AM, Samuel Gauthier
wrote:
> This patchset adds a netlink api to refresh an existing flow in
> openvswitch.
>
> When a packet is sent in the openvswitch kernel datapath and no
> flow is found, the packet is sent to the ovs-vswitchd daemon,
> which will process the pack
On Thu, Mar 17, 2016 at 9:24 AM, Samuel Gauthier
wrote:
> 2016-03-17 0:23 GMT+01:00 Jesse Gross :
>> On Wed, Mar 16, 2016 at 8:07 AM, Samuel Gauthier
>> wrote:
>>> This patchset adds a netlink api to refresh an existing flow in
>>> openvswitch.
>>>
>>> When a packet is sent in the openvswitch ker
From: Samuel Gauthier
Date: Wed, 16 Mar 2016 16:07:50 +0100
> This patchset adds a netlink api to refresh an existing flow in
> openvswitch.
This is too late for net-next, please resubmit this after the
merge window.
Thanks.
This patchset adds a netlink api to refresh an existing flow in
openvswitch.
When a packet is sent in the openvswitch kernel datapath and no
flow is found, the packet is sent to the ovs-vswitchd daemon,
which will process the packet, and ask the kernel to create a new
flow. The next packets for th