Re: [dpdk-dev] [PATCH] net/i40e: update Tx offload mask

2018-10-24 Thread Ye Xiaolong
On 10/23, Beilei Xing wrote: >Tx offload mask is updated in following commit: >commit 1037ed842c37 ("mbuf: fix Tx offload mask"). >Currently, the new added offload flags will be >not supported in PMD and application will fail Shouldn't it be "the new added offlaod flags are not supported in PMD an

Re: [dpdk-dev] [PATCH] net/i40e: update Tx offload mask

2018-10-24 Thread Zhang, Qi Z
> -Original Message- > From: Xing, Beilei > Sent: Tuesday, October 23, 2018 1:15 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/i40e: update Tx offload mask > > Tx offload mask is updated in following commit: > commit 1037ed842c37 ("mbuf: fix Tx offload

[dpdk-dev] [PATCH] net/i40e: update Tx offload mask

2018-10-22 Thread Beilei Xing
Tx offload mask is updated in following commit: commit 1037ed842c37 ("mbuf: fix Tx offload mask"). Currently, the new added offload flags will be not supported in PMD and application will fail to call PMD transmit prepare function. This patch updates PMD Tx offload mask. Cc: sta...@dpdk.org Signe