[dpdk-dev] [PATCH] mlx4: replace some offload flags with packet type

2015-07-16 Thread Thomas Monjalon
2015-07-15 18:06, Zhang, Helin: > > The workaround for Tx tunnel offloading can now be replaced with packet type > > flag checking. > > The ol_flags for IPv4/IPv6 and tunnel Rx offloading are replaced with > > packet type > > flags. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Adrien Maz

[dpdk-dev] [PATCH] mlx4: replace some offload flags with packet type

2015-07-15 Thread Thomas Monjalon
The workaround for Tx tunnel offloading can now be replaced with packet type flag checking. The ol_flags for IPv4/IPv6 and tunnel Rx offloading are replaced with packet type flags. Signed-off-by: Thomas Monjalon Acked-by: Adrien Mazarguil --- On Rx side, the tunnel type cannot be set. So RTE_ET

[dpdk-dev] [PATCH] mlx4: replace some offload flags with packet type

2015-07-15 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 15, 2015 10:32 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: [PATCH] mlx4: replace some offload flags with packet type > > The workaround for Tx tunnel offloading can now b