Re: [ovs-dev] [PATCH 1/3] datapath: Use generic struct pcpu_tstats.

2013-04-29 Thread Pravin Shelar
On Mon, Apr 29, 2013 at 1:14 PM, Jesse Gross wrote: > On Thu, Apr 18, 2013 at 4:51 PM, Pravin B Shelar wrote: >> Rather than defining ovs specific stats struct (vport_percpu_stats), >> we can use existing pcpu_tstats to achieve exactly same functionality. >> >> Signed-off-by: Pravin B Shelar > >

Re: [ovs-dev] [PATCH 1/3] datapath: Use generic struct pcpu_tstats.

2013-04-29 Thread Jesse Gross
On Thu, Apr 18, 2013 at 4:51 PM, Pravin B Shelar wrote: > Rather than defining ovs specific stats struct (vport_percpu_stats), > we can use existing pcpu_tstats to achieve exactly same functionality. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross __

[ovs-dev] [PATCH 1/3] datapath: Use generic struct pcpu_tstats.

2013-04-18 Thread Pravin B Shelar
Rather than defining ovs specific stats struct (vport_percpu_stats), we can use existing pcpu_tstats to achieve exactly same functionality. Signed-off-by: Pravin B Shelar --- datapath/linux/Modules.mk |1 + datapath/linux/compat/include/linux/if_tunnel.h | 20