[dpdk-dev] [PATCH v5 05/10] qede: Add core driver

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Apr 19 15:18:18 CEST 2016


2016-03-31 19:15, Rasesh Mody:
> The Qlogic Everest Driver for Ethernet(QEDE) Poll Mode Driver(PMD) is
> the DPDK specific module for QLogic FastLinQ QL4xxxx 25G/40G CNA family
> of adapters as well as their virtual functions (VF) in SR-IOV context.
> 
> This patch adds QEDE PMD, which interacts with base driver and
> initialises the HW.

After removing the BIT_MACRO check (see http://dpdk.org/patch/12113)
and other false positives, there is only one warning from checkpatches.sh:

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#1933: FILE: drivers/net/qede/qede_main.c:152:
+               DP_NOTICE(edev, false, "Invalid fw size: %" PRIu64"\n",



More information about the dev mailing list