> -Original Message-
> From: jpali...@marvell.com
> Sent: Tuesday, July 19, 2022 2:01 PM
> To: Jakub Palider
> Cc: david.march...@redhat.com; dev@dpdk.org; tho...@monjalon.net
> Subject: [PATCH v3] devtools: ensure proper tag sequence
>
> From: Jakub Palider
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, June 15, 2022 8:21 AM
> To: Jakub Palider
> Cc: dev@dpdk.org; david.march...@redhat.com
> Subject: [EXT] Re: [PATCH v2] devtools: ensure proper tag sequence
&
> -Original Message-
> From: Thomas Monjalon
> Sent: Sunday, June 12, 2022 10:29 PM
> To: Jakub Palider
> Cc: dev@dpdk.org; david.march...@redhat.com
> Subject: [EXT] Re: [PATCH] devtools: ensure proper tag sequence
&
Hi,
I experience a problem while building out-of-tree application against drivers'
shared libraries from dpdk that are _not_ accessed by means of lib/ interface.
This looks a bit like a lack of a link between the framework and what certain
drivers deliver (rte_pmd API). Employing pkg-config in
Looks good to me but please, check commnt on patch 2/4. Moving the "-1"
indexing fix from patch 2/4 into 1/4 will reflect all related changes in
one place. But this is not a functional change, so may go in current shape
as well.
Jakub
On Fri, Apr 7, 2017 at 12:48 PM, Marcin Wojtas wrote:
> From
On Fri, Apr 7, 2017 at 12:48 PM, Marcin Wojtas wrote:
> From: Michal Krawczyk
>
> On RX path, after receiving bunch of packets, variable tracking
> available descriptors in HW queue was not updated.
>
> To fix this issue, additional variable was added which is storing number
> of depleted descri
gt; net/ena: calculate partial checksum if DF bit is disabled
>
> drivers/net/ena/ena_ethdev.c | 52 --
> --
> 1 file changed, 33 insertions(+), 19 deletions(-)
>
> --
> 1.8.3.1
>
>
Reviewed-by: Jakub Palider
host_info attribute and improves error handling by reacting
only to host attribute write failure to the hardware.
v2 changes:
- added Signed-off
Signed-off-by: Jakub Palider
---
drivers/net/ena/base/ena_com.c | 16
drivers/net/ena/ena_ethdev.c | 21 -
2 files
The hardware may reject adding host_info in case support for
host_info is missing in the list of supported features. On the
other hand the list of supported featues may contain support
for the host_info - typical bootstrap problem.
This patch solves it by removing check against support for
host_inf
While ENA can handle checksum calculations in almost all cases,
it cannot do so when DF bit in IPv4 header is not set,
that is DF=0, and TSO is requested. For that situation pseudo
header must be prepared manually.
Signed-off-by: Jakub Palider
---
drivers/net/ena/ena_ethdev.c | 29
Previously the capability bitmap for Rx offloads was mistakenly taken
from Tx capability bitmap field. This patch fixes the problem.
Signed-off-by: Jakub Palider
---
drivers/net/ena/ena_ethdev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ena/ena_ethdev.c b
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
.
Signed-off-by: Tal Avraham
Signed-off-by: Jakub Palider
---
drivers/net/ena/ena_ethdev.c | 77 ++--
drivers/net/ena/ena_ethdev.h | 24 ++
2 files changed, 47 insertions(+), 54 deletions(-)
diff --git a/drivers/net/ena/ena_ethdev.c b/drivers
check for available descriptor count.
Jakub Palider (2):
net/ena: use unmasked head/tail values
net/ena: check for free buffers prior to xmit
drivers/net/ena/ena_ethdev.c | 83 ++--
drivers/net/ena/ena_ethdev.h | 24 ++---
2 files changed, 52
14 matches
Mail list logo