> -Original Message-
> From: Pei, Andy
> Sent: Thursday, May 23, 2019 12:31
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] net/ipn3ke: fix null pointer dereference
>
> In current code, scenario may happens that when function
> ipn3ke_hw_tm_node_wr
In current code, scenario may happens that
when function ipn3ke_hw_tm_node_wr is called,
struct ipn3ke_tm_node n has a NULL element
parent_node, however, the element parent_node
of struct ipn3ke_tm_node n is used in an invalid way.
After applying this patch,
this null pointer dereference is avoided
Hi, Rosen,
It will be fixed in v2.
-Original Message-
From: Xu, Rosen
Sent: Thursday, May 23, 2019 10:31 AM
To: Pei, Andy ; dev@dpdk.org
Cc: sta...@dpdk.org
Subject: RE: [PATCH] net/ipn3ke: check input arguement before other operation
Hi,
> -Original Message-
> From: Pei, Andy
Hi,
> -Original Message-
> From: Pei, Andy
> Sent: Wednesday, May 22, 2019 14:43
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] raw/ifpga: fix unintentional integer overflow
>
> cast unsigned int ports_per_retimer, unsigned int nums_retimer, unsigned
Hi,
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, May 23, 2019 10:53
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/ipn3ke: check input argument before other
> operation
>
> check input argument rte_eth_dev *ethdev, ensuring ethdev
check input argument rte_eth_dev *ethdev,
ensuring ethdev is not NULL before operation on ethdev.
Coverity issue: 337922
Fixes: 70d6b7f550f4 ("net/ipn3ke: add representor")
Cc: rosen...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Andy Pei
---
drivers/net/ipn3ke/ipn3ke_representor.c | 7 +--
Hi Rosen,
I use git send-email for internal check, I seems I should not cc you and
stable@dpdk.
-Original Message-
From: Xu, Rosen
Sent: Thursday, May 23, 2019 10:11 AM
To: Pei, Andy ; dev@dpdk.org
Cc: sta...@dpdk.org
Subject: RE: [PATCH] raw/ifpga: fix unintentional integer overflow
H
Hi,
> -Original Message-
> From: Pei, Andy
> Sent: Wednesday, May 22, 2019 15:22
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] net/ipn3ke: check input arguement before other operation
>
> check input arguement rte_eth_dev *ethdev, ensuring ethdev is
> -Original Message-
> From: Pei, Andy
> Sent: Wednesday, May 22, 2019 14:45
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] net/ipn3ke: delete unnecessary code
>
> Whether the value of ret is true or false, the end target is always run.
> It is unn
Hi,
> -Original Message-
> From: Pei, Andy
> Sent: Wednesday, May 22, 2019 14:45
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] net/ipn3ke: delete identical branch
>
> Whether the if statement is ture or not, the operation is identical.
> It is unnec
Hi Andy,
Why you sent this patch two times?
> -Original Message-
> From: Pei, Andy
> Sent: Wednesday, May 22, 2019 14:43
> To: dev@dpdk.org
> Cc: Pei, Andy ; Xu, Rosen ;
> sta...@dpdk.org
> Subject: [PATCH] raw/ifpga: fix unintentional integer overflow
>
> cast unsigned int ports_per_ret
This patch allows VF to get/update/reset pctype
mapping info.
Signed-off-by: Beilei Xing
---
v2 changes:
- Allow VF update/reset pctype mapping.
drivers/net/i40e/rte_pmd_i40e.c | 8
1 file changed, 8 deletions(-)
diff --git a/drivers/net/i40e/rte_pmd_i40e.c b/drivers/net/i40e/rte_pmd
Wednesday, May 8, 2019 11:30 AM, Dekel Peled:
> Subject: [dpdk-dev] [PATCH v4 0/4] net/mlx5: code cleanup in rx and tx files
>
> During work on Rx feature I did some cleanup actions.
> This series includes those changes divided by their type.
>
> ---
> v2: Change 2nd patch type to "fix".
> v3: Ap
Some font options do not look necessary.
Signed-off-by: Thomas Monjalon
---
doc/guides/conf.py | 4
1 file changed, 4 deletions(-)
diff --git a/doc/guides/conf.py b/doc/guides/conf.py
index 94b97dc35..e2b52e2df 100644
--- a/doc/guides/conf.py
+++ b/doc/guides/conf.py
@@ -62,11 +62,7 @@
In some environment like the current dpdk.org server,
there can be some errors due to symbols in titles,
as it was the case before this commit in DPDK 18.05:
551d148944dc ("doc: remove flow API migration section")
! LaTeX Error: Bad math environment delimiter.
It can be avoided thanks to
I found different issues when building the doc as PDF on the server
or my laptop.
Debugging pdflatex issues is really hard, so I hope we won't have more.
We could also question why we are bothering with PDF?
Thomas Monjalon (3):
doc: robustify PDF build
doc: fix PDF with greek letter
doc:
For an unknown reason, the sign "μ" is not accepted by some environments,
probably due to the version of some Latex packages or dependencies.
! Package inputenc Error: Unicode character μ (U+03BC)
(inputenc)not set up for use with LaTeX.
It is fixed by installing t
https://bugs.dpdk.org/show_bug.cgi?id=255
Jeya ganesh (jeyaga@gmail.com) changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Resolution|-
> On May 22, 2019, at 12:17 PM, David Marchand
> wrote:
>
> Hello Dharmik,
>
> On Wed, May 22, 2019 at 6:27 PM Dharmik Thakkar
> wrote:
> > On May 22, 2019, at 10:06 AM, David Marchand
> > wrote:
> >
> > Prefer the existing apis rather than direct access the configuration
> > structure.
Hi all,
Here is a new stable release:
https://fast.dpdk.org/rel/dpdk-17.11.6.tar.xz
The git tree is at:
https://dpdk.org/browse/dpdk-stable/?h=17.11
Please note that the list of missing patches is attached at the end.
Thanks,
Yongseok
---
app/test-pmd/cmdline_tm.c
On Wed, May 22, 2019 at 04:22:53PM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 9:09 PM
> > To: Jerin Jacob Kollanukkaran
> > Cc: Bruce Richardson ; dev@dpdk.org;
> > tho...@monjalon.net; sta...@dpdk.org
> > Subject
Hello Dharmik,
On Wed, May 22, 2019 at 6:27 PM Dharmik Thakkar
wrote:
> > On May 22, 2019, at 10:06 AM, David Marchand
> wrote:
> >
> > Prefer the existing apis rather than direct access the configuration
> > structure.
> >
> > test_hash_multi_add_lookup() currently starts n readers and N write
Hi David,
Thank you for the patch!
Some comments inlined.
> On May 22, 2019, at 10:06 AM, David Marchand
> wrote:
>
> Prefer the existing apis rather than direct access the configuration
> structure.
>
> test_hash_multi_add_lookup() currently starts n readers and N writers
> using rte_eal_re
> -Original Message-
> From: Neil Horman
> Sent: Wednesday, May 22, 2019 9:09 PM
> To: Jerin Jacob Kollanukkaran
> Cc: Bruce Richardson ; dev@dpdk.org;
> tho...@monjalon.net; sta...@dpdk.org
> Subject: Re: [EXT] Re: [dpdk-dev] Re: [PATCH] devtools: skip the symbol
> check when map file un
Le 22/05/2019 à 17:57, Burakov, Anatoly a écrit :
> On 22-May-19 4:41 PM, Nicolas Dichtel wrote:
>> move_pages() is only used to get the numa node id, but this function
>> is not allowed by default in docker (it needs CAP_SYS_NICE and an update of
>> the seccomp profile).
>> get_mempolicy() also
On 22-May-19 4:41 PM, Nicolas Dichtel wrote:
move_pages() is only used to get the numa node id, but this function
is not allowed by default in docker (it needs CAP_SYS_NICE and an update of
the seccomp profile).
get_mempolicy() also requires CAP_SYS_NICE but doesn't need any change in
the default
move_pages() is only used to get the numa node id, but this function
is not allowed by default in docker (it needs CAP_SYS_NICE and an update of
the seccomp profile).
get_mempolicy() also requires CAP_SYS_NICE but doesn't need any change in
the default seccomp profile.
Note that the returned value
On Wed, May 22, 2019 at 02:25:14PM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 7:41 PM
> > To: Jerin Jacob Kollanukkaran
> > Cc: Bruce Richardson ; dev@dpdk.org;
> > tho...@monjalon.net; sta...@dpdk.org
> > Subject
On Fri, 17 May 2019 19:17:12 +0100
Reshma Pattan wrote:
> Add new telemetry mode support for l3fwd-power.
> This is a standalone mode, in this mode l3fwd-power
> does simple l3fwding along with calculating
> empty polls, full polls, and busy percentage for
> each forwarding core. The aggregation
Prefer the existing apis rather than direct access lcore_config that is
going to disappear.
Fixes: b87089b0bb19 ("test/rcu: add API and functional tests")
Cc: sta...@dpdk.org
Signed-off-by: David Marchand
Reviewed-by: Maxime Coquelin
Acked-by: Honnappa Nagarahalli
---
app/test/test_rcu_qsbr.c
Prefer the existing apis rather than direct access the configuration
structure.
test_hash_multi_add_lookup() currently starts n readers and N writers
using rte_eal_remote_launch().
It then waits for the N writers to complete with a custom
multi_writer_done[] array to synchronise over.
Jump on the
On Wed, May 22, 2019 at 04:12:40PM +0200, Thomas Monjalon wrote:
> 22/05/2019 15:40, Neil Horman:
> > On Wed, May 22, 2019 at 01:12:34PM +, Jerin Jacob Kollanukkaran wrote:
> > > From: Neil Horman
> > > > On Wed, May 22, 2019 at 03:05:54AM +, Jerin Jacob Kollanukkaran
> > > > wrote:
> > >
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Wednesday, May 22, 2019 10:05 PM
> To: Ananyev, Konstantin
> Cc: Ergin, Mesut A ; Xing, Beilei
> ; Zhang, Qi Z ; dev@dpdk.org;
> Yigit, Ferruh ; Andrew Rybchenko
>
> Subject: Re: [dpdk-dev] [PATCH 2/3] ne
> -Original Message-
> From: Neil Horman
> Sent: Wednesday, May 22, 2019 7:41 PM
> To: Jerin Jacob Kollanukkaran
> Cc: Bruce Richardson ; dev@dpdk.org;
> tho...@monjalon.net; sta...@dpdk.org
> Subject: [EXT] Re: [dpdk-dev] Re: [PATCH] devtools: skip the symbol check
> when map file under
22/05/2019 15:40, Neil Horman:
> On Wed, May 22, 2019 at 01:12:34PM +, Jerin Jacob Kollanukkaran wrote:
> > From: Neil Horman
> > > On Wed, May 22, 2019 at 03:05:54AM +, Jerin Jacob Kollanukkaran
> > > wrote:
> > > > From: Neil Horman
> > > > > On Wed, May 22, 2019 at 01:26:28AM +0530, je
On Wed, May 22, 2019 at 01:41:03PM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 6:43 PM
> > To: Jerin Jacob Kollanukkaran
> > Cc: Bruce Richardson ; dev@dpdk.org;
> > tho...@monjalon.net; sta...@dpdk.org
> > Subject
Hi,
22/05/2019 13:01, Ananyev, Konstantin:
> > As far as I can see, passing FDIR configuration via the rte_eth_conf struct:
> >struct rte_fdir_conf fdir_conf; /**< FDIR configuration. DEPRECATED */
> > was deprecated. I suspect in favor of the late binding design mentioned, but
> > again, I do
The following patches contain two fixes and
improvements to test_ipsec.c
Bernard Iremonger (5):
test/ipsec: fix failures in tests 12 and 13
test/ipsec: fix log messages in tests
test/ipsec: reorder tests
test/ipsec: add extra test configuration
test/ipsec: improve debug in tests 12 and 1
On Wed, May 22, 2019 at 01:12:34PM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 6:16 PM
> > To: Jerin Jacob Kollanukkaran
> > Cc: dev@dpdk.org; tho...@monjalon.net; sta...@dpdk.org
> > Subject: Re: [EXT] Re: [dpdk-d
> -Original Message-
> From: Neil Horman
> Sent: Wednesday, May 22, 2019 6:43 PM
> To: Jerin Jacob Kollanukkaran
> Cc: Bruce Richardson ; dev@dpdk.org;
> tho...@monjalon.net; sta...@dpdk.org
> Subject: [EXT] Re: [dpdk-dev] Re: [PATCH] devtools: skip the symbol check
> when map file under
Calling rte_cryptodev_enqueue_burst() in a loop for 1
packet at a time results in some random mbufs with 36 leading 0's.
Calling rte_cryptodev_enqueue_burst() for a burst of packets solves
this issue.
Fixes: 59d7353b0df0 ("test/ipsec: fix test suite setup")
Cc: sta...@dpdk.org
Signed-off-by: Bern
Run outbound test configuration before inbound.
Signed-off-by: Bernard Iremonger
---
app/test/test_ipsec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c
index 85a120a..755b4da 100644
--- a/app/test/test_ipsec.c
+++ b/app/tes
Dump invalid mbuf data in case of error in tests 12 and 13
Signed-off-by: Bernard Iremonger
---
app/test/test_ipsec.c | 21 ++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c
index b99e5f0..5d668cd 100644
--- a/app/t
Add extra test configuration for BURST_SIZE packets
Signed-off-by: Bernard Iremonger
---
app/test/test_ipsec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/test/test_ipsec.c b/app/test/test_ipsec.c
index 755b4da..b99e5f0 100644
--- a/app/test/test_ipsec.c
+++ b/app
Error lLog messages after the create_sa() function calls
were using the wrong function name.
The function name is replaced with create_sa.
Fixes: 05fe65eb66b2 ("test/ipsec: introduce functional test")
Cc: sta...@dpdk.org
Signed-off-by: Bernard Iremonger
---
app/test/test_ipsec.c | 44 +++
On Wed, May 22, 2019 at 11:54:13AM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Bruce Richardson
> > Sent: Wednesday, May 22, 2019 4:21 PM
> > To: Jerin Jacob Kollanukkaran
> > Cc: Neil Horman ; dev@dpdk.org;
> > tho...@monjalon.net; sta...@dpdk.org
> > Subject
> -Original Message-
> From: Neil Horman
> Sent: Wednesday, May 22, 2019 6:16 PM
> To: Jerin Jacob Kollanukkaran
> Cc: dev@dpdk.org; tho...@monjalon.net; sta...@dpdk.org
> Subject: Re: [EXT] Re: [dpdk-dev] [PATCH] devtools: skip the symbol check
> when map file under drivers
>
> On Wed,
> -Original Message-
> From: Burakov, Anatoly
> Sent: Wednesday, May 22, 2019 10:46 AM
> To: Pattan, Reshma ; dev@dpdk.org
> Cc: Hunt, David ; Ma, Liang J
> Subject: Re: [PATCH v1] examples/l3fwd-power: add telemetry mode support
>
> On 21-May-19 3:53 PM, Pattan, Reshma wrote:
> >>
> >>
On Wed, May 22, 2019 at 03:05:54AM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 1:57 AM
> > To: Jerin Jacob Kollanukkaran
> > Cc: dev@dpdk.org; tho...@monjalon.net; sta...@dpdk.org
> > Subject: [EXT] Re: [dpdk-dev]
Hi Mesut:
> -Original Message-
> From: Ergin, Mesut A
> Sent: Thursday, May 16, 2019 12:28 PM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Ergin, Mesut A
> Subject: [PATCH 3/3] net/i40e: fix inadvertent override of vector RX allowance
>
> When i40e_rx_vec_dev_conf_condition_chec
Hello,
On Wed, May 22, 2019 at 2:16 AM Wang, Yipeng1
wrote:
> >-Original Message-
> >From: David Marchand [mailto:david.march...@redhat.com]
> >Sent: Wednesday, May 15, 2019 12:57 AM
> >To: dev@dpdk.org
> >Cc: tho...@monjalon.net; step...@networkplumber.org; sta...@dpdk.org;
> Wang, Yipe
> -Original Message-
> From: Ergin, Mesut A
> Sent: Thursday, May 16, 2019 12:28 PM
> To: Xing, Beilei ; Zhang, Qi Z
> Cc: dev@dpdk.org; Ergin, Mesut A
> Subject: [PATCH 1/3] net/i40e: add support for MARK + RSS action in rte_flow
>
> Currently, i40e Flow Director action parser only a
> -Original Message-
> From: Bruce Richardson
> Sent: Wednesday, May 22, 2019 4:21 PM
> To: Jerin Jacob Kollanukkaran
> Cc: Neil Horman ; dev@dpdk.org;
> tho...@monjalon.net; sta...@dpdk.org
> Subject: Re: [dpdk-dev] [EXT] Re: [PATCH] devtools: skip the symbol check
> when map file under
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thierry Herbelot
> Sent: Wednesday, May 22, 2019 10:45 AM
> To: dev@dpdk.org
> Cc: Thomas Monjalon
> Subject: [dpdk-dev] [PATCH 3/5] doc/prog_guides: fix triplicated typo
>
> A bad formula was copied and pasted
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thierry Herbelot
> Sent: Wednesday, May 22, 2019 10:45 AM
> To: dev@dpdk.org
> Cc: Thomas Monjalon
> Subject: [dpdk-dev] [PATCH 4/5] doc/guides: fix grammar
>
> A copy'n'paste typo was present in three guides.
> -邮件原件-
> 发件人: Maxime Coquelin [mailto:maxime.coque...@redhat.com]
> 发送时间: 2019年5月17日 23:47
> 收件人: Li Lin ; tiwei@intel.com;
> zhihong.w...@intel.com
> 抄送: dev@dpdk.org; dariusz.stojac...@intel.com; changpeng@intel.com;
> james.r.har...@intel.com; Xie,Yongji ; Li,Lin(ACG Cloud)
>
> > > > > > >
> > > > > > > Vector RX functions are not at feature parity with non-vector
> > > > > > > ones and
> > > > > > > currently the vector RX path is enabled by default. Hence, the
> > > > > > > only
> > > > > > > option to force selection of non-vector variants and be able to
> > > >
On Wed, May 22, 2019 at 03:05:54AM +, Jerin Jacob Kollanukkaran wrote:
> > -Original Message-
> > From: Neil Horman
> > Sent: Wednesday, May 22, 2019 1:57 AM
> > To: Jerin Jacob Kollanukkaran
> > Cc: dev@dpdk.org; tho...@monjalon.net; sta...@dpdk.org
> > Subject: [EXT] Re: [dpdk-dev]
> -邮件原件-
> 发件人: Tiwei Bie [mailto:tiwei@intel.com]
> 发送时间: 2019年5月21日 16:47
> 收件人: lin li
> 抄送: dev@dpdk.org; dariusz.stojac...@intel.com; changpeng@intel.com;
> Li,Lin(ACG Cloud) ; maxime.coque...@redhat.com
> 主题: Re: [PATCH v4] vhost: support inflight share memory protocol featu
Acked-by: Rami Rosen
Remove copy from temporary event array on the stack to the
enqueue buffer event array entry, instead initialize event in the
enqueue buffer event array entry.
Suggested-by: Mattias Rönnblom
Signed-off-by: Nikhil Rao
---
Hi Mattias,
This patch eliminates the event copy as you previously mention
On 21-May-19 3:53 PM, Pattan, Reshma wrote:
-Original Message-
From: Burakov, Anatoly
Sent: Monday, May 20, 2019 2:17 PM
To: Pattan, Reshma ; dev@dpdk.org
Cc: Hunt, David ; Ma, Liang J
Subject: Re: [PATCH v1] examples/l3fwd-power: add telemetry mode support
---
+
A copy'n'paste typo was present in three guides.
Signed-off-by: Thierry Herbelot
---
doc/guides/prog_guide/bbdev.rst | 2 +-
doc/guides/prog_guide/compressdev.rst | 2 +-
doc/guides/prog_guide/cryptodev_lib.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/
A bad formula was copied and pasted.
Signed-off-by: Thierry Herbelot
---
doc/guides/prog_guide/bbdev.rst | 2 +-
doc/guides/prog_guide/cryptodev_lib.rst | 2 +-
doc/guides/prog_guide/rawdev.rst| 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guides/prog_
The perf tests were removed in a previous commit.
Fixes: 2ac67c32837a ('test/crypto: remove crypto perf tests')
Signed-off-by: Thierry Herbelot
---
doc/guides/cryptodevs/armv8.rst | 1 -
doc/guides/cryptodevs/openssl.rst | 1 -
2 files changed, 2 deletions(-)
diff --git a/doc/guides/cryptodev
Inverted letters.
Fixes: 8a61c83af2fae ('crypto/mrvl: add mrvl crypto driver')
Signed-off-by: Thierry Herbelot
---
drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
b/drivers/crypto/mvsam/rte_mrvl_
Fix another copy'n'paste typo.
Signed-off-by: Thierry Herbelot
---
drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h | 2 +-
drivers/crypto/caam_jr/caam_jr.c | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
di
Hi,
Regards,
Liron
-Original Message-
From: Ruifeng Wang (Arm Technology China)
Sent: Wednesday, May 22, 2019 12:11
To: Liron Himi ; tho...@monjalon.net
Cc: dev@dpdk.org; nd ; nd
Subject: [EXT] RE: [dpdk-dev] [PATCH 1/2] mk: add Marvell ARMADA architecture
based on armv8-a
External
Hi,
> -Original Message-
> From: dev On Behalf Of lir...@marvell.com
> Sent: Saturday, May 18, 2019 05:27
> To: tho...@monjalon.net
> Cc: dev@dpdk.org; Liron Himi
> Subject: [dpdk-dev] [PATCH 1/2] mk: add Marvell ARMADA architecture
> based on armv8-a
>
> From: Liron Himi
>
> This pat
check input arguement rte_eth_dev *ethdev, ensuring ethdev
is not NULl before operation on ethdev.
Coverity issue: 337922
Fixes: 70d6b7f550f4 ("net/ipn3ke: add representor")
Cc: rosen...@intel.com
Cc: sta...@dpdk.org
Signed-off-by: Andy Pei
---
drivers/net/ipn3ke/ipn3ke_representor.c | 7 +-
70 matches
Mail list logo