Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread ethan zhao
-kernel; sriharsha.dev...@oracle.com; ethan.ker...@gmail.com; vaughan Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread vaughan
netdev; linux-kernel; sriharsha.dev...@oracle.com; >> ethan.ker...@gmail.com; vaughan >> Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information >> in >> ethtool get_ethtool_stats() >> >> David, >> >>Please help to review and

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Manish Chopra
com; vaughan >Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in >ethtool get_ethtool_stats() > >David, > >Please help to review and confirm this patch. > >Thanks, >Ethan > >On 2014/7/8 21:57, Ethan Zhao wrote: >> netxen driver

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Ethan Zhao
gt; To: David Miller >> Cc: ba...@ti.com; netdev; linux-kernel; sriharsha.dev...@oracle.com; >> ethan.ker...@gmail.com; vaughan....@oracle.com >> Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped >> information in ethtool get_ethtool_stats() >> >&g

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Shahed Shaikh
..@gmail.com; vaughan@oracle.com > Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped > information in ethtool get_ethtool_stats() > > David, > Sorry I don't know who owns this driver, the SOB of other patches to > netxen may mislead me you co

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Manish Chopra
: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver has implemented netxen_nic_get_ethtool_stats() interface, but it doesn't collect

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread vaughan
; ethan.ker...@gmail.com; vaughan Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver has implemented

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread ethan zhao
-kernel; sriharsha.dev...@oracle.com; ethan.ker...@gmail.com; vaughan Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver

RE: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Shahed Shaikh
@oracle.com Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Sorry I don't know who owns this driver, the SOB of other patches to netxen may mislead me you could ACK it or not, so it is definitely not the original meaning

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-09 Thread Ethan Zhao
Miller Cc: ba...@ti.com; netdev; linux-kernel; sriharsha.dev...@oracle.com; ethan.ker...@gmail.com; vaughan@oracle.com Subject: Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats() David, Sorry I don't know who owns this driver, the SOB

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Sorry I don't know who owns this driver, the SOB of other patches to netxen may mislead me you could ACK it or not, so it is definitely not the original meaning that ask you specifically to review one patch. just ask for help point to someone could review it. Thanks, Ethan On

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread David Miller
From: ethan zhao Date: Wed, 09 Jul 2014 10:41:23 +0800 >Please help to review and confirm this patch. It's not in patchwork, therefore it's not in my queue. It is also not my responsibility to review all patches, that's a joint responsibility of everyone on this mailing list. So asking me

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver has implemented netxen_nic_get_ethtool_stats() interface, but it doesn't collect stats.rxdropped in driver, so we will get different rx_dropped statistic information while

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Please help to review and confirm this patch. Thanks, Ethan On 2014/7/8 21:57, Ethan Zhao wrote: netxen driver has implemented netxen_nic_get_ethtool_stats() interface, but it doesn't collect stats.rxdropped in driver, so we will get different rx_dropped statistic information while

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread David Miller
From: ethan zhao ethan.z...@oracle.com Date: Wed, 09 Jul 2014 10:41:23 +0800 Please help to review and confirm this patch. It's not in patchwork, therefore it's not in my queue. It is also not my responsibility to review all patches, that's a joint responsibility of everyone on this mailing

Re: [PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()

2014-07-08 Thread ethan zhao
David, Sorry I don't know who owns this driver, the SOB of other patches to netxen may mislead me you could ACK it or not, so it is definitely not the original meaning that ask you specifically to review one patch. just ask for help point to someone could review it. Thanks, Ethan On