Re: [ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-26 Thread Ben Pfaff
On Mon, Jun 25, 2018 at 09:58:45AM +0200, Simon Horman wrote: > On Thu, Jun 21, 2018 at 04:31:35PM -0700, Ben Pfaff wrote: > > On Thu, Jun 21, 2018 at 06:27:19PM +0200, Simon Horman wrote: > > > On 21 June 2018 at 18:15, Ben Pfaff wrote: > > > > > > > Simon, I see that you have reviewed these pat

Re: [ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-25 Thread Simon Horman
On Thu, Jun 21, 2018 at 04:31:35PM -0700, Ben Pfaff wrote: > On Thu, Jun 21, 2018 at 06:27:19PM +0200, Simon Horman wrote: > > On 21 June 2018 at 18:15, Ben Pfaff wrote: > > > > > Simon, I see that you have reviewed these patches. Are you handling > > > this series? > > > > > > > Hi Ben, > > >

Re: [ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-21 Thread Ben Pfaff
On Thu, Jun 21, 2018 at 06:27:19PM +0200, Simon Horman wrote: > On 21 June 2018 at 18:15, Ben Pfaff wrote: > > > Simon, I see that you have reviewed these patches. Are you handling > > this series? > > > > Hi Ben, > > yes, I reviewed these patches during internal review. > I'm happy to handle

Re: [ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-21 Thread Simon Horman
On 21 June 2018 at 18:15, Ben Pfaff wrote: > Simon, I see that you have reviewed these patches. Are you handling > this series? > Hi Ben, yes, I reviewed these patches during internal review. I'm happy to handle the series now its in external review. > On Thu, Jun 21, 2018 at 02:35:55PM +010

Re: [ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-21 Thread Ben Pfaff
Simon, I see that you have reviewed these patches. Are you handling this series? Thanks, Ben. On Thu, Jun 21, 2018 at 02:35:55PM +0100, John Hurley wrote: > This patchset extends OvS TC and the linux-netdev implementation to > support the offloading of Linux Link Aggregation devices (LAG) and t

[ovs-dev] [PATCH 0/6] offload Linux LAG devices to the TC datapath

2018-06-21 Thread John Hurley
This patchset extends OvS TC and the linux-netdev implementation to support the offloading of Linux Link Aggregation devices (LAG) and their slaves. TC blocks are used to provide this offload. Blocks, in TC, group together a series of qdiscs. If a filter is added to one of these qdiscs then it appl