DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 00/11] misc cleanup patches
@ 2015-07-24 17:06 Stephen Hemminger
  2015-07-24 17:06 ` [dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count Stephen Hemminger
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Stephen Hemminger @ 2015-07-24 17:06 UTC (permalink / raw)
  To: dev

These are all low risk, low reward changes found by reviewing
while doing other work.  Ok to defer them to 2.2 if necessary.

Stephen Hemminger (11):
  eth: move queue check for rx_queue_count
  eth: do simple return
  kni: remove useless semicolon
  eth: remove unnecessary return value
  kni: eliminate unnecessary return variables
  pipeline: remove useless cast
  lpm: remove useless casts
  hash: remove useless casts
  kni: remove useless cast
  i40e: remove useless cast
  bond: remove useless cast

 drivers/net/bonding/rte_eth_bond_pmd.c             | 12 +++++------
 drivers/net/e1000/em_rxtx.c                        |  5 -----
 drivers/net/e1000/igb_rxtx.c                       |  5 -----
 drivers/net/i40e/i40e_ethdev.c                     |  3 +--
 drivers/net/i40e/i40e_rxtx.c                       |  5 -----
 drivers/net/ixgbe/ixgbe_rxtx.c                     |  5 -----
 .../linuxapp/kni/ethtool/igb/e1000_82575.c         | 16 +++++---------
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c |  9 ++++----
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c      |  4 ++--
 lib/librte_ether/rte_ethdev.c                      | 25 +++++++++++++---------
 lib/librte_hash/rte_cuckoo_hash.c                  |  4 ++--
 lib/librte_hash/rte_fbk_hash.c                     |  3 +--
 lib/librte_kni/rte_kni.c                           |  7 ++----
 lib/librte_lpm/rte_lpm.c                           |  4 ++--
 lib/librte_lpm/rte_lpm6.c                          |  8 +++----
 lib/librte_pipeline/rte_pipeline.c                 |  4 ++--
 16 files changed, 46 insertions(+), 73 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-08-03 17:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 17:06 [dpdk-dev] [PATCH 00/11] misc cleanup patches Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count Stephen Hemminger
2015-07-26 13:47   ` Thomas Monjalon
2015-08-03 17:00   ` Zhang, Helin
2015-07-24 17:06 ` [dpdk-dev] [PATCH 02/11] eth: do simple return Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 03/11] kni: remove useless semicolon Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 04/11] eth: remove unnecessary return value Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 05/11] kni: eliminate unnecessary return variables Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 06/11] pipeline: remove useless cast Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 07/11] lpm: remove useless casts Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 08/11] hash: " Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 09/11] kni: remove useless cast Stephen Hemminger
2015-07-24 17:06 ` [dpdk-dev] [PATCH 10/11] i40e: " Stephen Hemminger
2015-08-03 16:56   ` Zhang, Helin
2015-07-24 17:06 ` [dpdk-dev] [PATCH 11/11] bond: " Stephen Hemminger

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