Skip to content

Commit

Permalink
net/iavf/base: increase max VSI count for VFs
Browse files Browse the repository at this point in the history
Change max VSI per VF from 3 to 4.

Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
  • Loading branch information
qzhan16 authored and Ferruh Yigit committed Jan 17, 2020
1 parent f4fd0af commit 10ae640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/iavf/base/iavf_type.h
Expand Up @@ -30,7 +30,7 @@
#define IAVF_MAX_PF_VSI 64
#define IAVF_MAX_PF_QP 128
#define IAVF_MAX_VSI_QP 16
#define IAVF_MAX_VF_VSI 3
#define IAVF_MAX_VF_VSI 4
#define IAVF_MAX_CHAINED_RX_BUFFERS 5

/* something less than 1 minute */
Expand Down

0 comments on commit 10ae640

Please sign in to comment.