Re: [dpdk-dev] [PATCH] drivers/net: fix several Tx prepare functions

2018-12-12 Thread Ferruh Yigit
On 12/11/2018 1:00 PM, Didier Pallard wrote: > Since below commit, several tx_prep functions are broken, they fail to > pass supported Tx offload features check: > PKT_TX_IPVx must be set when any PKT_TX_L4 checksum is requested, > but these values are not present in the mask of supported Tx offloa

[dpdk-dev] [PATCH] drivers/net: fix several Tx prepare functions

2018-12-11 Thread Didier Pallard
Since below commit, several tx_prep functions are broken, they fail to pass supported Tx offload features check: PKT_TX_IPVx must be set when any PKT_TX_L4 checksum is requested, but these values are not present in the mask of supported Tx offloads of several drivers that advertise PKT_TX_L4_MASK.