DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/2] net/bonding: fix dedicated queues flow rule issue
@ 2021-10-05 17:16 Martin Havlik
  2021-10-27  9:55 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Havlik @ 2021-10-05 17:16 UTC (permalink / raw)
  To: xhavli56
  Cc: Jan Viktorin, dev, chas3, humin29, ferruh.yigit, thomas,
	andrew.rybchenko, haiyue.wang, ivan.ilchenko, aman.deep.singh,
	kirankn, lirongqing, ajit.khaparde

This patchset stems from [1].

Not all PMDs allow RTE flow rule creation before device start.
Introduced capability marks the ones that allow it.
The capability is then used to fix flow rule creation for 
dedicated queues in slave devices in bonding.

The introduced capa _will need to be set_ for all appropriate PMDs
in `rte_eth_dev_info->dev_capa`.
That is not pretty, but it holds the semantics of a capability
correctly, as opposed to making it a requirement to have the device
started before creating flow rules.

[1] https://www.mail-archive.com/dev@dpdk.org/msg214840.html

Martin Havlik (2):
  lib/ethdev: introduce RTE_ETH_DEV_CAPA_FLOW_CREATE_BEFORE_START
  net/bonding: require started device for dedicated queues

 drivers/net/bonding/rte_eth_bond_pmd.c | 25 +++++++++++++++++++------
 lib/ethdev/rte_ethdev.h                |  2 ++
 2 files changed, 21 insertions(+), 6 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-11-07 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 17:16 [dpdk-dev] [PATCH 0/2] net/bonding: fix dedicated queues flow rule issue Martin Havlik
2021-10-27  9:55 ` Ferruh Yigit
2021-11-07 11:03   ` Havlík Martin

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).