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

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

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

2018-10-25 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 are not supported in PMD and application will fail to call >PMD transmit prepare function. > >This patch updates IXGBE_TX_OFFFLOAD

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

2018-10-25 Thread Zhirun Yan
Tx offload mask is updated in following commit: commit 1037ed842c37 ("mbuf: fix Tx offload mask"). Currently, the new added offload flags are not supported in PMD and application will fail to call PMD transmit prepare function. This patch updates IXGBE_TX_OFFFLOAD_MASK. Fixes: 1037ed842c37 ("mbuf