net/i40e: update Tx offload mask
authorBeilei Xing <beilei.xing@intel.com>
Tue, 23 Oct 2018 06:14:31 +0000 (14:14 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
commite4845bb4a68513c477dd35fcdcb086681788be7d
treee849f981b3625b4efb5f002acda1379dcb792f08
parent6e8110cca64f69814ccb493efb5471f6e948ba44
net/i40e: update Tx offload mask

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 PMD Tx offload mask.

Cc: stable@dpdk.org
Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_rxtx.c