On Friday 11 May 2018 04:15 PM, Ferruh Yigit wrote:
Some PMDs are still using old offloading API related variables, thanks to Andrew
for reporting it.
Maintainers of related PMDs are cc'ed.
Please check following list and provide a fix ASAP for it, thanks.
# git grep header_split drivers/
drivers/net/i40e/i40e_rxtx_vec_common.h: if (rxmode->header_split == 1)
# git grep hw_vlan_filter drivers/
drivers/net/i40e/i40e_vf_representor.c: if
(ethdev->data->dev_conf.rxmode.hw_vlan_filter)
drivers/net/vhost/rte_eth_vhost.c: if (rxmode->hw_vlan_filter)
# git grep hw_vlan_strip drivers/
drivers/net/dpaa2/dpaa2_rxtx.c: if
(dev->data->dev_conf.rxmode.hw_vlan_strip)
For DPAA2, sent patch [1]
[1] http://dpdk.org/dev/patchwork/patch/39994/
Thanks for highlighting this miss.
[...]