Re: [ovs-dev] [PATCH] ofproto: Modularize netflow.

2013-11-11 Thread Ben Pfaff
On Wed, Oct 30, 2013 at 12:38:22PM -0700, Ethan Jackson wrote: > The netflow code has its tentacles all over the ofproto-dpif module. > This is fine today, but in future facets, which correspond roughly to > netflow_flows, will be retired. In preparation, this patch hides as > much implementation

[ovs-dev] [PATCH] ofproto: Modularize netflow.

2013-10-30 Thread Ethan Jackson
The netflow code has its tentacles all over the ofproto-dpif module. This is fine today, but in future facets, which correspond roughly to netflow_flows, will be retired. In preparation, this patch hides as much implementation detail as possible inside the netflow module. Signed-off-by: Ethan Jac