[dpdk-dev] KNI discussion in userspace event

2016-10-29 Thread Vincent Jardin
Le 28 octobre 2016 9:23:06 PM Igor Ryzhov a ?crit : > On Fri, Oct 28, 2016 at 9:40 PM, Thomas Monjalon 6wind.com> > wrote: > >> 2016-10-28 20:29, Igor Ryzhov: >> > On Fri, Oct 28, 2016 Thomas Monjalon wrote: >> > > 2016-10-28 15:51, Richardson, Bruce: >> > > > From: dev [mailto:dev-bounces at

[dpdk-dev] [PATCH 0/2] net/ena: check for free descriptors

2016-10-29 Thread Jakub Palider
In some configurations there is mismatch between declared and actual descriptor count which under heavy load may lead to resource shortage. The first patch unifies the way head and tail indexes are handled and is crucial for compactness and succeeding patch correctness. The second patch runs check

[dpdk-dev] [PATCH 1/2] net/ena: use unmasked head/tail values

2016-10-29 Thread Jakub Palider
The next_to_clean and next_to_use ring pointers sometimes were kept wrapped around ring size, sometimes used beyond this limit. From now on we increment them without regard to ring size limits, but when reading the values they are wrapped accordingly. Moreover unit16_t are unsed whenever possible.

[dpdk-dev] [PATCH 2/2] net/ena: check for free buffers prior to xmit

2016-10-29 Thread Jakub Palider
Signed-off-by: Tal Avraham Signed-off-by: Jakub Palider --- drivers/net/ena/ena_ethdev.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c index adf94f2..ab9a178 100644 --- a/drivers/net/ena/ena_ethdev.c +++ b/dri

[dpdk-dev] [PATCH] net/qede: fix advertising link speed capability

2016-10-29 Thread Harish Patil
>2016-10-27 23:42, Rasesh Mody: >> From: Harish Patil >> >> Fix to advertise device's link speed capability based on current >> link speed rather than returning driver supported speeds. >[...] >> -dev_info->speed_capa = ETH_LINK_SPEED_25G | ETH_LINK_SPEED_40G | >> -