Re: [dpdk-dev] [PATCH v6] ethdev: check Rx/Tx offloads

2018-05-04 Thread Ferruh Yigit
On 5/3/2018 2:30 AM, Wei Dai wrote: > This patch check if a input requested offloading is valid or not. > Any reuqested offloading must be supported in the device capabilities. > Any offloading is disabled by default if it is not set in the parameter > dev_conf->[rt]xmode.offloads to rte_eth_dev_co

[dpdk-dev] [PATCH v6] ethdev: check Rx/Tx offloads

2018-05-02 Thread Wei Dai
This patch check if a input requested offloading is valid or not. Any reuqested offloading must be supported in the device capabilities. Any offloading is disabled by default if it is not set in the parameter dev_conf->[rt]xmode.offloads to rte_eth_dev_configure( ) and [rt]x_conf->offloads to rte_e