[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

2016-08-25 Thread Stephen Hemminger
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.

[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

2013-04-16 Thread Thomas Monjalon
Acked and pushed, thanks ! -- Thomas

[dpdk-dev] [PATCH] ethdev: add support for device offload capabilities

2013-04-16 Thread Ivan Boule
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