Re: [dpdk-dev] [PATCH v3 08/10] doc: describe Rx bytes counter behavior for enic

2018-03-08 Thread Stephen Hemminger
On Fri, 9 Mar 2018 09:52:54 +0900 Hyong Youb Kim wrote: > On Thu, Mar 08, 2018 at 02:14:27PM -0800, Stephen Hemminger wrote: > > On Wed, 7 Mar 2018 18:47:00 -0800 > > John Daley wrote: > > > > > 'catch-all' filters should be added last. > > > > > > +- **Statistics** > > > + > > > + -

Re: [dpdk-dev] [PATCH v3 08/10] doc: describe Rx bytes counter behavior for enic

2018-03-08 Thread Hyong Youb Kim
On Thu, Mar 08, 2018 at 02:14:27PM -0800, Stephen Hemminger wrote: > On Wed, 7 Mar 2018 18:47:00 -0800 > John Daley wrote: > > > 'catch-all' filters should be added last. > > > > +- **Statistics** > > + > > + - ``rx_good_bytes`` (ibytes) always includes VLAN header (4B) and CRC > > byte

Re: [dpdk-dev] [PATCH v3 08/10] doc: describe Rx bytes counter behavior for enic

2018-03-08 Thread Stephen Hemminger
On Wed, 7 Mar 2018 18:47:00 -0800 John Daley wrote: > 'catch-all' filters should be added last. > > +- **Statistics** > + > + - ``rx_good_bytes`` (ibytes) always includes VLAN header (4B) and CRC > bytes (4B). > + - When the NIC drops a packet because the Rx queue has no free buffers,

[dpdk-dev] [PATCH v3 08/10] doc: describe Rx bytes counter behavior for enic

2018-03-07 Thread John Daley
From: Hyong Youb Kim Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- doc/guides/nics/enic.rst | 8 1 file changed, 8 insertions(+) diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index 7e19cf88a..0bc55936a 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/gui