[dpdk-dev] [PATCH 1/2] net/ice: suppport package download

Stephen Hemminger stephen at networkplumber.org
Fri Mar 1 19:39:46 CET 2019


On Fri,  1 Mar 2019 20:46:12 +0800
Qiming Yang <qiming.yang at intel.com> wrote:

>  static int
> +ice_parse_pkg_path_handler(__rte_unused const char *key,
> +			  const char *value,
> +			  void *opaque)
> +{
> +	struct ice_adapter *ad;
> +
> +	ad = (struct ice_adapter *)opaque;

Minor language nitpick:
Explicit cast of void * pointer is not necessary in C.


More information about the dev mailing list