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

2018-11-16 Thread Ferruh Yigit
On 11/16/2018 3:25 PM, Zhirun Yan wrote: > Tx offload mask is updated in following 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 AVF_TX

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

2018-11-15 Thread Zhirun Yan
Tx offload mask is updated in following 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 AVF_TX_OFFFLOAD_MASK. Fixes: 1037ed842c37 ("mbuf: fix Tx o