All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] move private APIs to a specific files
@ 2017-04-11  8:31 Wenzhuo Lu
  2017-04-11  8:31 ` [PATCH 1/2] net/i40e: move private APIs to a specific file Wenzhuo Lu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Wenzhuo Lu @ 2017-04-11  8:31 UTC (permalink / raw)
  To: dev; +Cc: Wenzhuo Lu

There're some private APIs on ixgbe and i40e. Create specific
files for them and move the related code to the new files.

Wenzhuo Lu (2):
  net/i40e: move private APIs to a specific file
  net/ixgbe: move private APIs to a specific file

 drivers/net/i40e/Makefile         |    1 +
 drivers/net/i40e/i40e_ethdev.c    | 1676 +-----------------------------------
 drivers/net/i40e/i40e_ethdev.h    |   11 +
 drivers/net/i40e/rte_pmd_i40e.c   | 1707 +++++++++++++++++++++++++++++++++++++
 drivers/net/ixgbe/Makefile        |    1 +
 drivers/net/ixgbe/ixgbe_ethdev.c  | 1300 +++++-----------------------
 drivers/net/ixgbe/ixgbe_ethdev.h  |    5 +
 drivers/net/ixgbe/rte_pmd_ixgbe.c |  910 ++++++++++++++++++++
 8 files changed, 2867 insertions(+), 2744 deletions(-)
 create mode 100644 drivers/net/i40e/rte_pmd_i40e.c
 create mode 100644 drivers/net/ixgbe/rte_pmd_ixgbe.c

-- 
1.9.3

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

end of thread, other threads:[~2017-04-11 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  8:31 [PATCH 0/2] move private APIs to a specific files Wenzhuo Lu
2017-04-11  8:31 ` [PATCH 1/2] net/i40e: move private APIs to a specific file Wenzhuo Lu
2017-04-11  8:31 ` [PATCH 2/2] net/ixgbe: " Wenzhuo Lu
2017-04-11 12:10 ` [PATCH 0/2] move private APIs to a specific files Ferruh Yigit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.