Re: [net] openvswitch: Allow deferred action fifo to expand during run time

2016-08-24 Thread Lance Richardson
> From: "David Miller" > To: az...@ovn.org > Cc: d...@openvswitch.com, netdev@vger.kernel.org > Sent: Friday, March 18, 2016 5:19:09 PM > Subject: Re: [net] openvswitch: Allow deferred action fifo to expand during > run time > > From: Andy Zhou >

Re: [net] openvswitch: Allow deferred action fifo to expand during run time

2016-03-19 Thread David Miller
From: Andy Zhou Date: Thu, 17 Mar 2016 21:32:13 -0700 > Current openvswitch implementation allows up to 10 recirculation actions > for each packet. This limit was sufficient for most use cases in the > past, but with more new features, such as supporting connection > tracking, and testing in larg

[net] openvswitch: Allow deferred action fifo to expand during run time

2016-03-19 Thread Andy Zhou
Current openvswitch implementation allows up to 10 recirculation actions for each packet. This limit was sufficient for most use cases in the past, but with more new features, such as supporting connection tracking, and testing in larger scale network environment, This limit may be too restrictive.