[dpdk-dev] [PATCH 0/2] move private APIs to a specific files

Wenzhuo Lu wenzhuo.lu at intel.com
Tue Apr 11 10:31:22 CEST 2017


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



More information about the dev mailing list