dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ixgbe: cleanup patches
@ 2015-03-07  2:23 Stephen Hemminger
       [not found] ` <1425695004-29605-1-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Stephen Hemminger @ 2015-03-07  2:23 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

These are things found while reviewing ixgbe driver.
No bugs or functionality changes, just minor things like naming
and use of const.

Stephen Hemminger (5):
  ixgbe: make txq_ops const
  ixgbe: make register maps const
  ixgbe: make bulk alloc static
  ixgbe: rename set_tx_function
  ixgbe: rename igb_* to ixgbe_*

 lib/librte_pmd_ixgbe/ixgbe_ethdev.c   |   4 +-
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h   |   5 --
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c     | 132 +++++++++++++++++-----------------
 lib/librte_pmd_ixgbe/ixgbe_rxtx.h     |  28 ++++----
 lib/librte_pmd_ixgbe/ixgbe_rxtx_vec.c |  54 +++++++-------
 5 files changed, 109 insertions(+), 114 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-03-10 14:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-07  2:23 [PATCH 0/5] ixgbe: cleanup patches Stephen Hemminger
     [not found] ` <1425695004-29605-1-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-07  2:23   ` [PATCH 1/5] ixgbe: make txq_ops const Stephen Hemminger
     [not found]     ` <1425695004-29605-2-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-09 13:31       ` Bruce Richardson
2015-03-10  4:40       ` Ouyang, Changchun
2015-03-07  2:23   ` [PATCH 2/5] ixgbe: make register maps const Stephen Hemminger
     [not found]     ` <1425695004-29605-3-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-09 13:33       ` Bruce Richardson
2015-03-10  4:47       ` Ouyang, Changchun
2015-03-07  2:23   ` [PATCH 3/5] ixgbe: make bulk alloc static Stephen Hemminger
     [not found]     ` <1425695004-29605-4-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-09 13:39       ` Bruce Richardson
2015-03-10  5:08       ` Ouyang, Changchun
2015-03-07  2:23   ` [PATCH 4/5] ixgbe: rename set_tx_function Stephen Hemminger
     [not found]     ` <1425695004-29605-5-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-09 13:43       ` Bruce Richardson
2015-03-10  5:12       ` Ouyang, Changchun
2015-03-07  2:23   ` [PATCH 5/5] ixgbe: rename igb_* to ixgbe_* Stephen Hemminger
     [not found]     ` <1425695004-29605-6-git-send-email-stephen-OTpzqLSitTUnbdJkjeBofR2eb7JE58TQ@public.gmane.org>
2015-03-09 13:49       ` Bruce Richardson
2015-03-10  5:14       ` Ouyang, Changchun
2015-03-10 14:24   ` [PATCH 0/5] ixgbe: cleanup patches 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).