Skip to content

Commit

Permalink
bnxt_en: Update firmware interface spec. to 1.10.0.3.
Browse files Browse the repository at this point in the history
Among the new changes are trusted VF support, 200Gbps support, and new
API to dump ring information on the new chips.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Michael Chan authored and David S. Miller committed Oct 16, 2018
1 parent 9e983c5 commit 31d357c
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 92 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ethernet/broadcom/bnxt/bnxt.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
#define BNXT_H

#define DRV_MODULE_NAME "bnxt_en"
#define DRV_MODULE_VERSION "1.9.2"
#define DRV_MODULE_VERSION "1.10.0"

#define DRV_VER_MAJ 1
#define DRV_VER_MIN 9
#define DRV_VER_UPD 2
#define DRV_VER_MIN 10
#define DRV_VER_UPD 0

#include <linux/interrupt.h>
#include <linux/rhashtable.h>
Expand Down
Loading

0 comments on commit 31d357c

Please sign in to comment.