/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_trace.h | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e_type.h | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e_debugfs.c | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e_txrx.h | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e.h | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e_txrx.c | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|
H A D | i40e_main.c | diff f0064bfd969bea0d65ef20d191bea8b7494b4ec8 Tue Aug 25 06:35:55 CDT 2020 Björn Töpel <bjorn.topel@intel.com> i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor.
In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth.
This commit starts using 16 byte descriptors instead of 32 byte descriptors.
For AF_XDP the rx_drop benchmark was improved by 2%.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
|