Missed packets on RX were erroneously being assigned to the ierrors
struct member. Change it to be assigned to imissed.
Fixes: 4861cde4 ("i40e: new poll mode driver")
Signed-off-by: Tom Crugnale
---
v3:
* Fixed coding style issues
v2:
* Fixed line breaks in original patch
Missed packets on RX were erroneously being assigned to the ierrors
struct member. Change it to be assigned to imissed.
Fixes: 4861cde4 ("i40e: new poll mode driver")
Signed-off-by: Tom Crugnale
---
v2:
* Fixed line breaks in original patch submission
---
drivers/net/i40e/i40e_ethde
Missed packets on RX were erroneously being assigned to the ierrors struct
member. Change it to be assigned to imissed.
Fixes: 4861cde4 ("i40e: new poll mode driver")
Signed-off-by: Tom Crugnale
---
drivers/net/i40e/i40e_ethdev_vf.c | 8
1 file changed, 4 insertions(+), 4
Hi All,
I am seeing an issue where the stats counters for vmxnet3 interfaces are reset
to 0 after rte_eth_dev_start() is called, making it difficult to track
statistics over a period of time where interfaces could be disabled and
re-enabled.
There is a memset in the code that clears the txq/rx
: Tom Crugnale
Cc: Harry van Haaren; dev at dpdk.org
Subject: Re: [dpdk-dev] [PATCH v3 00/11] Port XStats
On Wed, 28 Oct 2015 17:35:09 +0000
Tom Crugnale wrote:
> Hi Harry,
>
> We are planning on using the xstats API for periodic stats collection through
> a polling thread. This w
Hi Harry,
We are planning on using the xstats API for periodic stats collection through a
polling thread. This would be done in a generic NIC agnostic manner, which
would require that the xstats identifiers have consistent naming amongst all of
the NIC types. It would likely be polled several
Hi,
I am trying to configure the MTU through rte_eth_dev_set_mtu() on an i40e
interface and noticed that the function pointer inside of the rte_eth_dev
struct for mtu_set is not populated from the i40e code.
It seems that the only API that will allow for restricting the MTU is to call
rte_eth_d
7 matches
Mail list logo