net/avf: fix Tx offload mask
authorZhirun Yan <zhirun.yan@intel.com>
Fri, 16 Nov 2018 15:25:00 +0000 (15:25 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Nov 2018 15:28:52 +0000 (16:28 +0100)
commitd31c844435e6aba171a41a47dd5818fe8c498337
tree6623fcfe7efe47ccf846b5c15173d8b34f6d2ab0
parente1d90eaa83ffd73b72086cd5695f486fe0a71289
net/avf: fix Tx offload mask

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 offload mask")
Cc: stable@dpdk.org
Signed-off-by: Zhirun Yan <zhirun.yan@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/avf/avf_rxtx.h