Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove unnecessary macro

2018-05-22 Thread Ferruh Yigit
On 5/22/2018 3:12 PM, Qi Zhang wrote: > Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used. > > Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API") > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH v2] net/ixgbe: remove unnecessary macro

2018-05-22 Thread Qi Zhang
Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used. Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API") Signed-off-by: Qi Zhang --- v2: - update document also. doc/guides/nics/ixgbe.rst | 15 ++- drivers/net/ixgbe/ixgbe_rxtx.h | 14 --