[dpdk-dev] [PATCH 00/22] bnxt patchset
Ferruh Yigit
ferruh.yigit at intel.com
Fri Jul 19 23:01:41 CEST 2019
On 7/18/2019 4:35 AM, Ajit Khaparde wrote:
> This patchset based on commit a164bb7c0a5ab3b100357cf56696c945fe28ab73
> contains bug fixes and an update to the HWRM API.
> Please apply.
>
> Ajit Khaparde (1):
> net/bnxt: update HWRM API to version 1.10.0.91
>
> Kalesh AP (11):
> net/bnxt: fix to handle error case during port start
> net/bnxt: fix return value check of address mapping
> net/bnxt: fix failure to add a MAC address
> net/bnxt: fix an unconditional wait in link update
> net/bnxt: fix setting primary MAC address
> net/bnxt: fix failure path in dev init
> net/bnxt: reset filters before registering interrupts
> net/bnxt: fix error checking of FW commands
> net/bnxt: fix to return standard error codes
> net/bnxt: fix lock release on getting NVM info
> net/bnxt: fix to correctly check result of HWRM command
>
> Lance Richardson (8):
> net/bnxt: use correct vnic default completion ring
> net/bnxt: use dedicated cpr for async events
> net/bnxt: retry irq callback deregistration
> net/bnxt: use correct RSS table sizes
> net/bnxt: fully initialize hwrm msgs for thor RSS cfg
> net/bnxt: use correct number of RSS contexts for thor
> net/bnxt: pass correct RSS table address for thor
> net/bnxt: avoid overrun in get statistics
>
> Santoshkumar Karanappa Rastapur (2):
> net/bnxt: fix RSS disable issue for thor-based adapters
> net/bnxt: fix MAC/VLAN filter allocation failure
Series applied to dpdk-next-net/master, thanks.
- fixed build error [1] for some targets [2], because of missing header
- fixed checkpatch warnings [3]
[1]
.../drivers/net/bnxt/bnxt_irq.c: In function ‘bnxt_free_int’:
.../drivers/net/bnxt/bnxt_irq.c:79:4: error: implicit declaration of function
‘rte_delay_ms’; did you mean ‘rte_read64’? [-Werror=implicit-function-declaration]
rte_delay_ms(50);
^~~~~~~~~~~~
rte_read64
[2]
arm64-armv8a-linuxapp-gcc
ppc_64-power8-linuxapp-gcc
arm64-thunderx-linuxapp-gcc
[3]
fixed following checkpatch warnings (not including multiple instance for same
typo) while merging, please fix them before sending next time.
WARNING:TYPO_SPELLING: 'preceed' may be misspelled - perhaps 'precede'?
#933: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:3982:
+ * preceed the TPA End completion. If the value is zero, then the
WARNING:TYPO_SPELLING: 'occured' may be misspelled - perhaps 'occurred'?
#1110: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:4603:
+ /* Indicates the physical function this event occured on. */
WARNING:TYPO_SPELLING: 'auxillary' may be misspelled - perhaps 'auxiliary'?
#1658: FILE: drivers/net/bnxt/hsi_struct_def_dpdk.h:31204:
+ * that are input as auxillary data.
More information about the dev
mailing list