DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] ethdev: add helper functions to get eth_dev and dev private data
@ 2016-02-17 14:20 Ferruh Yigit
  2016-02-17 14:20 ` [dpdk-dev] [PATCH 1/3] " Ferruh Yigit
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Ferruh Yigit @ 2016-02-17 14:20 UTC (permalink / raw)
  To: dev

This is to provide abstraction and reduce global variable access.

Global variable rte_eth_devices kept exported to not break ABI.

Bonding driver not selected on purpose, just it seems it is using 
rte_eth_devices heavily.

There are a few more usage in drivers but they left as it is because they
are in fast path code.

Ferruh Yigit (3):
  ethdev: add helper functions to get eth_dev and dev private data
  app/test: use ethdev helper functions
  bonding: use ethdev helper functions

 app/test/test_link_bonding.c              | 35 ++++++++------
 app/test/virtual_pmd.c                    | 51 +++++++++------------
 drivers/net/bonding/rte_eth_bond_8023ad.c | 10 ++--
 drivers/net/bonding/rte_eth_bond_api.c    | 76 +++++++++++++++----------------
 drivers/net/bonding/rte_eth_bond_args.c   | 13 ++++--
 drivers/net/bonding/rte_eth_bond_pmd.c    | 47 +++++++++++--------
 lib/librte_ether/rte_ethdev.h             | 44 ++++++++++++++++++
 7 files changed, 167 insertions(+), 109 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-06-22 21:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-17 14:20 [dpdk-dev] [PATCH 0/3] ethdev: add helper functions to get eth_dev and dev private data Ferruh Yigit
2016-02-17 14:20 ` [dpdk-dev] [PATCH 1/3] " Ferruh Yigit
2016-02-17 14:20 ` [dpdk-dev] [PATCH 2/3] app/test: use ethdev helper functions Ferruh Yigit
2016-02-17 14:20 ` [dpdk-dev] [PATCH 3/3] bonding: " Ferruh Yigit
2016-03-10  0:00 ` [dpdk-dev] [PATCH 0/3] ethdev: add helper functions to get eth_dev and dev private data Thomas Monjalon
2016-03-10 13:37   ` Ferruh Yigit
2016-06-22 21:47 ` Thomas Monjalon

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