On 5/24/21 1:28 PM, Gagandeep Singh wrote:
-----Original Message-----
From: Thierry Herbelot <thierry.herbe...@6wind.com>
Sent: Monday, May 24, 2021 3:08 PM
To: dev@dpdk.org
Cc: Thierry Herbelot <thierry.herbe...@6wind.com>; Thomas Monjalon
<tho...@monjalon.net>; sta...@dpdk.org; Gagandeep Singh
<g.si...@nxp.com>
Subject: [PATCH v2] net/pfe: no need to check dev to be NULL Pointer
librte_ethdev library is already doing some checks on dev before calling
the link update.
Fixes: acd4818ea2a45 ("net/pfe: add link status update")
Cc: sta...@dpdk.org
Cc: Gagandeep Singh <g.si...@nxp.com>
Signed-off-by: Thierry Herbelot <thierry.herbe...@6wind.com>
--
V2: rework after noting dev cannot be NULL
---
Acked-by: Gagandeep Singh <g.si...@nxp.com>
Applied, thanks.