[ovs-dev] 答复: 答复: [PATCH] netdev-linux: remove sum of vport stats and kernel netdev stats

William Tu u9012063 at gmail.com
Thu Apr 30 14:37:54 UTC 2020


On Wed, Apr 29, 2020 at 10:42:41PM -0700, Pravin Shelar wrote:
> On Wed, Apr 29, 2020 at 11:07 AM William Tu <u9012063 at gmail.com> wrote:
> >
> > On Tue, Apr 28, 2020 at 03:29:10AM +0000, 姜立东 wrote:
> > > Hi William,
> > >
> > > > -        /* Use kernel netdev's packet and byte counts since vport's counters
> > > > -         * do not reflect packet counts on the wire when GSO, TSO or GRO are
> > > > -         * enabled. */
> > >
> > > Actually I think it should be moved to netdev_stats_from_ovs_vport_stats :), that explains what netdev_stats_from_ovs_vport_stats is doing.
> > > In fact, I think better solution is copying all physical abnormal counters in netdev_stats_from_ovs_vport_stats ,
> > > and remove this copy from netdev_linux_get_stats.
> > > but netdev_stats_from_ovs_vport_stats is in kernel module that may not be upgraded in some application scenarios.
> > > So I moved to remove unnecessary copies, such as RX/TX bytes, packets, drops.
> > >
> > > Regards,
> > > Lidong
> >
> > oh, I see your point. Then this looks good to me.
> > Add Pravin to see if he has some comments.
> >
> 
> The patch looks fine to me.
> Thanks,
> Pravin.

Thanks.
I applied to master.


More information about the dev mailing list