On Tue, 16 Apr 2013 14:42:33 +0200
Ivan Boule wrote:
> + /* Default device offload capabilities to zero */
> + dev_info->rx_offload_capa = 0;
> + dev_info->tx_offload_capa = 0;
dev_info is already memset to 0 about 3 lines before this so this
is unnecessary.
Acked and pushed, thanks !
--
Thomas
1) Make device RX and TX offload capabilities to be returned in the
rte_eth_dev_info data structure by the function rte_eth_dev_info_get
The following initial set of RX offload capabilities are defined:
- VLAN header stripping
- IPv4 header checksum check
- UDP checksum check
- T
3 matches
Mail list logo