net/igb: update Tx offload mask
authorZhirun Yan <zhirun.yan@intel.com>
Mon, 5 Nov 2018 12:56:44 +0000 (12:56 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 5 Nov 2018 14:01:25 +0000 (15:01 +0100)
commitac60b2de4f551be7486292cd8c555f4dd955944a
tree678feb7208161063670805a7a81a3bf32697a749
parentc1cfb132fa864cb6d7f57c3376d64513b74987b9
net/igb: update 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 IGB_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/e1000/igb_rxtx.c