DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Remaining old offloading API usage in PMDs
@ 2018-05-11 10:45 Ferruh Yigit
  2018-05-14 11:01 ` Shreyansh Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ferruh Yigit @ 2018-05-11 10:45 UTC (permalink / raw)
  To: Thomas Monjalon, Andrew Rybchenko, Tetsuya Mukawa,
	Maxime Coquelin, Hemant Agrawal, Shreyansh Jain,
	Alejandro Lucero
  Cc: dpdk-dev, Beilei Xing, Qi Zhang

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)
drivers/net/i40e/i40e_vf_representor.c:         if
(ethdev->data->dev_conf.rxmode.hw_vlan_strip)T
drivers/net/vhost/rte_eth_vhost.c:      internal->vlan_strip =
rxmode->hw_vlan_strip;

# git grep hw_vlan_extend drivers/
drivers/net/i40e/i40e_rxtx_vec_common.h:        if (rxmode->hw_vlan_extend == 1)

# git grep hw_strip_crc drivers/
drivers/net/nfp/nfp_net.c:      rxq->crc_len = (uint8_t)
((dev->data->dev_conf.rxmode.hw_strip_crc) ? 0
drivers/net/sfc/sfc_rx.c:               rxmode->hw_strip_crc = 1;

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-22 14:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 10:45 [dpdk-dev] Remaining old offloading API usage in PMDs Ferruh Yigit
2018-05-14 11:01 ` Shreyansh Jain
2018-05-21 12:38 ` Ferruh Yigit
2018-05-21 14:16   ` Alejandro Lucero
2018-05-21 14:33     ` Ferruh Yigit
2018-05-22 14:12 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).