Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-03 Thread Simon Horman
On Wed, Jun 03, 2020 at 09:51:10AM +0300, Roi Dayan wrote: > > > On 2020-06-02 4:36 PM, Simon Horman wrote: > > On Tue, Jun 02, 2020 at 01:21:16PM +0200, Simon Horman wrote: > >> On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: ... > > Hi, > > > > unfortunately Travis-CI has flaged a

Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-02 Thread Roi Dayan
On 2020-06-02 4:36 PM, Simon Horman wrote: > On Tue, Jun 02, 2020 at 01:21:16PM +0200, Simon Horman wrote: >> On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: >>> In order to improve revalidator performance, extend netdev-offload with >>> terse >>> dump support. In terse dump mode mod

Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-02 Thread Simon Horman
On Tue, Jun 02, 2020 at 01:21:16PM +0200, Simon Horman wrote: > On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: > > In order to improve revalidator performance, extend netdev-offload with > > terse > > dump support. In terse dump mode modify code that parses netlink to flower > > and >

Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-02 Thread Simon Horman
On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: > In order to improve revalidator performance, extend netdev-offload with terse > dump support. In terse dump mode modify code that parses netlink to flower and > flower to match to only provide the essential data for conversion instead of

[ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-01 Thread Roi Dayan
In order to improve revalidator performance, extend netdev-offload with terse dump support. In terse dump mode modify code that parses netlink to flower and flower to match to only provide the essential data for conversion instead of parsing all filter and actions data. Implement support for new T