Re: [dpdk-dev] [PATCH v1] net/ixgbe: update PMD Tx offload mask

2018-10-25 Thread Yan, Zhirun
> -Original Message- > From: Ye, Xiaolong > Sent: Thursday, October 25, 2018 2:09 PM > To: Yan, Zhirun > Cc: dev@dpdk.org; Zhang, Qi Z ; Xing, Beilei > > Subject: Re: [dpdk-dev] [PATCH v1] net/ixgbe: update PMD Tx offload mask > > On 10/25, Zhirun Yan w

Re: [dpdk-dev] [PATCH v1] net/ixgbe: update PMD Tx offload mask

2018-10-24 Thread Ye Xiaolong
On 10/25, Zhirun Yan wrote: >Tx offload mask is updated in following commit: >commit 1037ed842c37 ("mbuf: fix Tx offload mask") >Currently, the new added offload flags will be s/will be/are Thanks, Xiaolong >not supported in PMD and application will fail to >call PMD transmit prepare function. >

[dpdk-dev] [PATCH v1] net/ixgbe: update PMD Tx offload mask

2018-10-24 Thread Zhirun Yan
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 IXGBE_TX_OFFFLOAD_MASK. Fixes: b161f72107 ("mbuf