#
03b7b90a |
| 12-Jul-2023 |
Wenjing Qiao <wenjing.qiao@intel.com> |
common/iavf: fix MAC type for 710 NIC
Fix MAC type according to PCI ID list.
Fixes: eb385183edac ("net/iavf/base: update device IDs") Cc: stable@dpdk.org
Signed-off-by: Wenjing Qiao <wenjing.qiao@
common/iavf: fix MAC type for 710 NIC
Fix MAC type according to PCI ID list.
Fixes: eb385183edac ("net/iavf/base: update device IDs") Cc: stable@dpdk.org
Signed-off-by: Wenjing Qiao <wenjing.qiao@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
show more ...
|
#
7815caa6 |
| 07-Jan-2021 |
Qi Zhang <qi.z.zhang@intel.com> |
common/iavf: update copyright date
Updated the Copyright for 2021. Updated FreeBSD IAVF driver of version.
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
|
#
39ced0c8 |
| 11-Sep-2020 |
Qi Zhang <qi.z.zhang@intel.com> |
common/iavf: save max MTU received from PF
Most values from the VIRTCHNL_OP_GET_VF_RESOURCES are stored in the iavf_hw_capabilities structure. Unfortunately, it seems that max_mtu was missed. Add th
common/iavf: save max MTU received from PF
Most values from the VIRTCHNL_OP_GET_VF_RESOURCES are stored in the iavf_hw_capabilities structure. Unfortunately, it seems that max_mtu was missed. Add this member to the structure and save it when parsing hw config.
Signed-off-by: Brett Creeley <brett.creeley@intel.com> Signed-off-by: Qi Zhang <qi.z.zhang@intel.com> Acked-by: Beilei Xing <beilei.xing@intel.com>
show more ...
|
#
32c3e0b4 |
| 18-May-2020 |
Xiaoyun Li <xiaoyun.li@intel.com> |
common/iavf: update copyright
Clarify Intel copyright and update the date to 2020.
Fixes: 317862a4e44f ("net/iavf: replace license text with SPDX tag") Cc: stable@dpdk.org
Signed-off-by: Xiaoyun L
common/iavf: update copyright
Clarify Intel copyright and update the date to 2020.
Fixes: 317862a4e44f ("net/iavf: replace license text with SPDX tag") Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
show more ...
|
#
72390691 |
| 10-Mar-2020 |
Qi Zhang <qi.z.zhang@intel.com> |
common/iavf: update copyright date
Update copyright date to 2020.
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: Beilei
common/iavf: update copyright date
Update copyright date to 2020.
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: Beilei Xing <beilei.xing@intel.com>
show more ...
|
#
89214fe9 |
| 10-Jan-2020 |
Haiyue Wang <haiyue.wang@intel.com> |
net/iavf/base: move to drivers common directory
Change the iavf base code as driver common library, it is used by iavf PMD now, and it can be used by other Intel SR-IOV PMDs in the future.
Signed-o
net/iavf/base: move to drivers common directory
Change the iavf base code as driver common library, it is used by iavf PMD now, and it can be used by other Intel SR-IOV PMDs in the future.
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
show more ...
|