net/ixgbe: update Tx offload mask
authorZhirun Yan <zhirun.yan@intel.com>
Thu, 25 Oct 2018 14:58:40 +0000 (14:58 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
commitaa1e69aebb12a57038f7ed5664605b7bcccbbe20
tree54b6a60a0b09f06fe32106c9ab4ac815d2f2768c
parent93e11beebc49ad5ab7ea3d146da911caa8064bd1
net/ixgbe: 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 IXGBE_TX_OFFFLOAD_MASK.

Fixes: 1037ed842c37 ("mbuf: fix Tx offload mask")
Cc: stable@dpdk.org
Signed-off-by: Zhirun Yan <zhirun.yan@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ixgbe/ixgbe_rxtx.c